OSDN Git Service

nfc: pn533: add UART phy driver
authorLars Poeschel <poeschel@lemonage.de>
Tue, 29 Oct 2019 14:47:14 +0000 (15:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Oct 2019 04:05:26 +0000 (21:05 -0700)
commitc656aa4c27b17a8c70da223ed5ab42145800d6b5
tree2daa4cce7ac78fe27ad0653e20b6176c8e6bead3
parent843cc92ed323692943c94d7e6ce97a0353b8c2d7
nfc: pn533: add UART phy driver

This adds the UART phy interface for the pn533 driver.
The pn533 driver can be used through UART interface this way.
It is implemented as a serdev device.

Cc: Johan Hovold <johan@kernel.org>
Cc: Claudiu Beznea <Claudiu.Beznea@microchip.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/nfc/pn533/Kconfig
drivers/nfc/pn533/Makefile
drivers/nfc/pn533/pn533.h
drivers/nfc/pn533/uart.c [new file with mode: 0644]