All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] gpio: msc313: Add gpio support for ssd20xd
@ 2021-12-13  9:40 ` Daniel Palmer
  0 siblings, 0 replies; 28+ messages in thread
From: Daniel Palmer @ 2021-12-13  9:40 UTC (permalink / raw)
  To: linus.walleij, brgl, linux-gpio
  Cc: linux-arm-kernel, linux-kernel, Daniel Palmer

Hi Linus and Bartosz,

As suggested by Linus I have dropped the DTS commits that were
in the series to add a usage of this code to a target.
If possible can you take the first 4 commits for the GPIO driver
for me? The final DTS commit will go via our tree.

Original blurb:

This is a little series to add a compatible string for the Sigmastar
SSD201 and SSD202D to the msc313 gpio driver, add the specific offsets
for the pins on these chips.

Changes since v2:
  - No code changes, dropped the UnitV2 DTS bits.
    I'll send a new series for that later.

Changes since v1:
  - Add a fix for the led binding to squash the warning about the
    activity trigger in the unitv2 dts.
  - Fix up the regulator node names so they pass dtb check

Daniel Palmer (5):
  dt-bindings: gpio: msc313: Add compatible for ssd20xd
  dt-bindings: gpio: msc313: Add offsets for ssd20xd
  gpio: msc313: Code clean ups
  gpio: msc313: Add support for SSD201 and SSD202D
  ARM: dts: mstar: Set gpio compatible for ssd20xd

 .../bindings/gpio/mstar,msc313-gpio.yaml      |   4 +-
 .../boot/dts/mstar-infinity2m-ssd20xd.dtsi    |   5 +
 drivers/gpio/gpio-msc313.c                    | 266 +++++++++++++++++-
 include/dt-bindings/gpio/msc313-gpio.h        |  71 +++++
 4 files changed, 341 insertions(+), 5 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2021-12-20 15:30 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13  9:40 [PATCH v3 0/5] gpio: msc313: Add gpio support for ssd20xd Daniel Palmer
2021-12-13  9:40 ` Daniel Palmer
2021-12-13  9:40 ` [PATCH v3 1/5] dt-bindings: gpio: msc313: Add compatible " Daniel Palmer
2021-12-13  9:40   ` Daniel Palmer
2021-12-13  9:40 ` [PATCH v3 2/5] dt-bindings: gpio: msc313: Add offsets " Daniel Palmer
2021-12-13  9:40   ` Daniel Palmer
2021-12-13  9:40 ` [PATCH v3 3/5] gpio: msc313: Code clean ups Daniel Palmer
2021-12-13  9:40   ` Daniel Palmer
2021-12-13  9:40 ` [PATCH v3 4/5] gpio: msc313: Add support for SSD201 and SSD202D Daniel Palmer
2021-12-13  9:40   ` Daniel Palmer
2021-12-20 14:50   ` Bartosz Golaszewski
2021-12-20 14:50     ` Bartosz Golaszewski
2021-12-20 15:02     ` Daniel Palmer
2021-12-20 15:02       ` Daniel Palmer
2021-12-20 15:07       ` Bartosz Golaszewski
2021-12-20 15:07         ` Bartosz Golaszewski
2021-12-20 15:27         ` Daniel Palmer
2021-12-20 15:27           ` Daniel Palmer
2021-12-13  9:40 ` [PATCH v3 5/5] ARM: dts: mstar: Set gpio compatible for ssd20xd Daniel Palmer
2021-12-13  9:40   ` Daniel Palmer
2021-12-16  2:52 ` [PATCH v3 0/5] gpio: msc313: Add gpio support " Linus Walleij
2021-12-16  2:52   ` Linus Walleij
2021-12-19  4:08   ` Daniel Palmer
2021-12-19  4:08     ` Daniel Palmer
2021-12-20 13:36   ` Andy Shevchenko
2021-12-20 13:36     ` Andy Shevchenko
2021-12-20 14:44     ` Bartosz Golaszewski
2021-12-20 14:44       ` Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.