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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 23 Sep 2021 11:01:00 +0800 From: Shawn Guo <shawn.guo@...aro.org> To: Linus Walleij <linus.walleij@...aro.org> Cc: Bjorn Andersson <bjorn.andersson@...aro.org>, Rob Herring <robh+dt@...nel.org>, Loic Poulain <loic.poulain@...aro.org>, linux-gpio@...r.kernel.org, devicetree@...r.kernel.org, linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org, Shawn Guo <shawn.guo@...aro.org> Subject: [PATCH v2 0/2] Add pinctrl driver for QCM2290 The series adds QCM2290 pinctrl driver and bindings. Changes for v2: - Update pattern in bindings to cover entire GPIO space. - Sort qcm2290 functions. - Group phase_flagN into a single function, and same to qdss_gpio, atest and dac_calib. - Correct .compatible to be qcom,qcm2290-tlmm. Shawn Guo (2): dt-bindings: pinctrl: qcom: Add QCM2290 pinctrl bindings pinctrl: qcom: Add QCM2290 pinctrl driver .../pinctrl/qcom,qcm2290-pinctrl.yaml | 186 +++ drivers/pinctrl/qcom/Kconfig | 8 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-qcm2290.c | 1129 +++++++++++++++++ 4 files changed, 1324 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qcm2290-pinctrl.yaml create mode 100644 drivers/pinctrl/qcom/pinctrl-qcm2290.c -- 2.17.1
Powered by blists - more mailing lists