linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v11 0/7] nfc: pn533: add uart phy driver
@ 2019-10-29 14:43 Lars Poeschel
  2019-10-29 14:43 ` [PATCH v11 1/7] nfc: pn533: i2c: "pn532" as dt compatible string Lars Poeschel
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Lars Poeschel @ 2019-10-29 14:43 UTC (permalink / raw)
  Cc: Lars Poeschel, Kate Stewart, Thomas Gleixner, Jilayne Lovejoy,
	Greg Kroah-Hartman, netdev, linux-kernel, David S. Miller,
	Rob Herring, Mark Rutland, devicetree, Steve Winslow,
	Gustavo A. R. Silva, Kees Cook, Allison Randal, Johan Hovold,
	Simon Horman

The purpose of this patch series is to add a uart phy driver to the
pn533 nfc driver.
It first changes the dt strings and docs. The dt compatible strings
need to change, because I would add "pn532-uart" to the already
existing "pn533-i2c" one. These two are now unified into just
"pn532". Then the neccessary changes to the pn533 core driver are
made. Then the uart phy is added.
As the pn532 chip supports a autopoll, I wanted to use this instead
of the software poll loop in the pn533 core driver. It is added and
activated by the last to patches.
The way to add the autopoll later in seperate patches is chosen, to
show, that the uart phy driver can also work with the software poll
loop, if someone needs that for some reason.
In v11 of this patchseries I address a byte ordering issue reported
by kbuild test robot in patch 5/7.

Cc: Lars Poeschel <poeschel@lemonage.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jilayne Lovejoy <opensource@jilayne.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: devicetree@vger.kernel.org
Cc: Steve Winslow <swinslow@gmail.com>
Cc: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Allison Randal <allison@lohutok.net>
Cc: Johan Hovold <johan@kernel.org>
Cc: Simon Horman <horms@verge.net.au>

Lars Poeschel (7):
  nfc: pn533: i2c: "pn532" as dt compatible string
  nfc: pn532: Add uart phy docs and rename it
  nfc: pn533: Add dev_up/dev_down hooks to phy_ops
  nfc: pn533: Split pn533 init & nfc_register
  nfc: pn533: add UART phy driver
  nfc: pn533: Add autopoll capability
  nfc: pn532_uart: Make use of pn532 autopoll

 .../net/nfc/{pn533-i2c.txt => pn532.txt}      |  25 +-
 drivers/nfc/pn533/Kconfig                     |  11 +
 drivers/nfc/pn533/Makefile                    |   2 +
 drivers/nfc/pn533/i2c.c                       |  32 +-
 drivers/nfc/pn533/pn533.c                     | 281 +++++++++++++--
 drivers/nfc/pn533/pn533.h                     |  40 ++-
 drivers/nfc/pn533/uart.c                      | 323 ++++++++++++++++++
 drivers/nfc/pn533/usb.c                       |  16 +-
 8 files changed, 667 insertions(+), 63 deletions(-)
 rename Documentation/devicetree/bindings/net/nfc/{pn533-i2c.txt => pn532.txt} (42%)
 create mode 100644 drivers/nfc/pn533/uart.c

-- 
2.23.0


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

end of thread, other threads:[~2019-10-30  4:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 14:43 [PATCH v11 0/7] nfc: pn533: add uart phy driver Lars Poeschel
2019-10-29 14:43 ` [PATCH v11 1/7] nfc: pn533: i2c: "pn532" as dt compatible string Lars Poeschel
2019-10-29 14:45 ` [PATCH v11 2/7] nfc: pn532: Add uart phy docs and rename it Lars Poeschel
2019-10-29 14:46 ` [PATCH v11 3/7] nfc: pn533: Add dev_up/dev_down hooks to phy_ops Lars Poeschel
2019-10-29 14:46 ` [PATCH v11 4/7] nfc: pn533: Split pn533 init & nfc_register Lars Poeschel
2019-10-29 14:47 ` [PATCH v11 5/7] nfc: pn533: add UART phy driver Lars Poeschel
2019-10-29 14:47 ` [PATCH v11 6/7] nfc: pn533: Add autopoll capability Lars Poeschel
2019-10-29 14:48 ` [PATCH v11 7/7] nfc: pn532_uart: Make use of pn532 autopoll Lars Poeschel
2019-10-30  4:11 ` [PATCH v11 0/7] nfc: pn533: add uart phy driver David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).