1
0
Fork 0
remarkable-linux/drivers/mxc/ipu3
Liu Ying 1e126efb6f MLK-18829 mxc IPUv3: vdoa: Replace module_init() with subsys_initcall()
For 4.14 kernel, it turns out that the vdoa driver cannot use
module_init(), otherwise, the driver's probe function cannot be
called.  Using subsys_initcall() makes the probe function be
successfully called, just like the ipu_common driver.  Note that
the mxc_ipu.o object consists of the ipu_common driver and the
vdoa driver.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
2018-10-29 11:10:38 +08:00
..
Kconfig
Makefile
ipu_calc_stripes_sizes.c
ipu_capture.c MLK-11911-1 mxc IPUv3: capture: Define div_ratio as type of int32_t 2018-10-29 11:10:38 +08:00
ipu_common.c MLK-11759 mxc IPUv3: common: Config IPU_CONF correctly in ipu_enable_channel() 2018-10-29 11:10:38 +08:00
ipu_device.c MLK-11911-2 mxc IPUv3: device: Correct bailout path for the ioctrl IPU_ALLOC 2018-10-29 11:10:38 +08:00
ipu_disp.c MLK-11911-3 mxc IPUv3: disp: Correct display ID check in ipu_uninit_sync_panel() 2018-10-29 11:10:38 +08:00
ipu_ic.c
ipu_param_mem.h MLK-11921-2 mxc IPUv3: param mem: Fix several potential macro expansion issues 2018-10-29 11:10:38 +08:00
ipu_pixel_clk.c MLK-11911-5 mxc IPUv3: pixel clk: Free gate clk memory if clk_regiser fails 2018-10-29 11:10:38 +08:00
ipu_prv.h MLK-12670 mxc IPUv3: common: Fix overrun array ->sec_chan_en and ->thrd_chan_en 2018-10-29 11:10:38 +08:00
ipu_regs.h MLK-11921-3 mxc IPUv3: regs: Fix the macro WROD definition 2018-10-29 11:10:38 +08:00
pre-regs.h
pre.c MLK-12721 mxc IPUv3: PRE: Correct irq mask in ipu_pre_irq_mask() 2018-10-29 11:10:38 +08:00
prg-regs.h
prg.c
vdoa.c MLK-18829 mxc IPUv3: vdoa: Replace module_init() with subsys_initcall() 2018-10-29 11:10:38 +08:00
vdoa.h