mbox series

[V7,0/3] Convert qcom pmic gpio bindings to YAML

Message ID 1627029074-23449-1-git-send-email-skakit@codeaurora.org (mailing list archive)
Headers show
Series Convert qcom pmic gpio bindings to YAML | expand

Message

Satya Priya July 23, 2021, 8:31 a.m. UTC
satya priya (3):
  dt-bindings: mfd: pm8008: Add gpio-ranges and spmi-gpio compatible
  dt-bindings: pinctrl: qcom-pmic-gpio: Convert qcom pmic gpio bindings
    to YAML
  dt-bindings: pinctrl: qcom-pmic-gpio: Remove the interrupts property

 .../devicetree/bindings/mfd/qcom,pm8008.yaml       |  13 +-
 .../devicetree/bindings/pinctrl/qcom,pmic-gpio.txt | 288 ---------------------
 .../bindings/pinctrl/qcom,pmic-gpio.yaml           | 239 +++++++++++++++++
 3 files changed, 249 insertions(+), 291 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml

Comments

Stephen Boyd July 26, 2021, 11:10 p.m. UTC | #1
Quoting satya priya (2021-07-23 01:31:11)
> satya priya (3):
>   dt-bindings: mfd: pm8008: Add gpio-ranges and spmi-gpio compatible
>   dt-bindings: pinctrl: qcom-pmic-gpio: Convert qcom pmic gpio bindings
>     to YAML
>   dt-bindings: pinctrl: qcom-pmic-gpio: Remove the interrupts property
>

Which tree is this series going to be merged through? bindings, gpio?
Linus Walleij July 30, 2021, 9:58 a.m. UTC | #2
Hi Satya,

On Fri, Jul 23, 2021 at 10:32 AM satya priya <skakit@codeaurora.org> wrote:
>
> satya priya (3):
>   dt-bindings: mfd: pm8008: Add gpio-ranges and spmi-gpio compatible
>   dt-bindings: pinctrl: qcom-pmic-gpio: Convert qcom pmic gpio bindings
>     to YAML
>   dt-bindings: pinctrl: qcom-pmic-gpio: Remove the interrupts property
>
>  .../devicetree/bindings/mfd/qcom,pm8008.yaml       |  13 +-
>  .../devicetree/bindings/pinctrl/qcom,pmic-gpio.txt | 288 ---------------------
>  .../bindings/pinctrl/qcom,pmic-gpio.yaml           | 239 +++++++++++++++++
>  3 files changed, 249 insertions(+), 291 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml

I tried to apply these patches to the pinctrl tree but there is a conflict
because I merged these patches (I think):
0ac2c2aebf82 dt-bindings: pinctrl: qcom,pmic-gpio: Add compatible for
SA8155p-adp
ffdf4cecac07 dt-bindings: pinctrl: qcom,pmic-gpio: Arrange compatibles
alphabetically

Can you please rebase the patches on top of this branch:
https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel

then resend so I can apply them?

Include Bhupesh on Cc so we get confirmation that this ends up as intended.

Thanks,
Linus Walleij
Satya Priya Aug. 2, 2021, 12:59 p.m. UTC | #3
Hi Linus,

On 2021-07-30 15:28, Linus Walleij wrote:
> Hi Satya,
> 
> On Fri, Jul 23, 2021 at 10:32 AM satya priya <skakit@codeaurora.org> 
> wrote:
>> 
>> satya priya (3):
>>   dt-bindings: mfd: pm8008: Add gpio-ranges and spmi-gpio compatible
>>   dt-bindings: pinctrl: qcom-pmic-gpio: Convert qcom pmic gpio 
>> bindings
>>     to YAML
>>   dt-bindings: pinctrl: qcom-pmic-gpio: Remove the interrupts property
>> 
>>  .../devicetree/bindings/mfd/qcom,pm8008.yaml       |  13 +-
>>  .../devicetree/bindings/pinctrl/qcom,pmic-gpio.txt | 288 
>> ---------------------
>>  .../bindings/pinctrl/qcom,pmic-gpio.yaml           | 239 
>> +++++++++++++++++
>>  3 files changed, 249 insertions(+), 291 deletions(-)
>>  delete mode 100644 
>> Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt
>>  create mode 100644 
>> Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml
> 
> I tried to apply these patches to the pinctrl tree but there is a 
> conflict
> because I merged these patches (I think):
> 0ac2c2aebf82 dt-bindings: pinctrl: qcom,pmic-gpio: Add compatible for
> SA8155p-adp
> ffdf4cecac07 dt-bindings: pinctrl: qcom,pmic-gpio: Arrange compatibles
> alphabetically
> 
> Can you please rebase the patches on top of this branch:
> https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel
> 

Sure, but I don't see above patches present on this branch, anyway I 
found them on linux-next, will rebase on linux-next.
Hope that's not a problem.

> then resend so I can apply them?
> 
> Include Bhupesh on Cc so we get confirmation that this ends up as 
> intended.
> 

Okay.

Thanks,
Satya Priya

> Thanks,
> Linus Walleij