linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] pinctrl: milbeaut: Add Milbeaut M10V pinctrl
@ 2021-11-25  9:57 Sugaya Taichi
  2021-11-25  9:57 ` [PATCH v3 1/2] " Sugaya Taichi
  2021-11-25  9:57 ` [PATCH v3 2/2] dt-bindings: pinctrl: add bindings for Milbeaut pin controller Sugaya Taichi
  0 siblings, 2 replies; 5+ messages in thread
From: Sugaya Taichi @ 2021-11-25  9:57 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring
  Cc: devicetree, linux-gpio, linux-kernel, orito.takao, sugaya.taichi,
	Masami Hiramatsu, Jassi Brar

This third patch adds a pinctrl driver a part of basic support for
Milbeaut M10V.  At v2 patch, I tried to add basic pinctrl support and
IRQs pin mapping additionally.  Here v3, to be a pure basic pinctrl
support patch, I dropped the function about IRQs pin mapping.

v2:
https://lkml.org/lkml/2019/2/8/301

Changes:
 v2 -> v3
  - add bindings
  - change author
  - drop functions about IRQs mapping
  - refine whole of the code
 v1 -> v2
  - none

Jassi Brar (1):
  pinctrl: milbeaut: Add Milbeaut M10V pinctrl

Sugaya Taichi (1):
  dt-bindings: pinctrl: add bindings for Milbeaut pin controller

 .../pinctrl/socionext,milbeaut-pinctrl.yaml        |  51 +++
 drivers/pinctrl/Kconfig                            |   8 +
 drivers/pinctrl/Makefile                           |   1 +
 drivers/pinctrl/pinctrl-milbeaut.c                 | 406 +++++++++++++++++++++
 4 files changed, 466 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/socionext,milbeaut-pinctrl.yaml
 create mode 100644 drivers/pinctrl/pinctrl-milbeaut.c

-- 
2.7.4


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

end of thread, other threads:[~2021-11-26 11:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25  9:57 [PATCH v3 0/2] pinctrl: milbeaut: Add Milbeaut M10V pinctrl Sugaya Taichi
2021-11-25  9:57 ` [PATCH v3 1/2] " Sugaya Taichi
2021-11-25  9:57 ` [PATCH v3 2/2] dt-bindings: pinctrl: add bindings for Milbeaut pin controller Sugaya Taichi
2021-11-26  1:14   ` Linus Walleij
2021-11-26 11:03     ` Sugaya Taichi

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