linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] [PATCH 0/6] media: em28xx - power management support em28xx
@ 2014-02-22  0:50 Shuah Khan
  2014-02-22  0:50 ` [RFC] [PATCH 1/6] media: em28xx - add suspend/resume to em28xx_ops Shuah Khan
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Shuah Khan @ 2014-02-22  0:50 UTC (permalink / raw)
  To: m.chehab; +Cc: Shuah Khan, linux-media, linux-kernel, shuahkhan

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.

Shuah Khan (6):
  media: em28xx - add suspend/resume to em28xx_ops
  media: em28xx-audio - implement em28xx_ops: suspend/resume hooks
  media: em28xx-dvb - implement em28xx_ops: suspend/resume hooks
  media: em28xx-input - implement em28xx_ops: suspend/resume hooks
  media: em28xx-video - implement em28xx_ops: suspend/resume hooks
  media: em28xx - implement em28xx_usb_driver suspend, resume,
    reset_resume hooks

 drivers/media/usb/em28xx/em28xx-audio.c | 30 +++++++++++++++++
 drivers/media/usb/em28xx/em28xx-cards.c | 26 +++++++++++++++
 drivers/media/usb/em28xx/em28xx-core.c  | 28 ++++++++++++++++
 drivers/media/usb/em28xx/em28xx-dvb.c   | 57 +++++++++++++++++++++++++++++++++
 drivers/media/usb/em28xx/em28xx-input.c | 35 ++++++++++++++++++++
 drivers/media/usb/em28xx/em28xx-video.c | 28 ++++++++++++++++
 drivers/media/usb/em28xx/em28xx.h       |  4 +++
 7 files changed, 208 insertions(+)

-- 
1.8.3.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-03-03  9:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-22  0:50 [RFC] [PATCH 0/6] media: em28xx - power management support em28xx Shuah Khan
2014-02-22  0:50 ` [RFC] [PATCH 1/6] media: em28xx - add suspend/resume to em28xx_ops Shuah Khan
2014-02-22  0:50 ` [RFC] [PATCH 2/6] media: em28xx-audio - implement em28xx_ops: suspend/resume hooks Shuah Khan
2014-02-22  0:50 ` [RFC] [PATCH 3/6] media: em28xx-dvb " Shuah Khan
2014-02-22  0:50 ` [RFC] [PATCH 4/6] media: em28xx-input " Shuah Khan
2014-03-01 13:48   ` Mauro Carvalho Chehab
2014-03-03  9:45     ` Mauro Carvalho Chehab
2014-02-22  0:50 ` [RFC] [PATCH 5/6] media: em28xx-video " Shuah Khan
2014-02-22  0:50 ` [RFC] [PATCH 6/6] media: em28xx - implement em28xx_usb_driver suspend, resume, reset_resume hooks Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).