Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: qcom: camss: vfe-17x: Rename camss-vfe-170 to camss-vfe-17x

vfe-170 and vfe-175 can be supported in the same file with some minimal
indirection to differentiate between the silicon versions.

sdm845 uses vfe-170, sc8280xp uses vfe-175-200. Lets rename the file to
capture its wider scope than vfe-170 only.

Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Bryan O'Donoghue and committed by
Hans Verkuil
682f4968 f2a7ffab

+1 -1
+1 -1
drivers/media/platform/qcom/camss/Makefile
··· 14 14 camss-vfe-4-1.o \ 15 15 camss-vfe-4-7.o \ 16 16 camss-vfe-4-8.o \ 17 - camss-vfe-170.o \ 17 + camss-vfe-17x.o \ 18 18 camss-vfe-480.o \ 19 19 camss-vfe-gen1.o \ 20 20 camss-vfe.o \
drivers/media/platform/qcom/camss/camss-vfe-170.c drivers/media/platform/qcom/camss/camss-vfe-17x.c