media: staging: atomisp: Add driver prefix to Kconfig option and module names
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 11 Sep 2017 22:46:32 +0000 (00:46 +0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 27 Oct 2017 13:36:18 +0000 (15:36 +0200)
commit90ebe55ab88635a19af06d923bb70ef236123399
tree51783e3d2444a67a596c9757a81e2ab6fc50b165
parent183c2e048109e2a861bc282b8b814ed37a69c738
media: staging: atomisp: Add driver prefix to Kconfig option and module names

By adding the "atomisp-" prefix to module names (and "ATOMISP_" to Kconfig
options), the staging drivers for e.g. sensors are labelled as being
specific to atomisp, which they effectively are.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
24 files changed:
drivers/staging/media/atomisp/i2c/Kconfig
drivers/staging/media/atomisp/i2c/Makefile
drivers/staging/media/atomisp/i2c/ap1302.c [deleted file]
drivers/staging/media/atomisp/i2c/atomisp-ap1302.c [new file with mode: 0644]
drivers/staging/media/atomisp/i2c/atomisp-gc0310.c [new file with mode: 0644]
drivers/staging/media/atomisp/i2c/atomisp-gc2235.c [new file with mode: 0644]
drivers/staging/media/atomisp/i2c/atomisp-libmsrlisthelper.c [new file with mode: 0644]
drivers/staging/media/atomisp/i2c/atomisp-lm3554.c [new file with mode: 0644]
drivers/staging/media/atomisp/i2c/atomisp-mt9m114.c [new file with mode: 0644]
drivers/staging/media/atomisp/i2c/atomisp-ov2680.c [new file with mode: 0644]
drivers/staging/media/atomisp/i2c/atomisp-ov2722.c [new file with mode: 0644]
drivers/staging/media/atomisp/i2c/gc0310.c [deleted file]
drivers/staging/media/atomisp/i2c/gc2235.c [deleted file]
drivers/staging/media/atomisp/i2c/imx/Kconfig
drivers/staging/media/atomisp/i2c/imx/Makefile
drivers/staging/media/atomisp/i2c/libmsrlisthelper.c [deleted file]
drivers/staging/media/atomisp/i2c/lm3554.c [deleted file]
drivers/staging/media/atomisp/i2c/mt9m114.c [deleted file]
drivers/staging/media/atomisp/i2c/ov2680.c [deleted file]
drivers/staging/media/atomisp/i2c/ov2722.c [deleted file]
drivers/staging/media/atomisp/i2c/ov5693/Kconfig
drivers/staging/media/atomisp/i2c/ov5693/Makefile
drivers/staging/media/atomisp/i2c/ov5693/atomisp-ov5693.c [new file with mode: 0644]
drivers/staging/media/atomisp/i2c/ov5693/ov5693.c [deleted file]