mbox series

[V2,0/3] Add GPIO support for PM7325, PM8350c, PMK8350 and PMR735A

Message ID 1617280546-9583-1-git-send-email-skakit@codeaurora.org (mailing list archive)
Headers show
Series Add GPIO support for PM7325, PM8350c, PMK8350 and PMR735A | expand

Message

Satya Priya April 1, 2021, 12:35 p.m. UTC
satya priya (3):
  pinctrl: qcom: spmi-gpio: Add support for four variants
  dt-bindings: pinctrl: qcom-pmic-gpio: Update the binding to add four
    new variants
  dt-bindings: pinctrl: qcom-pmic-gpio: Convert qcom pmic gpio bindings
    to YAML

 .../devicetree/bindings/pinctrl/qcom,pmic-gpio.txt | 272 --------------------
 .../bindings/pinctrl/qcom,pmic-gpio.yaml           | 281 +++++++++++++++++++++
 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c           |   4 +
 3 files changed, 285 insertions(+), 272 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml

Comments

Linus Walleij April 8, 2021, 1:48 p.m. UTC | #1
On Thu, Apr 1, 2021 at 2:36 PM satya priya <skakit@codeaurora.org> wrote:

> satya priya (3):
>   pinctrl: qcom: spmi-gpio: Add support for four variants
>   dt-bindings: pinctrl: qcom-pmic-gpio: Update the binding to add four
>     new variants
>   dt-bindings: pinctrl: qcom-pmic-gpio: Convert qcom pmic gpio bindings
>     to YAML

Please collect the ACKs and rebase like Björn says, sort stuff alphabetically
and resend so I can try to apply it! The YAML conversion may need a nod from
the DT people as well.

Yours,
Linus Walleij
Satya Priya April 9, 2021, 8:20 a.m. UTC | #2
On 2021-04-08 19:18, Linus Walleij wrote:
> On Thu, Apr 1, 2021 at 2:36 PM satya priya <skakit@codeaurora.org> 
> wrote:
> 
>> satya priya (3):
>>   pinctrl: qcom: spmi-gpio: Add support for four variants
>>   dt-bindings: pinctrl: qcom-pmic-gpio: Update the binding to add four
>>     new variants
>>   dt-bindings: pinctrl: qcom-pmic-gpio: Convert qcom pmic gpio 
>> bindings
>>     to YAML
> 
> Please collect the ACKs and rebase like Björn says, sort stuff 
> alphabetically
> and resend so I can try to apply it! The YAML conversion may need a nod 
> from
> the DT people as well.
> 

Sure, will address the comments and resend.

> Yours,
> Linus Walleij

Thanks,
Satya Priya