mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFC 0/4] NFC: pn533: support for pn532 via I2C
@ 2016-03-25 14:46 Michael Thalmeier
  2016-03-25 14:46 ` [RFC 1/4] NFC: pn533: Send ATR_REQ only if NFC_PROTO_NFC_DEP bit is set in poll_protocols Michael Thalmeier
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Michael Thalmeier @ 2016-03-25 14:46 UTC (permalink / raw)
  To: Samuel Ortiz, Lauro Ramos Venancio, Aloisio Almeida Jr
  Cc: linux-kernel, linux-nfc, michael

This patchset is an attempt to implement support for NXP pn532 NFC chip
connected via I2C.

PN532 and PN533 are nearly identical despite the transport layer. So this
implementation seperates the phy layer of the current pn533 usb driver and
implements a new I2C phy layer for pn532.

While implementing and testing I also triggered a few bugs that are fixed with
the first two patches.

Michael Thalmeier (4):
  NFC: pn533: Send ATR_REQ only if NFC_PROTO_NFC_DEP bit is set in
    poll_protocols
  NFC: pn533: fix deadlock when socket is closed while processing
    command
  NFC: pn533: Separate pn533 driver in HW dependant and independant
    parts
  NFC: pn533: add I2C phy driver

 drivers/nfc/Kconfig        |   11 +-
 drivers/nfc/Makefile       |    2 +-
 drivers/nfc/pn533.c        | 3313 --------------------------------------------
 drivers/nfc/pn533/Kconfig  |   27 +
 drivers/nfc/pn533/Makefile |    9 +
 drivers/nfc/pn533/i2c.c    |  277 ++++
 drivers/nfc/pn533/pn533.c  | 2681 +++++++++++++++++++++++++++++++++++
 drivers/nfc/pn533/pn533.h  |  236 ++++
 drivers/nfc/pn533/usb.c    |  595 ++++++++
 9 files changed, 3827 insertions(+), 3324 deletions(-)
 delete mode 100644 drivers/nfc/pn533.c
 create mode 100644 drivers/nfc/pn533/Kconfig
 create mode 100644 drivers/nfc/pn533/Makefile
 create mode 100644 drivers/nfc/pn533/i2c.c
 create mode 100644 drivers/nfc/pn533/pn533.c
 create mode 100644 drivers/nfc/pn533/pn533.h
 create mode 100644 drivers/nfc/pn533/usb.c

-- 
2.5.5

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-05-04 15:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-25 14:46 [RFC 0/4] NFC: pn533: support for pn532 via I2C Michael Thalmeier
2016-03-25 14:46 ` [RFC 1/4] NFC: pn533: Send ATR_REQ only if NFC_PROTO_NFC_DEP bit is set in poll_protocols Michael Thalmeier
2016-03-25 14:46 ` [RFC 2/4] NFC: pn533: fix deadlock when socket is closed while processing command Michael Thalmeier
2016-03-25 14:46 ` [RFC 3/4] NFC: pn533: Separate pn533 driver in HW dependant and independant parts Michael Thalmeier
2016-03-25 14:46 ` [RFC 4/4] NFC: pn533: add I2C phy driver Michael Thalmeier
2016-04-09 21:45   ` Samuel Ortiz
2016-04-11 14:36     ` [PATCH] nfc: pn533: Add device tree documentation for i2c phy Michael Thalmeier
2016-05-01 21:36       ` Samuel Ortiz
2016-05-04 15:22   ` [RFC 4/4] NFC: pn533: add I2C phy driver Olliver Schinagl
2016-04-09 21:45 ` [RFC 0/4] NFC: pn533: support for pn532 via I2C Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®