]> Git Repo - J-linux.git/commit
media: rename soc_camera I2C drivers
authorMauro Carvalho Chehab <[email protected]>
Fri, 19 Oct 2018 11:33:02 +0000 (08:33 -0300)
committerMauro Carvalho Chehab <[email protected]>
Fri, 19 Oct 2018 12:07:46 +0000 (08:07 -0400)
commit3b796aa60af087f5fec75aee9b17f2130f2b9adc
treef04bfb3ae11edbd74b98c9b579b3b68d899bd5bb
parent490d84f6d73c12f4204241cff8651eed60aae914
media: rename soc_camera I2C drivers

Those drivers are part of the legacy SoC camera framework.
They're being converted to not use it, but sometimes we're
keeping both legacy any new driver.

This time, for example, we have two drivers on media with
the same name: ov772x. That's bad.

So, in order to prevent that to happen, let's prepend the SoC
legacy drivers with soc_.

No functional changes.

Acked-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
19 files changed:
drivers/media/i2c/soc_camera/Makefile
drivers/media/i2c/soc_camera/mt9m001.c [deleted file]
drivers/media/i2c/soc_camera/mt9t112.c [deleted file]
drivers/media/i2c/soc_camera/mt9v022.c [deleted file]
drivers/media/i2c/soc_camera/ov5642.c [deleted file]
drivers/media/i2c/soc_camera/ov772x.c [deleted file]
drivers/media/i2c/soc_camera/ov9640.c [deleted file]
drivers/media/i2c/soc_camera/ov9740.c [deleted file]
drivers/media/i2c/soc_camera/rj54n1cb0c.c [deleted file]
drivers/media/i2c/soc_camera/soc_mt9m001.c [new file with mode: 0644]
drivers/media/i2c/soc_camera/soc_mt9t112.c [new file with mode: 0644]
drivers/media/i2c/soc_camera/soc_mt9v022.c [new file with mode: 0644]
drivers/media/i2c/soc_camera/soc_ov5642.c [new file with mode: 0644]
drivers/media/i2c/soc_camera/soc_ov772x.c [new file with mode: 0644]
drivers/media/i2c/soc_camera/soc_ov9640.c [new file with mode: 0644]
drivers/media/i2c/soc_camera/soc_ov9740.c [new file with mode: 0644]
drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c [new file with mode: 0644]
drivers/media/i2c/soc_camera/soc_tw9910.c [new file with mode: 0644]
drivers/media/i2c/soc_camera/tw9910.c [deleted file]
This page took 0.053245 seconds and 4 git commands to generate.