linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] add support for SAM9X60 pin controller
@ 2019-02-07  9:24 Claudiu.Beznea
  2019-02-07  9:24 ` [PATCH v3 1/7] pinctrl: at91: add option to use drive strength bits Claudiu.Beznea
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Claudiu.Beznea @ 2019-02-07  9:24 UTC (permalink / raw)
  To: linus.walleij, robh+dt, mark.rutland, Nicolas.Ferre,
	alexandre.belloni, Ludovic.Desroches
  Cc: linux-gpio, devicetree, linux-arm-kernel, linux-kernel,
	Claudiu.Beznea

From: Claudiu Beznea <claudiu.beznea@microchip.com>

This series adds drive strenght and slew rate support for SAMX60's pin
controller. For drive strenght we could have 2 values: low, high.
For slew rate we could have 2 values: enable, disabled.

Besides this I took the chance and adapt the documentation for at91 pinctrl
driver.

Changes in v3:
- fix checkpatch.pl warning on DBG_SHOW_FLAG_MASKED() macro in patch 1/7
- add Ack-by tag

Changes in v2:
- s/microchip,sam9x60-pictrl/microchip,sam9x60-pinctrl in patches 3/7, 5/7

Claudiu Beznea (7):
  pinctrl: at91: add option to use drive strength bits
  pinctrl: at91: add drive strength support for SAM9X60
  pinctrl: at91: add compatibles for SAM9X60 pin controller
  dt-bindings: add documentation for banks
  dt-bindings: add bindings for SAM9X60
  pinctrl: at91: add slewrate support for SAM9X60
  dt-bindings: add documentation for slew rate

 .../bindings/pinctrl/atmel,at91-pinctrl.txt        |  27 ++++-
 drivers/pinctrl/pinctrl-at91.c                     | 134 +++++++++++++++++++--
 drivers/pinctrl/pinctrl-at91.h                     |   3 +
 include/dt-bindings/pinctrl/at91.h                 |   4 +
 4 files changed, 155 insertions(+), 13 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-02-08 12:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-07  9:24 [PATCH v3 0/7] add support for SAM9X60 pin controller Claudiu.Beznea
2019-02-07  9:24 ` [PATCH v3 1/7] pinctrl: at91: add option to use drive strength bits Claudiu.Beznea
2019-02-07  9:24 ` [PATCH v3 2/7] pinctrl: at91: add drive strength support for SAM9X60 Claudiu.Beznea
2019-02-07  9:24 ` [PATCH v3 3/7] pinctrl: at91: add compatibles for SAM9X60 pin controller Claudiu.Beznea
2019-02-07  9:24 ` [PATCH v3 4/7] dt-bindings: add documentation for banks Claudiu.Beznea
2019-02-07  9:25 ` [PATCH v3 5/7] dt-bindings: add bindings for SAM9X60 Claudiu.Beznea
2019-02-07  9:25 ` [PATCH v3 6/7] pinctrl: at91: add slewrate support " Claudiu.Beznea
2019-02-07  9:25 ` [PATCH v3 7/7] dt-bindings: add documentation for slew rate Claudiu.Beznea
2019-02-08 12:07 ` [PATCH v3 0/7] add support for SAM9X60 pin controller Linus Walleij

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