diff options
author | Caleb Connolly <caleb.connolly@linaro.org> | 2023-11-14 12:55:40 +0000 |
---|---|---|
committer | Caleb Connolly <caleb.connolly@linaro.org> | 2024-01-16 12:26:24 +0000 |
commit | 53b2c7af69464d06cc12fe96e8db6cabf201ba38 (patch) | |
tree | 8297059b4e7ef0d05b457e55083aaa29b52ffdf4 /MAINTAINERS | |
parent | d5db46cf93fd19cbbd61ee34a5743c1c7e61f212 (diff) | |
download | u-boot-53b2c7af69464d06cc12fe96e8db6cabf201ba38.tar.gz u-boot-53b2c7af69464d06cc12fe96e8db6cabf201ba38.tar.bz2 u-boot-53b2c7af69464d06cc12fe96e8db6cabf201ba38.zip |
pinctrl: qcom: move out of mach-snapdragon
Move the Qualcomm pinctrl drivers out of mach-snapdragon and over to the
rest of the pinctrl drivers, adjust the drivers so that support for each
platform can be enabled/disabled individually and introduce platform
specific configuration options.
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 185f5ebbb1..b5ff934929 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -579,6 +579,7 @@ F: drivers/clk/qcom/ F: drivers/gpio/msm_gpio.c F: drivers/mmc/msm_sdhci.c F: drivers/phy/msm8916-usbh-phy.c +F: drivers/pinctrl/qcom/ F: drivers/serial/serial_msm.c F: drivers/serial/serial_msm_geni.c F: drivers/smem/msm_smem.c |