devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] NFC: trf7970a: Fixups & convert to desc-based GPIO
@ 2016-12-20 18:06 Mark Greer
       [not found] ` <20161220180608.29997-1-mgreer-luAo+O/VEmrlveNOaEYElw@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Mark Greer @ 2016-12-20 18:06 UTC (permalink / raw)
  To: Samuel Ortiz, Lauro Ramos Venancio, Aloisio Almeida Jr,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-nfc-hn68Rpc1hR1g9hUCZPvPmw, Mark Greer

These trf7970a driver patches do the following things:
 - a couple minor fixups
 - allow EN2 to not be managed by the driver (e.g., when its tied low by
   hardware
 - convert the driver to use the descriptor-based GPIO interface
 - fix up coding style issues
 - change the DTS example to indicate that EN and EN2 are active high GPIOs
 - Add Mark Greer as the maintainer of the trf7970a driver

Samuel, these will likely conflict with patches from Geoff Lansberry
so let me know if you want me to rebase on top of his patches.

Based on e93b1cc8a896 (Merge branch 'for_linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs)

Mark Greer (7):
  NFC: trf7970a: Don't de-assert EN2 unless it was asserted
  NFC: trf7970a: Don't manage EN2 when not specified in DT
  NFC: trf7970a: Convert to descriptor based GPIO interface
  NFC: trf7970a: Remove useless comment
  NFC: trf7970a: Clean up coding style issues
  NFC: trf7970a: Enable pins are active high not active low
  MAINTAINERS: nfc: trf7970a: Add Mark Greer as maintainer

 .../devicetree/bindings/net/nfc/trf7970a.txt       |   4 +-
 MAINTAINERS                                        |   7 +
 drivers/nfc/Kconfig                                |   2 +-
 drivers/nfc/trf7970a.c                             | 311 ++++++++++-----------
 4 files changed, 165 insertions(+), 159 deletions(-)

-- 
2.11.0

--
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] 9+ messages in thread

end of thread, other threads:[~2016-12-20 18:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-20 18:06 [PATCH 0/7] NFC: trf7970a: Fixups & convert to desc-based GPIO Mark Greer
     [not found] ` <20161220180608.29997-1-mgreer-luAo+O/VEmrlveNOaEYElw@public.gmane.org>
2016-12-20 18:06   ` [PATCH 1/7] NFC: trf7970a: Don't de-assert EN2 unless it was asserted Mark Greer
2016-12-20 18:06   ` [PATCH 2/7] NFC: trf7970a: Don't manage EN2 when not specified in DT Mark Greer
2016-12-20 18:06   ` [PATCH 3/7] NFC: trf7970a: Convert to descriptor based GPIO interface Mark Greer
2016-12-20 18:06   ` [PATCH 4/7] NFC: trf7970a: Remove useless comment Mark Greer
2016-12-20 18:06   ` [PATCH 5/7] NFC: trf7970a: Clean up coding style issues Mark Greer
2016-12-20 18:06   ` [PATCH 6/7] NFC: trf7970a: Enable pins are active high not active low Mark Greer
2016-12-20 18:06   ` [PATCH 7/7] MAINTAINERS: nfc: trf7970a: Add Mark Greer as maintainer Mark Greer
2016-12-20 18:11   ` [PATCH 0/7] NFC: trf7970a: Fixups & convert to desc-based GPIO Mark Greer

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