linux/drivers/media/usb/em28xx
Shuah Khan 9c669b7314 [media] em28xx: add suspend/resume to em28xx_ops
em28xx usb driver will have to suspend and resume its extensions. Adding
suspend and resume to em28xx_ops gives extensions the ability to install
suspend and resume that can be invoked from em28xx_usb driver suspend()
and resume() interfaces.

Approach:
Add power management support to em28xx usb driver. This driver works in
conjunction with extensions for each of the functions on the USB device
for video/audio/dvb/remote functionality that is present on media USB
devices it supports. During suspend and resume each of these extensions
will have to do their part in suspending the components they control.

Adding suspend and resume hooks to the existing struct em28xx_ops will
enable the extensions the ability to implement suspend and resume hooks
to be called from em28xx driver. The overall approach is as follows:

-- add suspend and resume hooks to em28xx_ops
-- add suspend and resume routines to em28xx-core to invoke suspend
   and resume hooks for all registered extensions.
-- change em28xx dvb, audio, input, and video extensions to implement
   em28xx_ops: suspend and resume hooks. These hooks do what is necessary
   to suspend and resume the devices they control.

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-03-03 06:45:57 -03:00
..
em28xx-audio.c [media, edac] Change my email address 2014-02-07 08:03:07 -02:00
em28xx-camera.c [media] em28xx-camera: fix return value checks on sensor probing 2014-02-04 16:40:43 -02:00
em28xx-cards.c [media] em28xx-cards: em28xx_devused can be static 2014-02-04 13:02:35 -02:00
em28xx-core.c [media] em28xx: add suspend/resume to em28xx_ops 2014-03-03 06:45:57 -03:00
em28xx-dvb.c [media] em28xx-dvb: fix PCTV 461e tuner I2C binding 2014-02-24 10:28:52 -03:00
em28xx-i2c.c [media] em28xx-i2c: fix the error code for unknown errors 2014-02-04 16:43:05 -02:00
em28xx-input.c [media, edac] Change my email address 2014-02-07 08:03:07 -02:00
em28xx-reg.h [media] em28xx: fix I2S audio sample rate definitions and info output 2014-01-07 08:33:29 -02:00
em28xx-v4l.h [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00
em28xx-vbi.c [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00
em28xx-video.c [media] em28xx-v4l: do not call em28xx_init_camera() if the device has no sensor 2014-02-04 16:41:21 -02:00
em28xx.h [media] em28xx: add suspend/resume to em28xx_ops 2014-03-03 06:45:57 -03:00
Kconfig [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00
Makefile [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00