mbox series

[v3,0/2] pinctrl: qcom: Add binding and driver for SDX55 pincontrol

Message ID 20201109062620.14566-1-vkoul@kernel.org
Headers show
Series pinctrl: qcom: Add binding and driver for SDX55 pincontrol | expand

Message

Vinod Koul Nov. 9, 2020, 6:26 a.m. UTC
This series add device tree binding documentation and driver for SDX55 SOC
pincontroller.

Changes in v3:
 - Add ack by Bjorn
 - Fix dt_binding_check errors
 - Add gpio ranges in binding

Changes in v2:
 - merge the functional groups together
 - move pins to single line for readability

Jeevan Shriram (1):
  pinctrl: qcom: Add SDX55 pincontrol driver

Vinod Koul (1):
  dt-bindings: pinctrl: qcom: Add SDX55 pinctrl bindings

 .../bindings/pinctrl/qcom,sdx55-pinctrl.yaml  |  154 +++
 drivers/pinctrl/qcom/Kconfig                  |    9 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-sdx55.c          | 1018 +++++++++++++++++
 4 files changed, 1182 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdx55-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sdx55.c

Comments

Linus Walleij Nov. 10, 2020, 2:47 p.m. UTC | #1
On Mon, Nov 9, 2020 at 7:26 AM Vinod Koul <vkoul@kernel.org> wrote:

> This series add device tree binding documentation and driver for SDX55 SOC
> pincontroller.
>
> Changes in v3:
>  - Add ack by Bjorn
>  - Fix dt_binding_check errors
>  - Add gpio ranges in binding

Excellent, patches applied for v5.11.

I also just applied John Stultz patches for modularizing the Qualcomm
drivers so there might be some need to patch up so this driver can
also modularize, check the result!

Yours,
Linus Walleij
Vinod Koul Nov. 11, 2020, 4:37 a.m. UTC | #2
HI Linus,

On 10-11-20, 15:47, Linus Walleij wrote:
> On Mon, Nov 9, 2020 at 7:26 AM Vinod Koul <vkoul@kernel.org> wrote:
> 
> > This series add device tree binding documentation and driver for SDX55 SOC
> > pincontroller.
> >
> > Changes in v3:
> >  - Add ack by Bjorn
> >  - Fix dt_binding_check errors
> >  - Add gpio ranges in binding
> 
> Excellent, patches applied for v5.11.

Thank you!

> 
> I also just applied John Stultz patches for modularizing the Qualcomm
> drivers so there might be some need to patch up so this driver can
> also modularize, check the result!

Absolutely, I have updated the Kconfig and sent the patch with John Cced