linux_dsm_epyc7002/drivers/media/pci/saa7134
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 [media] saa7134: Fix compilation breakage when go7007 is not selected 2014-09-23 16:13:47 -03:00
Makefile media: don't include drivers/media/i2c at cflags 2017-12-28 14:14:09 -05:00
saa7134-alsa.c media: pci: make snd_pcm_hardware const 2017-08-20 08:05:21 -04:00
saa7134-cards.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
saa7134-core.c media: saa7134: Convert timers to use timer_setup() 2017-10-31 07:13:05 -04:00
saa7134-dvb.c media: s5h14*.h: fix typos for CONTINUOUS 2018-03-06 05:15:02 -05:00
saa7134-empress.c media: pci: make video_device const 2017-08-27 08:44:58 -04:00
saa7134-go7007.c [media] go7007: constify go7007_hpi_ops structures 2016-02-01 07:34:07 -02:00
saa7134-i2c.c media: pci: make i2c_client const 2017-09-23 08:28:03 -04:00
saa7134-input.c media: rc: i2c: set parent of rc device and improve name 2017-12-14 09:58:19 -05:00
saa7134-reg.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
saa7134-ts.c media: saa7134: Convert timers to use timer_setup() 2017-10-31 07:13:05 -04:00
saa7134-tvaudio.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
saa7134-vbi.c media: saa7134: Convert timers to use timer_setup() 2017-10-31 07:13:05 -04:00
saa7134-video.c media: add tuner standby op, use where needed 2018-03-21 12:05:39 -04:00
saa7134.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00