[RFC v5 0/9] FM V4L2 drivers for WL128x

From: manjunatha_halli
Date: Mon Nov 29 2010 - 08:10:32 EST


From: Manjunatha Halli <manjunatha_halli@xxxxxx>

Mauro and the list,

This is the v5 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 as
- Removed the array for opcode handling, instead defined them as macro's.
- Moved the error message to fmc_senc_cmd() instead of printing it from all
the caller functions.
- Use of 'cpu_to_be16' macro instead of using custom macro.

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

Thanks & Regards,
Manjunatha.


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: fmdrv_rx sources
drivers:staging: ti-st: fmdrv_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 | 17 +-
drivers/staging/ti-st/fmdrv.h | 247 ++++
drivers/staging/ti-st/fmdrv_common.c | 2005 ++++++++++++++++++++++++++++++++
drivers/staging/ti-st/fmdrv_common.h | 412 +++++++
drivers/staging/ti-st/fmdrv_rx.c | 903 ++++++++++++++
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 | 755 ++++++++++++
drivers/staging/ti-st/fmdrv_v4l2.h | 32 +
include/linux/videodev2.h | 8 +
14 files changed, 4918 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/