NFC: Backport upstream latest NFC code
authorArron Wang <arron.wang@intel.com>
Thu, 22 Nov 2012 07:07:52 +0000 (15:07 +0800)
committerArron Wang <arron.wang@intel.com>
Fri, 30 Nov 2012 01:44:34 +0000 (09:44 +0800)
commit1c9bda8dc10d4f9bfbba84bd89fab2ac81e417b7
tree5d814ab06f772f6269e1ba48bfd83fb969869192
parentbdfe5923208a5ebabf7de3271adf617563281dfb
NFC: Backport upstream latest NFC code

Change-Id: Icdf455992d8fb88596038a6b6ac1823436480a06
Signed-off-by: Arron Wang <arron.wang@intel.com>
37 files changed:
drivers/nfc/Kconfig
drivers/nfc/Makefile
drivers/nfc/nfcwilink.c
drivers/nfc/pn533.c
drivers/nfc/pn544/Makefile [new file with mode: 0644]
drivers/nfc/pn544/i2c.c [new file with mode: 0644]
drivers/nfc/pn544/pn544.c [moved from drivers/nfc/pn544_hci.c with 51% similarity]
drivers/nfc/pn544/pn544.h [new file with mode: 0644]
include/linux/Kbuild
include/linux/nfc.h
include/linux/skbuff.h
include/linux/socket.h
include/net/nfc/hci.h
include/net/nfc/llc.h [new file with mode: 0644]
include/net/nfc/nci.h
include/net/nfc/nci_core.h
include/net/nfc/nfc.h
net/Makefile
net/core/skbuff.c
net/nfc/core.c
net/nfc/hci/Makefile
net/nfc/hci/command.c
net/nfc/hci/core.c
net/nfc/hci/hci.h
net/nfc/hci/hcp.c
net/nfc/hci/llc.c [new file with mode: 0644]
net/nfc/hci/llc.h [new file with mode: 0644]
net/nfc/hci/llc_nop.c [new file with mode: 0644]
net/nfc/hci/llc_shdlc.c [new file with mode: 0644]
net/nfc/llcp/commands.c
net/nfc/llcp/llcp.c
net/nfc/llcp/llcp.h
net/nfc/llcp/sock.c
net/nfc/nci/core.c
net/nfc/nci/ntf.c
net/nfc/nci/rsp.c
net/nfc/netlink.c