linux/drivers/media/usb/em28xx
Guennadi Liakhovetski be353fa188 [media] V4L2: em28xx: tell the ov2640 driver to balance clock enabling internally
The em28xx driver only calls subdevices' .s_power() method to power them
down, relying on the hardware to wake up automatically, which is usually
the case with tuners. This was acceptable with the old .standby() method,
but is wrong with .s_power(). Fixing the driver would be difficult due to
a broad supported hardware base. Instead this patch makes use of the
unbalanced_power soc-camera subdevice flag to tell the ov2640 driver to
balance calls to v4l2_clk_enable() and v4l2_clk_disable() internally.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2013-10-31 04:39:13 -02:00
..
em28xx-audio.c
em28xx-camera.c [media] V4L2: em28xx: tell the ov2640 driver to balance clock enabling internally 2013-10-31 04:39:13 -02:00
em28xx-cards.c [media] V4L2: em28xx: register a V4L2 clock source 2013-10-31 04:36:48 -02:00
em28xx-core.c [media] em28xx: remove GPIO register caching 2013-06-19 11:43:20 -03:00
em28xx-dvb.c [media] em28xx: fix and unify the coding style of the GPIO register write sequences 2013-10-17 06:06:59 -03:00
em28xx-i2c.c [media] em28xx: fix assignment of the eeprom data 2013-09-03 09:24:20 -03:00
em28xx-input.c [media] em28xx: move snapshot button bit definition for reg 0x0C from em28xx-input.c to em28xx.h 2013-06-19 11:42:27 -03:00
em28xx-reg.h [media] em28xx: move snapshot button bit definition for reg 0x0C from em28xx-input.c to em28xx.h 2013-06-19 11:42:27 -03:00
em28xx-vbi.c [media] em28xx: convert to videobuf2 2013-01-05 01:03:38 -02:00
em28xx-video.c [media] em28xx: fix error path in em28xx_start_analog_streaming() 2013-10-17 06:07:36 -03:00
em28xx.h [media] V4L2: em28xx: register a V4L2 clock source 2013-10-31 04:36:48 -02:00
Kconfig [media] em28xx: Add ISDB support for c3tech Digital duo 2013-03-19 15:13:50 -03:00
Makefile [media] em28xx: move sensor code to a separate source code file em28xx-camera.c 2013-03-29 06:36:20 -03:00