]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core
authorEric Lapuyade <eric.lapuyade@linux.intel.com>
Tue, 18 Sep 2012 17:45:48 +0000 (19:45 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Sep 2012 22:17:26 +0000 (00:17 +0200)
commitf539c56e6f003685fe52511db6e27a3b792c4dc4
treeafd09c49880919110dd1dc25027b75a63f8dd169
parent0881c0f757ab9d6b679b8fbdd8c3b17ea80c86d0
NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core

The previous shdlc HCI driver and its header are removed from the tree.
PN544 now registers directly with HCI and passes the name of the llc it
requires (shdlc).
HCI instantiation now allocates the required llc instance. The llc is
started when the HCI device is brought up.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/Kconfig
drivers/nfc/pn544_hci.c
include/net/nfc/hci.h
include/net/nfc/shdlc.h [deleted file]
net/nfc/hci/Makefile
net/nfc/hci/core.c
net/nfc/hci/llc_shdlc.c
net/nfc/hci/shdlc.c [deleted file]