mbox series

[v2,0/3] pinctrl: at91-pio4: add support for slew-rate

Message ID 1611747945-29960-1-git-send-email-claudiu.beznea@microchip.com (mailing list archive)
Headers show
Series pinctrl: at91-pio4: add support for slew-rate | expand

Message

Claudiu Beznea Jan. 27, 2021, 11:45 a.m. UTC
Hi,

This series adds support for slew rate on SAMA7G5. Along with this
patch 3/3 fixes some checkpatch.pl warnings.

Thank you,
Claudiu Beznea

Changes in v2:
- s/sr/slew_rate_support/g in patch 2/3
- collected tags

Claudiu Beznea (3):
  dt-bindings: pinctrl: at91-pio4: add slew-rate
  pinctrl: at91-pio4: add support for slew-rate
  pinctrl: at91-pio4: fix "Prefer 'unsigned int' to bare use of    
    'unsigned'"

 .../bindings/pinctrl/atmel,at91-pio4-pinctrl.txt   |   8 +-
 drivers/pinctrl/pinctrl-at91-pio4.c                | 137 +++++++++++++--------
 2 files changed, 89 insertions(+), 56 deletions(-)

Comments

Linus Walleij Feb. 12, 2021, 8:20 a.m. UTC | #1
On Wed, Jan 27, 2021 at 12:45 PM Claudiu Beznea
<claudiu.beznea@microchip.com> wrote:

> This series adds support for slew rate on SAMA7G5. Along with this
> patch 3/3 fixes some checkpatch.pl warnings.

Patches applied!

Yours,
Linus Walleij