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
| ||
|
Message-Id: <1682327030-25535-1-git-send-email-quic_rohiagar@quicinc.com> Date: Mon, 24 Apr 2023 14:33:48 +0530 From: Rohit Agarwal <quic_rohiagar@...cinc.com> To: agross@...nel.org, andersson@...nel.org, konrad.dybcio@...aro.org, linus.walleij@...aro.org, robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org, richardcochran@...il.com, manivannan.sadhasivam@...aro.org Cc: linux-arm-msm@...r.kernel.org, linux-gpio@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, netdev@...r.kernel.org, Rohit Agarwal <quic_rohiagar@...cinc.com> Subject: [PATCH v4 0/2] Add pinctrl support for SDX75 Hi, Changes in v4: - Fixed the bindings check and rebased on linux-next. Changes in v3: - Rebased the bindings on linux-next as suggested by Krzysztof. Changes in v2: - Updated the bindings to clear the bindings check. This patch series adds pinctrl bindings and tlmm support for SDX75. Thanks, Rohit. Rohit Agarwal (2): dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible pinctrl: qcom: Add SDX75 pincontrol driver .../bindings/pinctrl/qcom,sdx75-tlmm.yaml | 169 +++ drivers/pinctrl/qcom/Kconfig | 30 +- drivers/pinctrl/qcom/Makefile | 3 +- drivers/pinctrl/qcom/pinctrl-sdx75.c | 1603 ++++++++++++++++++++ 4 files changed, 1794 insertions(+), 11 deletions(-) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdx75-tlmm.yaml create mode 100644 drivers/pinctrl/qcom/pinctrl-sdx75.c -- 2.7.4
Powered by blists - more mailing lists