1
0
Fork 0
alistair23-linux/drivers/media/usb/au0828
Hans Verkuil 3aab15af9a media: add tuner standby op, use where needed
The v4l2_subdev core s_power op was used for two different things: power on/off
sensors or video decoders/encoders and to put a tuner in standby (and only the
tuner!). There is no 'tuner wakeup' op, that's done automatically when the tuner
is accessed.

The danger with calling (s_power, 0) to put a tuner into standby is that it is
usually broadcast for all subdevs. So a video receiver subdev that supports
s_power will also be powered off, and since there is no corresponding (s_power, 1)
they will never be powered on again.

In addition, this is specifically meant for tuners only since they draw the most
current.

This patch adds a new tuner op called 'standby' and replaces all calls to
(core, s_power, 0) by (tuner, standby). This prevents confusion between the two
uses of s_power. Note that there is no overlap: bridge drivers either just want
to put the tuner into standby, or they deal with powering on/off sensors. Never
both.

This also makes it easier to replace s_power for the remaining bridge drivers
with some PM code later.

Whether we want something cleaner for tuners in the future is a separate topic.
There is a lot of legacy code surrounding tuners, and I am very hesitant about
making changes there.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-03-21 12:05:39 -04:00
..
Kconfig Merge commit 'v4.16-rc4~0' into patchwork 2018-03-05 07:39:06 -05:00
Makefile media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
au0828-cards.c [media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog() 2017-03-03 07:35:02 -03:00
au0828-cards.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
au0828-core.c media: au0828: fix unbalanced lock/unlock in au0828_usb_probe 2017-08-27 06:57:33 -04:00
au0828-dvb.c treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
au0828-i2c.c media: usb: make i2c_client const 2017-09-23 08:27:42 -04:00
au0828-input.c media: usb: add SPDX identifiers to some code I wrote 2017-12-11 07:41:11 -05:00
au0828-reg.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
au0828-vbi.c media: au0828/em28xx: make vb2_ops const 2017-10-27 14:13:33 +02:00
au0828-video.c media: add tuner standby op, use where needed 2018-03-21 12:05:39 -04:00
au0828.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00