public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC v6 0/9] FM V4L2 drivers for WL128x
@ 2010-12-03 12:50 manjunatha_halli
  2010-12-03 12:50 ` [RFC v6 1/9] include:linux: videodev2.h: FM Rx control class manjunatha_halli
  2010-12-03 13:54 ` [RFC v6 0/9] FM V4L2 drivers for WL128x Ohad Ben-Cohen
  0 siblings, 2 replies; 14+ messages in thread
From: manjunatha_halli @ 2010-12-03 12:50 UTC (permalink / raw)
  To: mchehab, hverkuil; +Cc: linux-kernel, linux-media, Manjunatha Halli

From: Manjunatha Halli <manjunatha_halli@ti.com>

Mauro and the list,

This is the v6 version of the TI WL128x FM V4L2 drivers patchset.
Texas Instrument's WL128x chipset packs BT, FM, GPS and WLAN in a single
die with BT, FM and GPS being interfaced over a single UART.
This driver works on top of the shared transport line discipline driver.
This driver can also be made use for the WL127x version of the chip which packs
BT, FM and WLAN only.

Comments on the last version of the patches have been taken care,
such asi
- Removed use of new V4L2 CID to set the BAND (US/JAPAN). Instead handle it
in driver.
- Removed the new private CID defined for channel spacing instead handle it
in ioctl VIDIOC_S_HW_FREQ_SEEK.

Also,
Can you please also stage this version? Since the files are becoming big
to be posted as patches?

Thanks & Regards,
Manjunatha Halli

Manjunatha Halli (9):
  include:linux: videodev2.h: FM Rx control class
  Documentation:DocBook:v4l: Update the controls.xml for TI FM driver
  drivers:staging: ti-st: fmdrv common header file
  drivers:staging: ti-st: fmdrv_v4l2 sources
  drivers:staging: ti-st: fmdrv_common sources
  drivers:staging: ti-st: FM driver RX sources
  drivers:staging: ti-st: FM driver TX sources
  drivers:staging: ti-st: Kconfig & Makefile change
  driver:staging:ti-st: Update TODO for FM V4L2 driver.

 Documentation/DocBook/v4l/controls.xml |   12 +
 drivers/staging/ti-st/Kconfig          |   10 +
 drivers/staging/ti-st/Makefile         |    2 +
 drivers/staging/ti-st/TODO             |   10 +-
 drivers/staging/ti-st/fmdrv.h          |  239 ++++
 drivers/staging/ti-st/fmdrv_common.c   | 2003 ++++++++++++++++++++++++++++++++
 drivers/staging/ti-st/fmdrv_common.h   |  402 +++++++
 drivers/staging/ti-st/fmdrv_rx.c       |  902 ++++++++++++++
 drivers/staging/ti-st/fmdrv_rx.h       |   59 +
 drivers/staging/ti-st/fmdrv_tx.c       |  420 +++++++
 drivers/staging/ti-st/fmdrv_tx.h       |   37 +
 drivers/staging/ti-st/fmdrv_v4l2.c     |  720 ++++++++++++
 drivers/staging/ti-st/fmdrv_v4l2.h     |   32 +
 include/linux/videodev2.h              |    8 +
 14 files changed, 4855 insertions(+), 1 deletions(-)
 create mode 100644 drivers/staging/ti-st/fmdrv.h
 create mode 100644 drivers/staging/ti-st/fmdrv_common.c
 create mode 100644 drivers/staging/ti-st/fmdrv_common.h
 create mode 100644 drivers/staging/ti-st/fmdrv_rx.c
 create mode 100644 drivers/staging/ti-st/fmdrv_rx.h
 create mode 100644 drivers/staging/ti-st/fmdrv_tx.c
 create mode 100644 drivers/staging/ti-st/fmdrv_tx.h
 create mode 100644 drivers/staging/ti-st/fmdrv_v4l2.c
 create mode 100644 drivers/staging/ti-st/fmdrv_v4l2.h


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

end of thread, other threads:[~2010-12-03 14:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-03 12:50 [RFC v6 0/9] FM V4L2 drivers for WL128x manjunatha_halli
2010-12-03 12:50 ` [RFC v6 1/9] include:linux: videodev2.h: FM Rx control class manjunatha_halli
2010-12-03 12:50   ` [RFC v6 2/9] Documentation:DocBook:v4l: Update the controls.xml for TI FM driver manjunatha_halli
2010-12-03 12:14     ` Mauro Carvalho Chehab
2010-12-03 12:50     ` [RFC v6 3/9] drivers:staging: ti-st: fmdrv common header file manjunatha_halli
2010-12-03 12:50       ` [RFC v6 4/9] drivers:staging: ti-st: fmdrv_v4l2 sources manjunatha_halli
2010-12-03 12:50         ` [RFC v6 5/9] drivers:staging: ti-st: fmdrv_common sources manjunatha_halli
2010-12-03 12:50           ` [RFC v6 6/9] drivers:staging: ti-st: FM driver RX sources manjunatha_halli
2010-12-03 12:50             ` [RFC v6 7/9] drivers:staging: ti-st: FM driver TX sources manjunatha_halli
2010-12-03 12:50               ` [RFC v6 8/9] drivers:staging: ti-st: Kconfig & Makefile change manjunatha_halli
2010-12-03 12:50                 ` [RFC v6 9/9] driver:staging:ti-st: Update TODO for FM V4L2 driver manjunatha_halli
2010-12-03 13:53     ` [RFC v6 2/9] Documentation:DocBook:v4l: Update the controls.xml for TI FM driver Andy Walls
2010-12-03 13:54 ` [RFC v6 0/9] FM V4L2 drivers for WL128x Ohad Ben-Cohen
2010-12-03 14:09   ` 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