[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1523422726-7910-1-git-send-email-matheus@castello.eng.br>
Date: Wed, 11 Apr 2018 00:58:43 -0400
From: Matheus Castello <matheus@...tello.eng.br>
To: robh@...nel.org, stefan.wahren@...e.com, eric@...olt.net
Cc: linus.walleij@...aro.org, mark.rutland@....com, robh+dt@...nel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Matheus Castello <matheus@...tello.eng.br>
Subject: Re: [PATCH v5 0/3] pinctrl: bcm2835: Add generic pinctrl support
This series adds support for generic binding for pinctrl bcm2835 driver,
and add the code for set output buffer of a pin using the output-low and
output-high generic properties.
Tested on Raspberry Pi Zero W, based on bcm2835 SoC.
Changes since v4:
(Suggested by Rob Herring)
- Change dt-bindings docs driver reference to hardware in case the BCM2835 pin
configuration and multiplexing
Changes since v3:
(Suggested by Stefan Wahren)
- Change dt-bindings docs patch order and subject
Changes since v2:
(Suggested by Eric Anholt)
- Remove PACK and UNPACK macros
- Use pinconf_to_config_* functions
(Suggested by Stefan Wahren)
- Fold Kconfig changes with the driver changes in a single patch
- Add devicetree bindings documentations about generic properties support
- Add devicetree bindings maintainers
Matheus Castello (3):
dt-bindings: pinctrl: bcm2835-gpio: Add generic pinctrl support
pinctrl: bcm2835: Add support for generic pinctrl binding
pinctrl: bcm2835: Add support for output-low output-high properties
.../bindings/pinctrl/brcm,bcm2835-gpio.txt | 18 +++++
drivers/pinctrl/bcm/Kconfig | 1 +
drivers/pinctrl/bcm/pinctrl-bcm2835.c | 92 ++++++++++++++--------
3 files changed, 78 insertions(+), 33 deletions(-)
--
2.7.4
Powered by blists - more mailing lists