All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pinctrl: Adding support for Microchip serial GPIO controller
@ 2020-05-13 14:11 ` Lars Povlsen
  0 siblings, 0 replies; 26+ messages in thread
From: Lars Povlsen @ 2020-05-13 14:11 UTC (permalink / raw)
  To: SoC Team, Linus Walleij
  Cc: Lars Povlsen, Microchip Linux Driver Support, devicetree,
	linux-gpio, linux-arm-kernel, linux-kernel

This is an add-on series to the main SoC Sparx5 series
(Message-ID: <20200513125532.24585-1-lars.povlsen@microchip.com>).

The series add support for the serial GPIO controller used by Sparx5,
as well as (MSCC) ocelot/jaguar2.

The GPIO controller only supports output mode currently.

It is expected that the DT patches are to be taken directly by the arm-soc
maintainers.

Lars Povlsen (3):
  dt-bindings: pinctrl: Add bindings for mscc,ocelot-sgpio
  pinctrl: mchp-sgpio: Add pinctrl driver for Microsemi Serial GPIO
  arm64: dts: sparx5: Add SGPIO devices

 .../bindings/pinctrl/mscc,ocelot-sgpio.yaml   |  66 ++
 MAINTAINERS                                   |   2 +
 arch/arm64/boot/dts/microchip/sparx5.dtsi     |  52 ++
 .../boot/dts/microchip/sparx5_pcb125.dts      |   5 +
 .../dts/microchip/sparx5_pcb134_board.dtsi    |   5 +
 drivers/pinctrl/Kconfig                       |  17 +
 drivers/pinctrl/Makefile                      |   1 +
 drivers/pinctrl/pinctrl-mchp-sgpio.c          | 569 ++++++++++++++++++
 include/dt-bindings/gpio/mchp-sgpio.h         |  21 +
 9 files changed, 738 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/mscc,ocelot-sgpio.yaml
 create mode 100644 drivers/pinctrl/pinctrl-mchp-sgpio.c
 create mode 100644 include/dt-bindings/gpio/mchp-sgpio.h

--
2.26.2

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

end of thread, other threads:[~2020-05-27 13:46 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 14:11 [PATCH 0/3] pinctrl: Adding support for Microchip serial GPIO controller Lars Povlsen
2020-05-13 14:11 ` Lars Povlsen
2020-05-13 14:11 ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc,ocelot-sgpio Lars Povlsen
2020-05-13 14:11   ` Lars Povlsen
2020-05-18  7:40   ` Linus Walleij
2020-05-18  7:40     ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc, ocelot-sgpio Linus Walleij
2020-05-18 20:49     ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc,ocelot-sgpio Lars Povlsen
2020-05-18 20:49       ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc, ocelot-sgpio Lars Povlsen
2020-05-25  8:50       ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc,ocelot-sgpio Linus Walleij
2020-05-25  8:50         ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc, ocelot-sgpio Linus Walleij
2020-05-25 14:38         ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc,ocelot-sgpio Lars Povlsen
2020-05-25 14:38           ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc, ocelot-sgpio Lars Povlsen
2020-05-26  9:20           ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc,ocelot-sgpio Linus Walleij
2020-05-26  9:20             ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc, ocelot-sgpio Linus Walleij
2020-05-27  8:05             ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc,ocelot-sgpio Lars Povlsen
2020-05-27  8:05               ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc, ocelot-sgpio Lars Povlsen
2020-05-27 13:45               ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc,ocelot-sgpio Linus Walleij
2020-05-27 13:45                 ` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc, ocelot-sgpio Linus Walleij
2020-05-13 14:11 ` [PATCH 2/3] pinctrl: mchp-sgpio: Add pinctrl driver for Microsemi Serial GPIO Lars Povlsen
2020-05-13 14:11   ` Lars Povlsen
2020-05-13 15:01   ` Randy Dunlap
2020-05-13 15:01     ` Randy Dunlap
2020-05-18 19:44     ` Lars Povlsen
2020-05-18 19:44       ` Lars Povlsen
2020-05-13 14:11 ` [PATCH 3/3] arm64: dts: sparx5: Add SGPIO devices Lars Povlsen
2020-05-13 14:11   ` Lars Povlsen

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.