NFC: Driver for NXP Semiconductors PN544 NFC chip.
authorMatti J. Aaltonen <matti.j.aaltonen@nokia.com>
Thu, 13 Jan 2011 01:00:47 +0000 (17:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Jan 2011 16:03:19 +0000 (08:03 -0800)
commit0329326e85aaa30fb8d427828c718d565c287385
treeab6d9c1e9c6a56ebca273b9d36d76a4a3eb60b23
parent6164281ab7a4d3bd42588d6b25984e960a2e032f
NFC: Driver for NXP Semiconductors PN544 NFC chip.

Creates a new "Near Field Communication" subsystem in drivers/nfc.
http://en.wikipedia.org/wiki/Near_Field_Communication is useful ;)

This is a driver for the pn544 NFC device. The driver transfers
ETSI messages between the device and the user space.

Signed-off-by: Matti J. Aaltonen <matti.j.aaltonen@nokia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/nfc/nfc-pn544.txt [new file with mode: 0644]
drivers/Kconfig
drivers/Makefile
drivers/nfc/Kconfig [new file with mode: 0644]
drivers/nfc/Makefile [new file with mode: 0644]
drivers/nfc/pn544.c [new file with mode: 0644]
include/linux/nfc/pn544.h [new file with mode: 0644]