media: platform: rename omap3isp/ to ti/omap3isp/
authorMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 13 Mar 2022 10:18:20 +0000 (11:18 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 18 Mar 2022 04:58:34 +0000 (05:58 +0100)
commitceafdaac46ea2c623a64eabaed64abd2fe7cb76f
treec255efc7915e7b7696bbbf17c309b9e1b24828ea
parentd24a170bde6543fa2879d3c422b7874716cdf038
media: platform: rename omap3isp/ to ti/omap3isp/

As the end goal is to have platform drivers split by vendor,
rename omap3isp/ to ti/omap3isp/.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
68 files changed:
Documentation/admin-guide/media/omap3isp.rst
Documentation/admin-guide/media/omap4_camera.rst
Documentation/driver-api/media/v4l2-event.rst
MAINTAINERS
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/omap3isp/Kconfig [deleted file]
drivers/media/platform/omap3isp/Makefile [deleted file]
drivers/media/platform/omap3isp/cfa_coef_table.h [deleted file]
drivers/media/platform/omap3isp/gamma_table.h [deleted file]
drivers/media/platform/omap3isp/isp.c [deleted file]
drivers/media/platform/omap3isp/isp.h [deleted file]
drivers/media/platform/omap3isp/ispccdc.c [deleted file]
drivers/media/platform/omap3isp/ispccdc.h [deleted file]
drivers/media/platform/omap3isp/ispccp2.c [deleted file]
drivers/media/platform/omap3isp/ispccp2.h [deleted file]
drivers/media/platform/omap3isp/ispcsi2.c [deleted file]
drivers/media/platform/omap3isp/ispcsi2.h [deleted file]
drivers/media/platform/omap3isp/ispcsiphy.c [deleted file]
drivers/media/platform/omap3isp/ispcsiphy.h [deleted file]
drivers/media/platform/omap3isp/isph3a.h [deleted file]
drivers/media/platform/omap3isp/isph3a_aewb.c [deleted file]
drivers/media/platform/omap3isp/isph3a_af.c [deleted file]
drivers/media/platform/omap3isp/isphist.c [deleted file]
drivers/media/platform/omap3isp/isphist.h [deleted file]
drivers/media/platform/omap3isp/isppreview.c [deleted file]
drivers/media/platform/omap3isp/isppreview.h [deleted file]
drivers/media/platform/omap3isp/ispreg.h [deleted file]
drivers/media/platform/omap3isp/ispresizer.c [deleted file]
drivers/media/platform/omap3isp/ispresizer.h [deleted file]
drivers/media/platform/omap3isp/ispstat.c [deleted file]
drivers/media/platform/omap3isp/ispstat.h [deleted file]
drivers/media/platform/omap3isp/ispvideo.c [deleted file]
drivers/media/platform/omap3isp/ispvideo.h [deleted file]
drivers/media/platform/omap3isp/luma_enhance_table.h [deleted file]
drivers/media/platform/omap3isp/noise_filter_table.h [deleted file]
drivers/media/platform/omap3isp/omap3isp.h [deleted file]
drivers/media/platform/ti/omap3isp/Kconfig [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/Makefile [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/cfa_coef_table.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/gamma_table.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/isp.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/isp.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispccdc.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispccdc.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispccp2.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispccp2.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispcsi2.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispcsi2.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispcsiphy.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispcsiphy.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/isph3a.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/isph3a_aewb.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/isph3a_af.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/isphist.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/isphist.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/isppreview.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/isppreview.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispreg.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispresizer.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispresizer.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispstat.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispstat.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispvideo.c [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/ispvideo.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/luma_enhance_table.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/noise_filter_table.h [new file with mode: 0644]
drivers/media/platform/ti/omap3isp/omap3isp.h [new file with mode: 0644]