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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 25 Jun 2021 09:17:54 +0300
From:   Iskren Chernev <iskren.chernev@...il.com>
To:     Bjorn Andersson <bjorn.andersson@...aro.org>
Cc:     Andy Gross <agross@...nel.org>,
        Linus Walleij <linus.walleij@...aro.org>,
        Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
        linux-arm-msm@...r.kernel.org, linux-gpio@...r.kernel.org,
        linux-kernel@...r.kernel.org, phone-devel@...r.kernel.org,
        ~postmarketos/upstreaming@...ts.sr.ht
Subject: Re: [PATCH v2 0/2] Add Pinctrl for SM4250 and SM6115

Please discard this version, there is v3 addressing all points from Rob and Bjorn.

On 6/25/21 8:11 AM, Iskren Chernev wrote:
> This patch adds support for the TLMM block on QCom SM4250 and SM6115, codename
> bengal. The code is taken from OnePlus repo [1], and the keyword bengal
> corresponds to sm4250 and sm6115, so I'm adding both compat strings.
> 
> [1]: https://github.com/OnePlusOSS/android_kernel_oneplus_sm4250
> 
> v1: https://lkml.org/lkml/2021/6/22/1163
> 
> Changes from v1:
> - fix binding example
> - fix cover letter text
> 
> Iskren Chernev (2):
>   dt-bindings: pinctrl: qcom: Add SM6115 pinctrl bindings
>   drivers: qcom: pinctrl: Add pinctrl driver for sm6115
> 
>  .../bindings/pinctrl/qcom,sm6115-pinctrl.yaml |  172 ++
>  drivers/pinctrl/qcom/Kconfig                  |    9 +
>  drivers/pinctrl/qcom/Makefile                 |    1 +
>  drivers/pinctrl/qcom/pinctrl-sm6115.c         | 1482 +++++++++++++++++
>  4 files changed, 1664 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml
>  create mode 100644 drivers/pinctrl/qcom/pinctrl-sm6115.c
> 
> 
> base-commit: e71e3a48a7e89fa71fb70bf4602367528864d2ff
> --
> 2.32.0
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ