Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1504075
| From | Andrey Smirnov <andrew.smirnov@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 00/10] Revamp Semtech SX150x driver |
| Date | 2016-10-19 18:20 +0200 |
| Message-ID | <stZSO-2nd-69@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello everyone, This is the second version of the patchset originally submitted here: http://www.spinics.net/lists/devicetree/msg146176.html The only change since v1 is that, per Rob Herring's recommendation, all of the changes to bindings documentation were coalesced into a single patch. Thank you, Andrey Smirnov Andrey Smirnov (10): 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 gpio-sx150x: Replace "io_pull*_ena" with DT bindings gpio-sx150x: Replace 'reset_during_probe" with DT binding gpio-sx150x: Replace 'oscio_is_gpio' with DT binding gpio-sx150x: Remove struct sx150x_platform_data gpio-sx150x: Pass device type in DT match table bindings: gpio-sx150x: Document new bindings .../devicetree/bindings/gpio/gpio-sx150x.txt | 29 ++++ drivers/gpio/gpio-sx150x.c | 184 +++++++++------------ 2 files changed, 105 insertions(+), 108 deletions(-) -- 2.5.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 00/10] Revamp Semtech SX150x driver Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-10-19 18:20 +0200
[PATCH v2 05/10] gpio-sx150x: Replace "io_pull*_ena" with DT bindings Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-10-19 18:30 +0200
Re: [PATCH v2 00/10] Revamp Semtech SX150x driver Linus Walleij <linus.walleij@linaro.org> - 2016-10-20 21:10 +0200
Re: [PATCH v2 00/10] Revamp Semtech SX150x driver Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-10-20 21:40 +0200
Re: [PATCH v2 00/10] Revamp Semtech SX150x driver Neil Armstrong <narmstrong@baylibre.com> - 2016-10-21 11:20 +0200
csiph-web