mbox series

[V4,0/5] Add support for PMK8350 PON_HLOS PMIC peripheral

Message ID 1620800053-26405-1-git-send-email-skakit@codeaurora.org
Headers show
Series Add support for PMK8350 PON_HLOS PMIC peripheral | expand

Message

Satya Priya May 12, 2021, 6:14 a.m. UTC
David Collins (2):
  input: pm8941-pwrkey: add support for PMK8350 PON_HLOS PMIC peripheral
  dt-bindings: input: pm8941-pwrkey: add pmk8350 compatible strings

satya priya (3):
  dt-bindings: power: reset: Change 'additionalProperties' to true
  dt-bindings: input: pm8941-pwrkey: Convert pm8941 power key binding to
    yaml
  dt-bindings: power: reset: qcom-pon: Convert qcom PON binding to yaml

 .../bindings/input/qcom,pm8941-pwrkey.txt          |  53 -----------
 .../bindings/input/qcom,pm8941-pwrkey.yaml         |  51 ++++++++++
 .../devicetree/bindings/power/reset/qcom,pon.txt   |  49 ----------
 .../devicetree/bindings/power/reset/qcom,pon.yaml  |  80 ++++++++++++++++
 .../bindings/power/reset/reboot-mode.yaml          |   2 +-
 drivers/input/misc/pm8941-pwrkey.c                 | 103 ++++++++++++++-------
 6 files changed, 204 insertions(+), 134 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt
 create mode 100644 Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.yaml
 delete mode 100644 Documentation/devicetree/bindings/power/reset/qcom,pon.txt
 create mode 100644 Documentation/devicetree/bindings/power/reset/qcom,pon.yaml

Comments

Satya Priya July 13, 2021, 3:57 a.m. UTC | #1
Hi Dmitry,

On 2021-05-12 11:44, satya priya wrote:
> David Collins (2):
>   input: pm8941-pwrkey: add support for PMK8350 PON_HLOS PMIC 
> peripheral
>   dt-bindings: input: pm8941-pwrkey: add pmk8350 compatible strings
> 


> satya priya (3):
>   dt-bindings: power: reset: Change 'additionalProperties' to true
>   dt-bindings: input: pm8941-pwrkey: Convert pm8941 power key binding 
> to
>     yaml
>   dt-bindings: power: reset: qcom-pon: Convert qcom PON binding to yaml
> 
Could you please pick these 3 patches.

Thanks,
Satya Priya
>  .../bindings/input/qcom,pm8941-pwrkey.txt          |  53 -----------
>  .../bindings/input/qcom,pm8941-pwrkey.yaml         |  51 ++++++++++
>  .../devicetree/bindings/power/reset/qcom,pon.txt   |  49 ----------
>  .../devicetree/bindings/power/reset/qcom,pon.yaml  |  80 
> ++++++++++++++++
>  .../bindings/power/reset/reboot-mode.yaml          |   2 +-
>  drivers/input/misc/pm8941-pwrkey.c                 | 103 
> ++++++++++++++-------
>  6 files changed, 204 insertions(+), 134 deletions(-)
>  delete mode 100644
> Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt
>  create mode 100644
> Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.yaml
>  delete mode 100644 
> Documentation/devicetree/bindings/power/reset/qcom,pon.txt
>  create mode 100644 
> Documentation/devicetree/bindings/power/reset/qcom,pon.yaml