devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] Revamp Semtech SX150x driver
@ 2016-10-17 14:26 Andrey Smirnov
  2016-10-17 14:26 ` [PATCH 01/13] gpio-sx150x: Remove 'gpio_base' from pdata Andrey Smirnov
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Andrey Smirnov @ 2016-10-17 14:26 UTC (permalink / raw)
  To: linux-gpio-u79uwXL29TY76Z2rM5mHXA
  Cc: Linus Walleij, Alexandre Courbot, Rob Herring, Mark Rutland,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	cphealy-Re5JQEeQqe8AvxtiuMwx3w, Andrey Smirnov

Hello,

I am working with a hardware design utilizing SX1506 GPIO expander
(actually it uses 1503, but they seem to be the same from SW's point
of view) and following are the pathches I had to make in order to be
able to succesfully use part's driver from upstream kernel.

I am pretty certain I did not do any of the DT bindings in a proper
way, so I am more than happy to change all of that, or, due to the
fact I don't use any of those bindings in my usecase, drop them
alltogether.

Thank you,
Andrey Smirnov

Andrey Smirnov (13):
  gpio-sx150x: Remove 'gpio_base' from pdata
  gpio-sx150x: Remove 'irq_summary' parameter
  gpio-sx150x: Remove 'irq_base' parameter
  gpio-sx150x: Replace 'io_polarity' with DT binding
  bindings: gpio-sx150x: Document "semtech,io-polarity" binding
  gpio-sx150x: Replace "io_pull*_ena" with DT bindings
  bindings: gpio-sx150x: Document "semtech,io-pull*" bindings
  gpio-sx150x: Replace 'reset_during_probe" with DT binding
  bindings: gpio-sx150x: Document "semtech,reset-during-probe" bindings
  gpio-sx150x: Replace 'oscio_is_gpio' with DT binding
  bindings: gpio-sx150x: Document "semtech,oscio-is-gpo" binding
  gpio-sx150x: Remove struct sx150x_platform_data
  gpio-sx150x: Pass device type in DT match table

 .../devicetree/bindings/gpio/gpio-sx150x.txt       |  29 ++++
 drivers/gpio/gpio-sx150x.c                         | 184 +++++++++------------
 2 files changed, 105 insertions(+), 108 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-10-18 16:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 14:26 [PATCH 00/13] Revamp Semtech SX150x driver Andrey Smirnov
2016-10-17 14:26 ` [PATCH 01/13] gpio-sx150x: Remove 'gpio_base' from pdata Andrey Smirnov
     [not found] ` <1476714428-11264-1-git-send-email-andrew.smirnov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-10-17 14:26   ` [PATCH 02/13] gpio-sx150x: Remove 'irq_summary' parameter Andrey Smirnov
2016-10-17 14:27   ` [PATCH 13/13] gpio-sx150x: Pass device type in DT match table Andrey Smirnov
2016-10-17 14:26 ` [PATCH 03/13] gpio-sx150x: Remove 'irq_base' parameter Andrey Smirnov
2016-10-17 14:26 ` [PATCH 04/13] gpio-sx150x: Replace 'io_polarity' with DT binding Andrey Smirnov
2016-10-17 14:27 ` [PATCH 05/13] bindings: gpio-sx150x: Document "semtech,io-polarity" binding Andrey Smirnov
2016-10-18 16:23   ` Rob Herring
2016-10-17 14:27 ` [PATCH 06/13] gpio-sx150x: Replace "io_pull*_ena" with DT bindings Andrey Smirnov
2016-10-17 14:27 ` [PATCH 07/13] bindings: gpio-sx150x: Document "semtech,io-pull*" bindings Andrey Smirnov
2016-10-18 16:25   ` Rob Herring
2016-10-17 14:27 ` [PATCH 08/13] gpio-sx150x: Replace 'reset_during_probe" with DT binding Andrey Smirnov
2016-10-17 14:27 ` [PATCH 09/13] bindings: gpio-sx150x: Document "semtech,reset-during-probe" bindings Andrey Smirnov
2016-10-17 14:27 ` [PATCH 10/13] gpio-sx150x: Replace 'oscio_is_gpio' with DT binding Andrey Smirnov
2016-10-17 14:27 ` [PATCH 11/13] bindings: gpio-sx150x: Document "semtech,oscio-is-gpo" binding Andrey Smirnov
2016-10-17 14:27 ` [PATCH 12/13] gpio-sx150x: Remove struct sx150x_platform_data Andrey Smirnov

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