android_kernel_motorola_sm6225/drivers/media/video/m5mols
HeungJun Kim 0f2ee1dd49 [media] m5mols: Add support for the system initialization interrupt
The M-5MOLS internal controller's initialization time depends on the
hardware and firmware revision. Currently the driver just waits for
worst case time period, after applying the voltage supplies, for
the device to be ready. The M-5MOLS supports "System initialization"
interrupt which is triggered after the controller finished booting.
So use this interrupt to optimize the initialization sequence.

After the voltage supplies are applied the I2C communication will
fail, until the internal controller initializes to Flash Writer
state. For the period when the I2C is not accessible use the
isp_ready flag to suppress the error logs.

Signed-off-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:35:25 -02:00
..
Kconfig [media] Add support for M-5MOLS 8 Mega Pixel camera ISP 2011-05-25 07:51:18 -03:00
m5mols.h [media] m5mols: Add support for the system initialization interrupt 2011-12-30 14:35:25 -02:00
m5mols_capture.c [media] m5mols: Improve the interrupt handling routines 2011-12-30 14:34:27 -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: Add support for the system initialization interrupt 2011-12-30 14:35:25 -02:00
m5mols_reg.h [media] m5mols: Add support for the system initialization interrupt 2011-12-30 14:35:25 -02:00
Makefile [media] Add support for M-5MOLS 8 Mega Pixel camera ISP 2011-05-25 07:51:18 -03:00