public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* tuner-core: fix g_freq/s_std and g/s_tuner
@ 2011-06-12 10:59 Hans Verkuil
  2011-06-12 10:59 ` [RFCv4 PATCH 1/8] tuner-core: rename check_mode to supported_mode Hans Verkuil
  0 siblings, 1 reply; 31+ messages in thread
From: Hans Verkuil @ 2011-06-12 10:59 UTC (permalink / raw)
  To: linux-media; +Cc: Mike Isely

OK, this is the fourth version of this patch series.

The first five patches are the same as before. But for fixing the g_frequency
and g/s_tuner subdev ops I've decided to follow Mauro's lead and let the core
fill in the tuner type for those ioctls. Trying to do this in the drivers is
a tricky business, but doing this in video_ioctl2 is dead easy.

The only driver not using video_ioctl2 and that has tuner support as well is
pvrusb2, so I did that manually. Mike, can you review that single patch? All
it does is fill in v4l2_tuner's type based on whether the radio or TV is
active.

The last patch fixes a typo in the bttv radio s_tuner implementation making
VIDIOC_S_TUNER work again.

This patch series has been tested with bttv, cx18, ivtv and pvrusb2.


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

end of thread, other threads:[~2011-06-13 12:33 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-12 10:59 tuner-core: fix g_freq/s_std and g/s_tuner Hans Verkuil
2011-06-12 10:59 ` [RFCv4 PATCH 1/8] tuner-core: rename check_mode to supported_mode Hans Verkuil
2011-06-12 10:59   ` [RFCv4 PATCH 2/8] tuner-core: change return type of set_mode_freq to bool Hans Verkuil
2011-06-12 14:39     ` Mauro Carvalho Chehab
2011-06-12 10:59   ` [RFCv4 PATCH 3/8] tuner-core: simplify the standard fixup Hans Verkuil
2011-06-12 14:39     ` Mauro Carvalho Chehab
2011-06-12 10:59   ` [RFCv4 PATCH 4/8] tuner-core: fix s_std and s_tuner Hans Verkuil
2011-06-12 14:41     ` Mauro Carvalho Chehab
2011-06-12 10:59   ` [RFCv4 PATCH 5/8] tuner-core: fix tuner_resume: use t->mode instead of t->type Hans Verkuil
2011-06-12 14:42     ` Mauro Carvalho Chehab
2011-06-12 10:59   ` [RFCv4 PATCH 6/8] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner Hans Verkuil
2011-06-12 12:41     ` Andy Walls
2011-06-12 14:36     ` Mauro Carvalho Chehab
2011-06-12 15:46       ` Hans Verkuil
2011-06-12 17:08         ` Mauro Carvalho Chehab
2011-06-12 19:41           ` Hans Verkuil
2011-06-12 21:52             ` Mauro Carvalho Chehab
2011-06-12 10:59   ` [RFCv4 PATCH 7/8] pvrusb2: fix g/s_tuner support Hans Verkuil
2011-06-12 14:43     ` Mauro Carvalho Chehab
2011-06-12 10:59   ` [RFCv4 PATCH 8/8] bttv: fix s_tuner for radio Hans Verkuil
2011-06-12 14:43     ` Mauro Carvalho Chehab
2011-06-12 14:37   ` [RFCv4 PATCH 1/8] tuner-core: rename check_mode to supported_mode Mauro Carvalho Chehab
2011-06-12 16:07     ` Hans Verkuil
2011-06-12 17:27       ` Mauro Carvalho Chehab
2011-06-12 17:32         ` Mauro Carvalho Chehab
2011-06-12 18:09         ` Hans Verkuil
2011-06-12 22:06           ` Mauro Carvalho Chehab
2011-06-13 10:23             ` Hans Verkuil
2011-06-13 11:45               ` Mauro Carvalho Chehab
2011-06-13 12:07                 ` Hans Verkuil
2011-06-13 12:32                   ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox