OSDN Git Service

pinctrl: qcom: Extract chip specific LPASS LPI code
authorSrinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
Mon, 18 Apr 2022 12:37:05 +0000 (18:07 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 22 Apr 2022 22:04:43 +0000 (00:04 +0200)
commit9ce49018c6928263d41b783c9e4928c6af05db43
tree96c419b4c44876f217b7864024c8ec86d8af538a
parentbe73368d535614b351c13a10680b4cdd06db2417
pinctrl: qcom: Extract chip specific LPASS LPI code

Extract the chip specific SM8250 data from the LPASS LPI pinctrl driver
to allow reusing the common code in the addition of subsequent
platforms.

Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
Co-developed-by: Venkata Prasad Potturu <quic_potturu@quicinc.com>
Signed-off-by: Venkata Prasad Potturu <quic_potturu@quicinc.com>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Link: https://lore.kernel.org/r/1650285427-19752-6-git-send-email-quic_srivasam@quicinc.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/Kconfig
drivers/pinctrl/qcom/Makefile
drivers/pinctrl/qcom/pinctrl-lpass-lpi.c
drivers/pinctrl/qcom/pinctrl-lpass-lpi.h [new file with mode: 0644]
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c [new file with mode: 0644]