mbox series

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

Message ID 1627910464-19363-1-git-send-email-skakit@codeaurora.org
Headers show
Series Convert qcom pmic gpio bindings to YAML | expand

Message

Satya Priya Aug. 2, 2021, 1:21 p.m. UTC
Hi, 

 I've rebased this series on linux-next. Patch [1/3] of this series is
 already applied but I'm resending it just to avoid Bot errors.

Thanks,
Satya Priya

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 | 290 ---------------------
 .../bindings/pinctrl/qcom,pmic-gpio.yaml           | 239 +++++++++++++++++
 3 files changed, 249 insertions(+), 293 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml

Comments

Lee Jones Aug. 3, 2021, 7:49 a.m. UTC | #1
On Mon, 02 Aug 2021, satya priya wrote:

> Add gpio-ranges and "qcom,spmi-gpio" compatible to match with the
> parent qcom,pmic-gpio.yaml binding.
> 
> Signed-off-by: satya priya <skakit@codeaurora.org>
> Reviewed-by: Rob Herring <robh@kernel.org>
> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> Reviewed-by: Guru Das Srinagesh <gurus@codeaurora.org>
> ---
> Changes in V7:
>  - This is newly added in V7 to resolve below error.
>  dtschema/dtc warnings/errors:
>  /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/qcom,pm8008.example.dt.yaml: gpio@c000: compatible: ['qcom,pm8008-gpio'] is too short
> 	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml
>  /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/qcom,pm8008.example.dt.yaml: gpio@c000: 'gpio-ranges' is a required property
> 	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml
> 
> Changes in RESEND V7:
>  - Rebased on linux-next.
> 
>  Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 13 ++++++++++---
>  1 file changed, 10 insertions(+), 3 deletions(-)

Applied, thanks.
Satya Priya Aug. 11, 2021, 6:17 a.m. UTC | #2
Hi Linus,

Can you pls merge these patches? I have rebased them on linux-next.

Thanks,
Satya Priya

On 2021-08-02 18:51, satya priya wrote:
> Hi,

> 

>  I've rebased this series on linux-next. Patch [1/3] of this series is

>  already applied but I'm resending it just to avoid Bot errors.

> 

> Thanks,

> Satya Priya

> 

> 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 | 290 

> ---------------------

>  .../bindings/pinctrl/qcom,pmic-gpio.yaml           | 239 

> +++++++++++++++++

>  3 files changed, 249 insertions(+), 293 deletions(-)

>  delete mode 100644 

> Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt

>  create mode 100644

> Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml
Linus Walleij Aug. 11, 2021, 12:01 p.m. UTC | #3
On Wed, Aug 11, 2021 at 8:17 AM <skakit@codeaurora.org> wrote:

> Can you pls merge these patches? I have rebased them on linux-next.

Yeah I tried, hope it worked. Sorry for the delay.

Yours,
Linus Walleij