linux_dsm_epyc7002/drivers/media/video/m5mols
Sylwester Nawrocki aa1f4601ed [media] m5mols: Move the control handler initialization to probe()
This is prerequisite for enabling the sub-device node.

The control handler is now initialized in driver's probe callback
in order to allow the user space access controls before the device
power is enabled with s_power. This is needed due to s_power being
currently called only by the host driver.

It also adds the subdev internal operations, only open() for now
for the TRY format initialization.

Acked-by: HeungJun Kim <riverful.kim@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-12-30 14:38:39 -02:00
..
Kconfig
m5mols_capture.c [media] m5mols: Don't ignore v4l2_ctrl_handler_setup() return value 2011-12-30 14:38:06 -02:00
m5mols_controls.c [media] m5mols: Use proper email address format 2011-06-11 09:46:00 -03:00
m5mols_core.c [media] m5mols: Move the control handler initialization to probe() 2011-12-30 14:38:39 -02:00
m5mols_reg.h [media] m5mols: Add support for the system initialization interrupt 2011-12-30 14:35:25 -02:00
m5mols.h [media] m5mols: Don't ignore v4l2_ctrl_handler_setup() return value 2011-12-30 14:38:06 -02:00
Makefile