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)
commit97f18414af395c547f20300e5d4c81d7190a4155
tree4a2eb92f03d4bf8f8ff82452b2118f91d5780eef
parent632c016ab8ba1f98262bd6242b38d73ee4ae652e
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
This page took 0.030739 seconds and 5 git commands to generate.