All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] add support for SAM9X60 pin controller
@ 2019-01-31 16:18 ` Claudiu.Beznea
  0 siblings, 0 replies; 39+ messages in thread
From: Claudiu.Beznea @ 2019-01-31 16:18 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 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] 39+ messages in thread

end of thread, other threads:[~2019-02-06 13:46 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-31 16:18 [PATCH v2 0/7] add support for SAM9X60 pin controller Claudiu.Beznea
2019-01-31 16:18 ` Claudiu.Beznea
2019-01-31 16:18 ` Claudiu.Beznea
2019-01-31 16:18 ` [PATCH v2 1/7] pinctrl: at91: add option to use drive strength bits Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-02-06  8:13   ` Ludovic Desroches
2019-02-06  8:13     ` Ludovic Desroches
2019-02-06  8:13     ` Ludovic Desroches
2019-02-06  9:46     ` Claudiu.Beznea
2019-02-06  9:46       ` Claudiu.Beznea
2019-02-06  9:46       ` Claudiu.Beznea
2019-02-06 10:24       ` Ludovic Desroches
2019-02-06 10:24         ` Ludovic Desroches
2019-02-06 10:24         ` Ludovic Desroches
2019-02-06 13:46         ` Claudiu.Beznea
2019-02-06 13:46           ` Claudiu.Beznea
2019-02-06 13:46           ` Claudiu.Beznea
2019-01-31 16:18 ` [PATCH v2 2/7] pinctrl: at91: add drive strength support for SAM9X60 Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18 ` [PATCH v2 3/7] pinctrl: at91: add compatibles for SAM9X60 pin controller Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18 ` [PATCH v2 4/7] dt-bindings: add documentation for banks Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18 ` [PATCH v2 5/7] dt-bindings: add bindings for SAM9X60 Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18 ` [PATCH v2 6/7] pinctrl: at91: add slewrate support " Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18 ` [PATCH v2 7/7] dt-bindings: add documentation for slew rate Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-01-31 16:18   ` Claudiu.Beznea
2019-02-06  8:56 ` [PATCH v2 0/7] add support for SAM9X60 pin controller Ludovic Desroches
2019-02-06  8:56   ` Ludovic Desroches
2019-02-06  8:56   ` Ludovic Desroches

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.