pinctrl: qcom: Rename qcom_msm_pinctrl to pinctrl-waipio
Existing pinctrl driver is not generic enough to be used for other target sharing same binaries. However, current pinctrl driver can be used for a target where both PVM and SVM is supported and also for target where SVM is not supported. Rename qcom_msm_pinctrl.c to pinctrl-waipio.c and change the module name in the first stage module list. Change-Id: I276d4a22921653ba7007be06cb930516699b3ccf Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
This commit is contained in:
parent
24d6fde1b7
commit
9fd43b9448
@ -4,7 +4,7 @@ obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o
|
||||
obj-$(CONFIG_PINCTRL_LAHAINA) += pinctrl-lahaina.o
|
||||
obj-$(CONFIG_PINCTRL_SHIMA) += pinctrl-shima.o
|
||||
obj-$(CONFIG_PINCTRL_HOLI) += pinctrl-holi.o
|
||||
obj-$(CONFIG_QCOM_PINCTRL) += qcom-msm-pinctrl.o
|
||||
obj-$(CONFIG_QCOM_PINCTRL) += pinctrl-waipio.o
|
||||
obj-$(CONFIG_PINCTRL_DIWALI) += pinctrl-diwali.o
|
||||
obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o
|
||||
obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
|
||||
|
@ -41,7 +41,7 @@ mem-hooks.ko
|
||||
memory_dump_v2.ko
|
||||
minidump.ko
|
||||
msm_dma_iommu_mapping.ko
|
||||
qcom-msm-pinctrl.ko
|
||||
pinctrl-waipio.ko
|
||||
qnoc-waipio.ko
|
||||
qti-fixed-regulator.ko
|
||||
reboot-mode.ko
|
||||
|
Loading…
Reference in New Issue
Block a user