]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: Separate pn544 hci driver in HW dependant and independant parts
authorEric Lapuyade <eric.lapuyade@linux.intel.com>
Tue, 2 Oct 2012 16:44:06 +0000 (18:44 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 26 Oct 2012 16:26:46 +0000 (18:26 +0200)
commita1b16e58155ab7d6f62c4257fda920e4fbbdd6e9
tree4a2eb92f03d4bf8f8ff82452b2118f91d5780eef
parent03733c94469009bf77e27625a2446fc33a7cfb46
NFC: Separate pn544 hci driver in HW dependant and independant parts

The driver now has all HCI stuff isolated in one file, and all the
hardware link specifics in another. Writing a pn544 driver on top of
another hardware link is now just a matter of adding a new file for that
new hardware specifics.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/Makefile
drivers/nfc/pn544/Makefile [new file with mode: 0644]
drivers/nfc/pn544/i2c.c [new file with mode: 0644]
drivers/nfc/pn544/pn544.c [new file with mode: 0644]
drivers/nfc/pn544/pn544.h [new file with mode: 0644]
drivers/nfc/pn544_hci.c [deleted file]
include/net/nfc/hci.h