lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 20 Sep 2018 11:42:17 +0200
From:   Sebastian Reichel <sebastian.reichel@...labora.com>
To:     Bjorn Andersson <bjorn.andersson@...aro.org>
Cc:     Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>, linux-pm@...r.kernel.org,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH] power: reset: qcom-pon: Add pms405 pon support

Hi,

On Wed, Sep 19, 2018 at 06:50:44PM -0700, Bjorn Andersson wrote:
> From: Vinod Koul <vkoul@...nel.org>
> 
> Update the binding and driver for pms405 pon.
> 
> Signed-off-by: Vinod Koul <vkoul@...nel.org>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@...aro.org>
> ---

Thanks, queued.

-- Sebastian

>  Documentation/devicetree/bindings/power/reset/qcom,pon.txt | 5 ++++-
>  drivers/power/reset/qcom-pon.c                             | 1 +
>  2 files changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/power/reset/qcom,pon.txt b/Documentation/devicetree/bindings/power/reset/qcom,pon.txt
> index 651491bb63b7..5705f575862d 100644
> --- a/Documentation/devicetree/bindings/power/reset/qcom,pon.txt
> +++ b/Documentation/devicetree/bindings/power/reset/qcom,pon.txt
> @@ -6,7 +6,10 @@ and resin along with the Android reboot-mode.
>  This DT node has pwrkey and resin as sub nodes.
>  
>  Required Properties:
> --compatible: "qcom,pm8916-pon"
> +-compatible: Must be one of:
> +	"qcom,pm8916-pon"
> +	"qcom,pms405-pon"
> +
>  -reg: Specifies the physical address of the pon register
>  
>  Optional subnode:
> diff --git a/drivers/power/reset/qcom-pon.c b/drivers/power/reset/qcom-pon.c
> index 0c4caaa7e88f..3fa1642d4c54 100644
> --- a/drivers/power/reset/qcom-pon.c
> +++ b/drivers/power/reset/qcom-pon.c
> @@ -74,6 +74,7 @@ static int pm8916_pon_probe(struct platform_device *pdev)
>  
>  static const struct of_device_id pm8916_pon_id_table[] = {
>  	{ .compatible = "qcom,pm8916-pon" },
> +	{ .compatible = "qcom,pms405-pon" },
>  	{ }
>  };
>  MODULE_DEVICE_TABLE(of, pm8916_pon_id_table);
> -- 
> 2.18.0
> 

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ