linux/arch/sh/kernel/cpu/sh4a
Jacopo Mondi 39fb993038 media: arch: sh: ap325rxa: Use new renesas-ceu camera driver
Use the new renesas-ceu camera driver in ap325rxa board file instead of
the soc_camera based sh_mobile_ceu_camera driver.

Get rid of soc_camera specific components, and register CEU0 with a single
video sensor (ov7725).

Memory for the CEU video buffers is now reserved with membocks APIs
and need to be declared as dma_coherent during machine initialization to
remove that architecture specific part from CEU driver.

The ap325rxa board file registers another camera (ncm03j) for which I found no
driver in mainline kernel version, and that was configured/probed by sending
i2c messages (of 'magic blobs) from the board file itself. I removed the
sensor registration from this new version as it used soc_camera components
that will be later removed.

While at there update license to SPDX header and sort headers alphabetically.

Compile tested only.

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2018-06-28 07:29:00 -04:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
clock-sh7343.c sh: Rename sci_ick and sci_fck clock to fck 2015-12-17 11:19:03 +01:00
clock-sh7366.c sh: Rename sci_ick and sci_fck clock to fck 2015-12-17 11:19:03 +01:00
clock-sh7722.c media: arch: sh: migor: Use new renesas-ceu camera driver 2018-02-26 09:17:17 -05:00
clock-sh7723.c media: arch: sh: ap325rxa: Use new renesas-ceu camera driver 2018-06-28 07:29:00 -04:00
clock-sh7724.c media: arch: sh: ecovec: Use new renesas-ceu camera driver 2018-03-21 15:29:59 -04:00
clock-sh7734.c sh: Rename sci_ick and sci_fck clock to fck 2015-12-17 11:19:03 +01:00
clock-sh7757.c sh: Rename sci_ick and sci_fck clock to fck 2015-12-17 11:19:03 +01:00
clock-sh7763.c sh: sh4a sh_clk_ops rename 2012-03-12 22:19:12 +01:00
clock-sh7770.c sh: sh4a sh_clk_ops rename 2012-03-12 22:19:12 +01:00
clock-sh7780.c sh: sh4a sh_clk_ops rename 2012-03-12 22:19:12 +01:00
clock-sh7785.c sh: Rename sci_ick and sci_fck clock to fck 2015-12-17 11:19:03 +01:00
clock-sh7786.c sh: Rename sci_ick and sci_fck clock to fck 2015-12-17 11:19:03 +01:00
clock-shx3.c sh: Rename sci_ick and sci_fck clock to fck 2015-12-17 11:19:03 +01:00
intc-shx3.c sh: Support userimask for all SH-X3 interrupt controllers. 2010-10-02 00:43:43 +09:00
perf_event.c perf, arch: Add generic NODE cache events 2011-07-01 11:06:38 +02:00
pinmux-sh7722.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pinmux-sh7723.c sh: sh7723: Add pin control resources 2013-03-15 13:33:51 +01:00
pinmux-sh7724.c sh: sh7724: Add pin control resources 2013-03-15 13:33:51 +01:00
pinmux-sh7734.c sh: sh7734: pinmux: Use driver-provided pinmux info 2013-01-25 09:24:30 +09:00
pinmux-sh7757.c sh: sh7757: Add pin control resources 2013-03-15 13:33:52 +01:00
pinmux-sh7785.c sh: sh7785: Add pin control resources 2013-03-15 13:33:52 +01:00
pinmux-sh7786.c sh: sh7786: Add pin control resources 2013-03-15 13:33:52 +01:00
pinmux-shx3.c sh: shx3: Add pin control resources 2013-03-15 13:33:52 +01:00
serial-sh7722.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
setup-sh7343.c sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags 2017-01-19 14:17:05 +01:00
setup-sh7366.c sh: Don't set sh-sci port_reg 2017-01-19 14:17:05 +01:00
setup-sh7722.c sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags 2017-01-19 14:17:05 +01:00
setup-sh7723.c sh: Don't set the sh-sci platform data REIE bit when not implemented 2017-01-19 14:17:05 +01:00
setup-sh7724.c sh: Don't set sh-sci port_reg 2017-01-19 14:17:05 +01:00
setup-sh7734.c sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags 2017-01-19 14:17:05 +01:00
setup-sh7757.c sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags 2017-01-19 14:17:05 +01:00
setup-sh7763.c sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags 2017-01-19 14:17:05 +01:00
setup-sh7770.c sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags 2017-01-19 14:17:05 +01:00
setup-sh7780.c sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags 2017-01-19 14:17:05 +01:00
setup-sh7785.c sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags 2017-01-19 14:17:05 +01:00
setup-sh7786.c sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags 2017-01-19 14:17:05 +01:00
setup-shx3.c sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags 2017-01-19 14:17:05 +01:00
smp-shx3.c sh/SH-X3 SMP: Convert to hotplug state machine 2016-09-19 21:44:27 +02:00
ubc.c sh: Abstracted SH-4A UBC support on hw-breakpoint core. 2010-01-05 19:06:45 +09:00