Searched hist:"9815 c7cf22daceabfb919ddcd6f2c80e049c1fbc" (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/nfc/pn533/ |
H A D | Makefile | 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc Fri Mar 25 15:46:53 CET 2016 Michael Thalmeier <michael.thalmeier@hale.at> NFC: pn533: Separate physical layer from the core implementation
The driver now has all core stuff isolated in one file, and all the hardware link specifics in another. Writing a pn533 driver on top of another hardware link is now just a matter of adding a new file for that new hardware specifics.
The first user of this separation will be the i2c based pn532 driver that reuses pn533 core implementation on top of an i2c layer.
Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|
H A D | Kconfig | 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc Fri Mar 25 15:46:53 CET 2016 Michael Thalmeier <michael.thalmeier@hale.at> NFC: pn533: Separate physical layer from the core implementation
The driver now has all core stuff isolated in one file, and all the hardware link specifics in another. Writing a pn533 driver on top of another hardware link is now just a matter of adding a new file for that new hardware specifics.
The first user of this separation will be the i2c based pn532 driver that reuses pn533 core implementation on top of an i2c layer.
Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|
H A D | pn533.h | 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc Fri Mar 25 15:46:53 CET 2016 Michael Thalmeier <michael.thalmeier@hale.at> NFC: pn533: Separate physical layer from the core implementation
The driver now has all core stuff isolated in one file, and all the hardware link specifics in another. Writing a pn533 driver on top of another hardware link is now just a matter of adding a new file for that new hardware specifics.
The first user of this separation will be the i2c based pn532 driver that reuses pn533 core implementation on top of an i2c layer.
Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|
H A D | usb.c | 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc Fri Mar 25 15:46:53 CET 2016 Michael Thalmeier <michael.thalmeier@hale.at> NFC: pn533: Separate physical layer from the core implementation
The driver now has all core stuff isolated in one file, and all the hardware link specifics in another. Writing a pn533 driver on top of another hardware link is now just a matter of adding a new file for that new hardware specifics.
The first user of this separation will be the i2c based pn532 driver that reuses pn533 core implementation on top of an i2c layer.
Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|
H A D | pn533.c | 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc Fri Mar 25 15:46:53 CET 2016 Michael Thalmeier <michael.thalmeier@hale.at> NFC: pn533: Separate physical layer from the core implementation
The driver now has all core stuff isolated in one file, and all the hardware link specifics in another. Writing a pn533 driver on top of another hardware link is now just a matter of adding a new file for that new hardware specifics.
The first user of this separation will be the i2c based pn532 driver that reuses pn533 core implementation on top of an i2c layer.
Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|
/linux/drivers/nfc/ |
H A D | Makefile | diff 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc Fri Mar 25 15:46:53 CET 2016 Michael Thalmeier <michael.thalmeier@hale.at> NFC: pn533: Separate physical layer from the core implementation
The driver now has all core stuff isolated in one file, and all the hardware link specifics in another. Writing a pn533 driver on top of another hardware link is now just a matter of adding a new file for that new hardware specifics.
The first user of this separation will be the i2c based pn532 driver that reuses pn533 core implementation on top of an i2c layer.
Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|
H A D | Kconfig | diff 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc Fri Mar 25 15:46:53 CET 2016 Michael Thalmeier <michael.thalmeier@hale.at> NFC: pn533: Separate physical layer from the core implementation
The driver now has all core stuff isolated in one file, and all the hardware link specifics in another. Writing a pn533 driver on top of another hardware link is now just a matter of adding a new file for that new hardware specifics.
The first user of this separation will be the i2c based pn532 driver that reuses pn533 core implementation on top of an i2c layer.
Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|