devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Marvell NFC NCI UART driver and DT configuration
@ 2015-06-11 12:00 Vincent Cuissard
       [not found] ` <1434024020-17048-1-git-send-email-cuissard-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Vincent Cuissard @ 2015-06-11 12:00 UTC (permalink / raw)
  To: linux-nfc-hn68Rpc1hR1g9hUCZPvPmw
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, Vincent Cuissard

Hi,

Please find patches that add platform data configuration, DT bindings,
and UART driver for nfcmrvl NFC NCI driver.

Br,
Vincent

Vincent Cuissard (2):
  NFC: nfcmrvl: add platform_data and DT configuration
  NFC: nfcmrvl: add UART driver

 .../devicetree/bindings/net/nfc/nfcmrvl.txt        |  29 +++
 drivers/nfc/nfcmrvl/Kconfig                        |  11 +
 drivers/nfc/nfcmrvl/Makefile                       |   3 +
 drivers/nfc/nfcmrvl/main.c                         |  67 ++++--
 drivers/nfc/nfcmrvl/nfcmrvl.h                      |  43 +++-
 drivers/nfc/nfcmrvl/uart.c                         | 225 +++++++++++++++++++++
 drivers/nfc/nfcmrvl/usb.c                          |   6 +-
 include/linux/platform_data/nfcmrvl.h              |  40 ++++
 net/nfc/nci/uart.c                                 |   1 -
 9 files changed, 398 insertions(+), 27 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/nfc/nfcmrvl.txt
 create mode 100644 drivers/nfc/nfcmrvl/uart.c
 create mode 100644 include/linux/platform_data/nfcmrvl.h

--
2.2.0.33.gc18b867
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-06-23 14:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 12:00 [PATCH v3 0/2] Marvell NFC NCI UART driver and DT configuration Vincent Cuissard
     [not found] ` <1434024020-17048-1-git-send-email-cuissard-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
2015-06-11 12:00   ` [PATCH v3 1/2] NFC: nfcmrvl: add platform_data " Vincent Cuissard
2015-06-11 12:00   ` [PATCH v3 2/2] NFC: nfcmrvl: add UART driver Vincent Cuissard
     [not found]     ` <1434024020-17048-3-git-send-email-cuissard-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
2015-06-12  4:06       ` Rob Herring
     [not found]         ` <CAL_JsqKtCT9wLS5xqHoJ9K_2Y+Tw8g7mP=MSkDBXO9TexHd9pg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-12  7:24           ` Neil Brown
2015-06-19  2:36             ` Rob Herring
2015-06-11 21:44   ` [linux-nfc] [PATCH v3 0/2] Marvell NFC NCI UART driver and DT configuration Samuel Ortiz
     [not found]     ` <20150611214400.GD10011-41CF7WKNp/HfYmLG0ciiYFaTQe2KTcn/@public.gmane.org>
2015-06-23 14:42       ` Rob Herring

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).