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] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 16 Nov 2022 11:21:34 +0100
From:   Konrad Dybcio <konrad.dybcio@...aro.org>
To:     Neil Armstrong <neil.armstrong@...aro.org>,
        Andy Gross <agross@...nel.org>,
        Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Bjorn Andersson <andersson@...nel.org>,
        Lee Jones <lee@...nel.org>,
        Linus Walleij <linus.walleij@...aro.org>,
        Stephen Boyd <sboyd@...nel.org>
Cc:     devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-arm-msm@...r.kernel.org, linux-gpio@...r.kernel.org
Subject: Re: [PATCH 6/7] pinctrl: qcom: spmi-gpio: add support for pm8550 gpio
 control



On 16/11/2022 11:11, Neil Armstrong wrote:
> Add support for the pm8550, pm8550b, pm8550ve, pm8550vs & pmk8550 gpio
> controllers providing GPIO control over SPMI.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@...aro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@...aro.org>

Konrad
>   drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> index 89695b5a2ce7..f758522d035e 100644
> --- a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> +++ b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> @@ -1221,6 +1221,10 @@ static const struct of_device_id pmic_gpio_of_match[] = {
>   	{ .compatible = "qcom,pm8350b-gpio", .data = (void *) 8 },
>   	{ .compatible = "qcom,pm8350c-gpio", .data = (void *) 9 },
>   	{ .compatible = "qcom,pm8450-gpio", .data = (void *) 4 },
> +	{ .compatible = "qcom,pm8550-gpio", .data = (void *) 12 },
> +	{ .compatible = "qcom,pm8550b-gpio", .data = (void *) 12 },
> +	{ .compatible = "qcom,pm8550ve-gpio", .data = (void *) 8 },
> +	{ .compatible = "qcom,pm8550vs-gpio", .data = (void *) 6 },
>   	{ .compatible = "qcom,pm8916-gpio", .data = (void *) 4 },
>   	{ .compatible = "qcom,pm8941-gpio", .data = (void *) 36 },
>   	/* pm8950 has 8 GPIOs with holes on 3 */
> @@ -1232,6 +1236,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
>   	{ .compatible = "qcom,pmi8994-gpio", .data = (void *) 10 },
>   	{ .compatible = "qcom,pmi8998-gpio", .data = (void *) 14 },
>   	{ .compatible = "qcom,pmk8350-gpio", .data = (void *) 4 },
> +	{ .compatible = "qcom,pmk8550-gpio", .data = (void *) 6 },
>   	{ .compatible = "qcom,pmm8155au-gpio", .data = (void *) 10 },
>   	/* pmp8074 has 12 GPIOs with holes on 1 and 12 */
>   	{ .compatible = "qcom,pmp8074-gpio", .data = (void *) 12 },
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ