linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/5] [Media] Radio: Fixes and New features for FM
@ 2012-04-18 16:06 manjunatha_halli
  2012-04-18 16:06 ` [PATCH V2 1/5] [Media] WL128x: Add support for FM TX RDS manjunatha_halli
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: manjunatha_halli @ 2012-04-18 16:06 UTC (permalink / raw)
  To: linux-media; +Cc: benzyg, linux-kernel, Manjunatha Halli

From: Manjunatha Halli <x0130808@ti.com>

Mauro and the list,

This version 2 of patchset resolves the comments received from
Joonyoung Shim on patchset v1

This patchset creates new control class 'V4L2_CTRL_CLASS_FM_RX' for FM RX,
introduces 2 new CID's for FM RX and and 1 new CID for FM TX. Also adds 1
field in struct v4l2_hw_freq_seek.

This patch adds few new features to TI's FM driver features
are listed below,

1) FM TX RDS Support (RT, PS, AF, PI, PTY)
2) FM RX Russian band support
3) FM RX AF set/get
4) FM RX De-emphasis mode set/get

Along with new features this patch also fixes few issues in the driver
like default rssi level for seek, unnecessory logs etc.

Manjunatha Halli (5):
  [Media] WL128x: Add support for FM TX RDS
  [Media] New control class and features for FM RX
  [Media] Add new CID for FM TX RDS Alternate Frequency
  [Documentation] Media: Update docs for V4L2 FM new features
  [Media] WL12xx: Add support for FM new features.

 Documentation/DocBook/media/v4l/compat.xml         |    3 +
 Documentation/DocBook/media/v4l/controls.xml       |   78 +++++++++++
 Documentation/DocBook/media/v4l/dev-rds.xml        |    5 +-
 .../DocBook/media/v4l/vidioc-g-ext-ctrls.xml       |    7 +
 drivers/media/radio/wl128x/fmdrv.h                 |    3 +-
 drivers/media/radio/wl128x/fmdrv_common.c          |   55 ++++++--
 drivers/media/radio/wl128x/fmdrv_common.h          |   43 +++++-
 drivers/media/radio/wl128x/fmdrv_rx.c              |   92 ++++++++++---
 drivers/media/radio/wl128x/fmdrv_rx.h              |    2 +-
 drivers/media/radio/wl128x/fmdrv_tx.c              |   41 +++----
 drivers/media/radio/wl128x/fmdrv_tx.h              |    3 +-
 drivers/media/radio/wl128x/fmdrv_v4l2.c            |  138 +++++++++++++++++++-
 drivers/media/video/v4l2-ctrls.c                   |   18 +++
 include/linux/videodev2.h                          |   17 +++-
 14 files changed, 429 insertions(+), 76 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2012-04-19 19:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-18 16:06 [PATCH V2 0/5] [Media] Radio: Fixes and New features for FM manjunatha_halli
2012-04-18 16:06 ` [PATCH V2 1/5] [Media] WL128x: Add support for FM TX RDS manjunatha_halli
2012-04-18 16:06 ` [PATCH V2 2/5] [Media] New control class and features for FM RX manjunatha_halli
2012-04-19  5:11   ` Kyungmin Park
2012-04-18 16:06 ` [PATCH V2 3/5] [Media] Add new CID for FM TX RDS Alternate Frequency manjunatha_halli
2012-04-18 16:06 ` [PATCH V2 4/5] [Documentation] Media: Update docs for V4L2 FM new features manjunatha_halli
2012-04-19  5:13   ` Kyungmin Park
2012-04-19 12:38   ` Hans Verkuil
2012-04-19 19:54     ` halli manjunatha
2012-04-18 16:06 ` [PATCH V2 5/5] [Media] WL12xx: Add support for " manjunatha_halli

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).