Introduce pinctrl drivers for three new SoCs and enable them. Signed-off-by: Caleb Connolly <[email protected]> --- Caleb Connolly (4): pinctrl: qcom: add qcm2290 pinctrl driver pinctrl: qcom: add sm6115 pinctrl driver pinctrl: qcom: add sm8250 pinctrl driver qcom_defconfig: enable pinctrl for new qcm2290/sm6115/sm8250
configs/qcom_defconfig | 3 + drivers/pinctrl/qcom/Kconfig | 21 ++++ drivers/pinctrl/qcom/Makefile | 3 + drivers/pinctrl/qcom/pinctrl-qcm2290.c | 67 +++++++++++ drivers/pinctrl/qcom/pinctrl-sm6115.c | 197 +++++++++++++++++++++++++++++++++ drivers/pinctrl/qcom/pinctrl-sm8250.c | 96 ++++++++++++++++ 6 files changed, 387 insertions(+) --- change-id: 20240408-b4-qcom-rbx-soc-44ee99c8b799 base-commit: 072eacb0c7a2d7a621b581d238422f0254c78cb2 Caleb Connolly <[email protected]>

