[PATCH] wl12xx: Fix for overflow while getting irq status

2012-07-16 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com -dlen is 8 bit long and so while memcpy there is a chance that fmdev-irq_info.flag will overflow. So this patch removes memcpy and instead copies the 16bit flag register value from skb-data to fmdev-irq_info.flag directly. Change-Id:

[PATCH V7 0/5] [Media] Radio: Fixes and New features for FM

2012-05-21 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Mauro and the list, This version 7 of patchset resolves the comments received from Han's on patchset v6. Also removed the frequency band handling from this patch set. This patchset creates new control class 'V4L2_CTRL_CLASS_FM_RX' for FM RX, introduces 2

[PATCH V7 1/5] WL128x: Add support for FM TX RDS

2012-05-21 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds support for following FM TX RDS features, 1. Radio Text 2. PS Name 3. PI Code 4. PTY Code. Along with above this patch fixes few other minor issues(like fm tx get frequency, unnecessary error messages etc). Acked-by:

[PATCH V7 4/5] Media: Update docs for V4L2 FM new features

2012-05-21 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com The list of new features - 1) New control class for FM RX 2) New FM RX CID's - De-Emphasis filter mode and RDS AF switch 3) New FM TX CID - RDS Alternate frequency set. Acked-by: Hans Verkuil hans.verk...@cisco.com Signed-off-by:

[PATCH V7 5/5] WL12xx: Add support for FM new features

2012-05-21 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds below features to TI's V4l2 FM driver for Wilink chipsets, 1) FM RX RDS AF turn ON/OFF 2) FM RX De-Emphasis mode set/get 3) FM TX Alternate Frequency set/get Also this patch fixes below issues 1) FM audio

[PATCH V7 2/5] New control class and features for FM RX

2012-05-21 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch creates new ctrl class for FM RX and adds new CID's for below FM features, 1) De-Emphasis filter mode 2) RDS Alternate Frequency switch Acked-by: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Manjunatha Halli x0130...@ti.com ---

[PATCH V7 3/5] Add new CID for FM TX RDS Alternate Frequency

2012-05-21 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Acked-by: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Manjunatha Halli x0130...@ti.com --- drivers/media/video/v4l2-ctrls.c |1 + include/linux/videodev2.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git

[PATCH V5 0/5] [Media] Radio: Fixes and New features for FM

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Mauro and the list, This version 5 of patchset resolves the comments received from Han's on patchset v4. 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

[PATCH V5 1/5] WL128x: Add support for FM TX RDS

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds support for following FM TX RDS features, 1. Radio Text 2. PS Name 3. PI Code 4. PTY Code. Along with above this patch fixes few other minor issues(like fm tx get frequency, unnecessary error messages etc).

[PATCH V5 4/5] Media: Update docs for V4L2 FM new features

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com The list of new features - 1) New control class for FM RX 2) New FM RX CID's - De-Emphasis filter mode and RDS AF switch 3) New FM TX CID - RDS Alternate frequency set. 4) New capability struct v4l2_tuner flags for band

[PATCH V5 3/5] Add new CID for FM TX RDS Alternate Frequency

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com --- drivers/media/video/v4l2-ctrls.c |1 + include/linux/videodev2.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-ctrls.c

[PATCH V6 5/5] WL12xx: Add support for FM new features.

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds below features to TI's V4l2 FM driver for Wilink chipsets, 1) FM RX Set frequency allows to set frequency anywhere between 65.5 MHz till 108 MHz (if chip is Wilink8 then till 164.55 MHz) 2) FM RX seek caters for band

[PATCH V6 4/5] Media: Update docs for V4L2 FM new features

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com The list of new features - 1) New control class for FM RX 2) New FM RX CID's - De-Emphasis filter mode and RDS AF switch 3) New FM TX CID - RDS Alternate frequency set. 4) New capability struct v4l2_tuner flags for band

[PATCH V6 0/5] [Media] Radio: Fixes and New features for FM

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Mauro and the list, This version 6 of patchset resolves the comments received from Han's on patchset v5. 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

[PATCH V6 3/5] Add new CID for FM TX RDS Alternate Frequency

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com --- drivers/media/video/v4l2-ctrls.c |1 + include/linux/videodev2.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-ctrls.c

[PATCH V6 2/5] New control class and features for FM RX

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch creates new ctrl class for FM RX and adds new CID's for below FM features, 1) De-Emphasis filter mode 2) RDS Alternate Frequency switch Also this patch adds a field for band selection in struct v4l2_hw_freq_seek and adds new

[PATCH V6 1/5] WL128x: Add support for FM TX RDS

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds support for following FM TX RDS features, 1. Radio Text 2. PS Name 3. PI Code 4. PTY Code. Along with above this patch fixes few other minor issues(like fm tx get frequency, unnecessary error messages etc).

[PATCH V6 0/5] [Media] Radio: Fixes and New features for FM

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Mauro and the list, Fixed version 6 of patchset 2/5. This version 6 of patchset resolves the comments received from Han's on patchset v5. This patchset creates new control class 'V4L2_CTRL_CLASS_FM_RX' for FM RX, introduces 2 new CID's for FM RX and

[PATCH V6 3/5] Add new CID for FM TX RDS Alternate Frequency

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com --- drivers/media/video/v4l2-ctrls.c |1 + include/linux/videodev2.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-ctrls.c

[PATCH V6 5/5] WL12xx: Add support for FM new features.

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds below features to TI's V4l2 FM driver for Wilink chipsets, 1) FM RX Set frequency allows to set frequency anywhere between 65.5 MHz till 108 MHz (if chip is Wilink8 then till 164.55 MHz) 2) FM RX seek caters for band

[PATCH V6 4/5] Media: Update docs for V4L2 FM new features

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com The list of new features - 1) New control class for FM RX 2) New FM RX CID's - De-Emphasis filter mode and RDS AF switch 3) New FM TX CID - RDS Alternate frequency set. 4) New capability struct v4l2_tuner flags for band

[PATCH V6 2/5] New control class and features for FM RX

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch creates new ctrl class for FM RX and adds new CID's for below FM features, 1) De-Emphasis filter mode 2) RDS Alternate Frequency switch Also this patch adds a field for band selection in struct v4l2_hw_freq_seek and adds new

[PATCH V6 1/5] WL128x: Add support for FM TX RDS

2012-05-14 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds support for following FM TX RDS features, 1. Radio Text 2. PS Name 3. PI Code 4. PTY Code. Along with above this patch fixes few other minor issues(like fm tx get frequency, unnecessary error messages etc).

[PATCH V4 5/5] WL12xx: Add support for FM new features.

2012-05-04 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds below features to TI's V4l2 FM driver for Wilink chipsets, 1) FM RX Set frequency allows to set frequency anywhere between 65.5 MHz till 108 MHz (if chip is Wilink8 then till 164.55 MHz) 2) FM RX seek caters for band

[PATCH V4 4/5] Media: Update docs for V4L2 FM new features

2012-05-04 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com The list of new features - 1) New control class for FM RX 2) New FM RX CID's - De-Emphasis filter mode and RDS AF switch 3) New FM TX CID - RDS Alternate frequency set. Signed-off-by: Manjunatha Halli x0130...@ti.com ---

[PATCH V4 3/5] Add new CID for FM TX RDS Alternate Frequency

2012-05-04 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com --- drivers/media/video/v4l2-ctrls.c |1 + include/linux/videodev2.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-ctrls.c

[PATCH V4 1/5] WL128x: Add support for FM TX RDS

2012-05-04 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds support for following FM TX RDS features, 1. Radio Text 2. PS Name 3. PI Code 4. PTY Code. Along with above this patch fixes few other minor issues(like fm tx get frequency, unnecessary error messages etc).

[PATCH V4 0/5] [Media] Radio: Fixes and New features for FM

2012-05-04 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Mauro and the list, This version 4 of patchset resolves the comments received from Han's on patchset v3. 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

[PATCH V4 2/5] New control class and features for FM RX

2012-05-04 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch creates new ctrl class for FM RX and adds new CID's for below FM features, 1) De-Emphasis filter mode 2) RDS Alternate Frequency switch Also this patch adds a field for band selection in struct v4l2_hw_freq_seek Signed-off-by:

[PATCH V3 4/5] [Documentation] Media: Update docs for V4L2 FM new features

2012-05-02 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com The list of new features - 1) New control class for FM RX 2) New FM RX CID's - De-Emphasis filter mode and RDS AF switch 3) New FM TX CID - RDS Alternate frequency set. Signed-off-by: Manjunatha Halli x0130...@ti.com ---

[PATCH V3 5/5] [Media] WL12xx: Add support for FM new features.

2012-05-02 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds below features to TI's V4l2 FM driver for Wilink chipsets, 1) FM RX Set frequency allows to set frequency anywhere between 65.5 MHz till 108 MHz (if chip is Wilink8 then till 164.55 MHz) 2) FM RX seek caters for band

[PATCH V3 3/5] [Media] Add new CID for FM TX RDS Alternate Frequency

2012-05-02 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com --- drivers/media/video/v4l2-ctrls.c |1 + include/linux/videodev2.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-ctrls.c

[PATCH V3 0/5] [Media] Radio: Fixes and New features for FM

2012-05-02 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Mauro and the list, This version 3 of patchset resolves the comments received from Han's on patchset v2. 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

[PATCH V3 2/5] [Media] New control class and features for FM RX

2012-05-02 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch creates new ctrl class for FM RX and adds new CID's for below FM features, 1) De-Emphasis filter mode 2) RDS AF switch Also this patch adds a field for band selection in struct v4l2_hw_freq_seek Signed-off-by: Manjunatha Halli

[PATCH V3 1/5] [Media] WL128x: Add support for FM TX RDS

2012-05-02 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds support for following FM TX RDS features, 1. Radio Text 2. PS Name 3. PI Code 4. PTY Code. Along with above this patch fixes few other minor issues(like fm tx get frequency, unnecessary error messages etc).

[PATCH V2 0/5] [Media] Radio: Fixes and New features for FM

2012-04-18 Thread manjunatha_halli
From: Manjunatha Halli x0130...@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

[PATCH V2 2/5] [Media] New control class and features for FM RX

2012-04-18 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch creates new ctrl class for FM RX and adds new CID's for below FM features, 1) De-Emphasis filter mode 2) RDS AF switch Also this patch adds a field for band selection in struct v4l2_hw_freq_seek Signed-off-by: Manjunatha Halli

[PATCH V2 5/5] [Media] WL12xx: Add support for FM new features.

2012-04-18 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds below features to TI's V4l2 FM driver for Wilink chipsets, 1) FM RX Set frequency allows to set frequency anywhere between 65.5 MHz till 108 MHz (if chip is Wilink8 then till 164.55 MHz) 2) FM RX seek caters for band

[PATCH V2 4/5] [Documentation] Media: Update docs for V4L2 FM new features

2012-04-18 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com The list of new features - 1) New control class for FM RX 2) New FM RX CID's - De-Emphasis filter mode and RDS AF switch 3) New FM TX CID - RDS Alternate frequency set. Signed-off-by: Manjunatha Halli x0130...@ti.com ---

[PATCH V2 3/5] [Media] Add new CID for FM TX RDS Alternate Frequency

2012-04-18 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com --- drivers/media/video/v4l2-ctrls.c |1 + include/linux/videodev2.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-ctrls.c

[PATCH V2 1/5] [Media] WL128x: Add support for FM TX RDS

2012-04-18 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds support for following FM TX RDS features, 1. Radio Text 2. PS Name 3. PI Code 4. PTY Code. Along with above this patch fixes few other minor issues(like fm tx get frequency, unnecessary error messages etc).

[PATCH 1/4] [Media] WL128x: Add support for FM TX RDS

2012-04-17 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds support for following FM TX RDS features, 1. Radio Text 2. PS Name 3. PI Code 4. PTY Code. Along with above this patch fixes few other minor issues(like fm tx get frequency, unnecessary error messages etc).

[PATCH 0/4] [Media] Radio: Fixes and New features for FM

2012-04-17 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Mauro and the list, This patchset sreates new control class 'V4L2_CTRL_CLASS_FM_RX' for FM RX. Also this patches set introduces 3 new CID's for FM RX and FM TX. Also this patch adds few new features to TI's FM driver fetures are listed below, 1) FM

[PATCH 4/4] [Media] WL12xx: Add support for FM new features.

2012-04-17 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds below features to TI's V4l2 FM driver for Wilink chipsets, 1) FM RX Set frequency allows to set frequency anywhere between 65.5 MHz till 108 MHz (if chip is Wilink8 then till 164.55 MHz) 2) FM RX seek caters for band

[PATCH 3/4] [Documentation] Add documentation for V4L2 FM new features,

2012-04-17 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com The list of new features - 1) New control class for FM RX 2) New FM RX CID's - De-Emphasis filter mode and RDS AF switch 3) New FM TX CID - RDS Alternate frequency set. Signed-off-by: Manjunatha Halli x0130...@ti.com ---

[PATCH 2/4] [Media] Create new control class for FM RX.

2012-04-17 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Also this patch adds CID's for below new FM features, 1) FM RX - De-Emphasis filter mode and RDS AF switch 2) FM TX - RDS Alternate frequency set. Signed-off-by: Manjunatha Halli x0130...@ti.com --- drivers/media/video/v4l2-ctrls.c | 18

[PATCH 3/3] wl128x: Add sysfs based support for FM features

2012-02-24 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds support for below features via sysfs file system 1) FM RX Band selection (US/Europe, Japan and Russian bands) 2) FM RX RDS AF turn ON/OFF 3) FM RX RSSI level set/get 4) FM TX Alternate Frequency set/get 5) FM RX De-Emphasis mode set/get

[PATCH 1/3] wl128x: Fix build errors when GPIOLIB is not enabled.

2012-02-24 Thread manjunatha_halli
From: Randy Dunlap rdun...@xenotime.net Fix wl128x Kconfig to depend on GPIOLIB since TI_ST also depends on GPIOLIB. (.text+0xe6d60): undefined reference to `st_register' (.text+0xe7016): undefined reference to `st_unregister' (.text+0xe70ce): undefined reference to `st_unregister'

[PATCH 0/3] [media] wl128x: Fixes and few new features

2012-02-24 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com Mauro and the list, This patch set Fix build errors when GPIOLIB is not enabled. Also this patch adds few new features to TI's FM driver fetures are listed below, 1) FM TX RDS Support (RT, PS, AF, PI, PTY) 2) FM RX Russian band support

[PATCH 2/3] wl128x: Add support for FM TX RDS

2012-02-24 Thread manjunatha_halli
From: Manjunatha Halli x0130...@ti.com This patch adds support for following FM TX RDS features, 1. Radio Text 2. PS Name 3. PI Code 4. PTY Code. Along with above this patch fixes few other minor issues(like fm tx get frequency, unnecessary error messages etc).

[PATCH] [media] radio: wl128x: Update registration process with ST.

2011-03-23 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com As underlying ST driver registration API's have changed with latest 2.6.38-rc8 kernel this patch will update the FM driver accordingly. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_common.c | 16

[PATCH 2/2] [media] radio: wl128x: Update registration process with ST.

2011-03-21 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com As underlying ST driver registration API's have changed this patch will update the FM driver accordingly. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_common.c | 16 +--- 1 files

[PATCH 1/2] [media] radio: wl128x: Fix printk format warning

2011-03-21 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Randy Dunlap randy.dun...@oracle.com --- drivers/media/radio/wl128x/fmdrv_common.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[RFC V10 1/7] drivers:media:radio: wl128x: FM Driver common header file

2011-01-11 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com These are common headers used in FM submodules (FM V4L2, FM common, FM Rx,and FM TX). Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com Reviewed-by: Hans Verkuil hverk...@xs4all.nl --- drivers/media/radio/wl128x/fmdrv.h | 244

[RFC V10 6/7] drivers:media:radio: wl128x: Kconfig Makefile for wl128x driver

2011-01-11 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com Reviewed-by: Hans Verkuil hverk...@xs4all.nl --- drivers/media/radio/wl128x/Kconfig | 17 + drivers/media/radio/wl128x/Makefile |6 ++ 2 files changed, 23

[RFC V10 5/7] drivers:media:radio: wl128x: FM driver TX sources

2011-01-11 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM TX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com Reviewed-by: Hans Verkuil hverk...@xs4all.nl ---

[RFC V10 4/7] drivers:media:radio: wl128x: FM driver RX sources

2011-01-11 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM RX functionality. It communicates with FM V4l2 module and FM common module Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com Reviewed-by: Hans Verkuil hverk...@xs4all.nl --- drivers/media/radio/wl128x/fmdrv_rx.c

[RFC V10 7/7] drivers:media:radio: Update Kconfig and Makefile for wl128x FM driver.

2011-01-11 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com Reviewed-by: Hans Verkuil hverk...@xs4all.nl --- drivers/media/radio/Kconfig |3 +++ drivers/media/radio/Makefile |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git

[RFC V10 2/7] drivers:media:radio: wl128x: FM Driver V4L2 sources

2011-01-11 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com Reviewed-by: Hans Verkuil hverk...@xs4all.nl ---

[RFC V10 0/7] FM V4L2 drivers for WL128x

2011-01-11 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Mauro and the list, This is the v10 version of the TI WL128x FM V4L2 drivers patchset. This introduces wl128x folder under the drivers/media/radio which cater to FM core on Texas Instrument's WL128x (also compatible with WL127x) WiLink chipsets.

[RFC V9 7/7] drivers:media:radio: Update Kconfig and Makefile for wl128x FM driver.

2011-01-10 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/Kconfig |3 +++ drivers/media/radio/Makefile |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/media/radio/Kconfig

[RFC V9 0/7] FM V4L2 drivers for WL128x

2011-01-10 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Mauro and the list, This is the v9 version of the TI WL128x FM V4L2 drivers patchset. This introduces wl128x folder under the drivers/media/radio which cater to FM core on Texas Instrument's WL128x (also compatible with WL127x) WiLink chipsets.

[RFC V9 2/7] drivers:media:radio: wl128x: FM Driver V4L2 sources

2011-01-10 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_v4l2.c | 594 +++

[RFC V9 4/7] drivers:media:radio: wl128x: FM driver RX sources

2011-01-10 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM RX functionality. It communicates with FM V4l2 module and FM common module Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_rx.c | 876 +

[RFC V9 5/7] drivers:media:radio: wl128x: FM driver TX sources

2011-01-10 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM TX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_tx.c | 433 +

[RFC V9 6/7] drivers:media:radio: wl128x: Kconfig Makefile for wl128x driver

2011-01-10 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/Kconfig | 17 + drivers/media/radio/wl128x/Makefile |6 ++ 2 files changed, 23 insertions(+), 0 deletions(-) create mode 100644

[RFC V9 1/7] drivers:media:radio: wl128x: fmdrv common header file

2011-01-10 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com These are common headers used in FM submodules (FM V4L2, FM common, FM Rx,and FM TX). Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv.h | 242 1 files changed, 242

[RFC V8 6/7] drivers:media:radio: wl128x: Kconfig Makefile for wl128x driver

2010-12-30 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/Kconfig | 17 + drivers/media/radio/wl128x/Makefile |6 ++ 2 files changed, 23 insertions(+), 0 deletions(-) create mode 100644

[RFC V8 2/7] drivers:media:radio: wl128x: fmdrv_v4l2 sources

2010-12-30 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_v4l2.c | 593 +++

[RFC V8 7/7] drivers:media:radio: Update Kconfig and Makefile for wl128x FM driver.

2010-12-30 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/Kconfig |3 +++ drivers/media/radio/Makefile |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/media/radio/Kconfig

[RFC V8 1/7] drivers:media:radio: wl128x: fmdrv common header file

2010-12-30 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com These are common headers used in FM submodules (FM V4L2, FM common, FM Rx,and FM TX). Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv.h | 248 1 files changed, 248

[RFC V8 4/7] drivers:media:radio: wl128x: FM driver RX sources

2010-12-30 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM RX functionality. It communicates with FM V4l2 module and FM common module Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_rx.c | 904 +

[RFC V8 5/7] drivers:media:radio: wl128x: FM driver TX sources

2010-12-30 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM TX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_tx.c | 438 +

[RFC V8 0/7] FM V4L2 drivers for WL128x

2010-12-30 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Mauro and the list, This is the v8 version of the TI WL128x FM V4L2 drivers patchset. This introduces wl128x folder under the drivers/media/radio which cater to FM core on Texas Instrument's WL128x (also compatible with WL127x) WiLink chipsets.

[PATCH v7 0/7] FM V4L2 drivers for WL128x

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Mauro and the list, This is the v7 version of the TI WL128x FM V4L2 drivers patchset. This introduces wl128x folder under the drivers/media/radio which cater to FM core on Texas Instrument's WL128x (also compatible with WL127x) WiLink chipsets.

[PATCH v7 7/7] drivers:media:radio: Update Kconfig and Makefile for supporting wl128x

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/Kconfig |3 +++ drivers/media/radio/Makefile |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/media/radio/Kconfig

[PATCH v7 4/7] drivers:media:radio: wl128x: FM driver RX sources

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM RX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_rx.c | 904 +

[PATCH v7 5/7] drivers:media:radio: wl128x: FM driver TX sources

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM TX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_tx.c | 438 +

[PATCH v7 1/7] drivers:media:radio: wl128x: fmdrv common header file

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com These are common headers used in FM submodules (FM V4L2, FM common, FM Rx,and FM TX). Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv.h | 245 1 files changed, 245

[PATCH v7 2/7] drivers:media:radio: wl128x: fmdrv_v4l2 sources

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/fmdrv_v4l2.c | 588 +++

[PATCH v7 6/7] drivers:media:radio: wl128x: Kconfig Makefile added for wl128x driver

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/media/radio/wl128x/Kconfig | 17 + drivers/media/radio/wl128x/Makefile |6 ++ 2 files changed, 23 insertions(+), 0 deletions(-) create mode 100644

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

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@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

[RFC v6 3/9] drivers:staging: ti-st: fmdrv common header file

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com These are common headers used in FM submodules (FM V4L2, FM common, FM Rx,and FM TX). Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/fmdrv.h | 239 + 1 files changed, 239

[RFC v6 2/9] Documentation:DocBook:v4l: Update the controls.xml for TI FM driver

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Added entries for following 2 new CID's which are added for TI FM driver: - V4L2_CID_RSSI_THRESHOLD - V4L2_CID_TUNE_AF Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- Documentation/DocBook/v4l/controls.xml | 12 1 files

[RFC v6 7/9] drivers:staging: ti-st: FM driver TX sources

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM TX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/fmdrv_tx.c | 420 ++

[RFC v6 1/9] include:linux: videodev2.h: FM Rx control class

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Introduce V4L2_CTRL_CLASS_FM_RX for FM receivers similar to V4L2_CTRL_CLASS_FM_TX. Few controls such as RSSI threshold, Alternate Frequency are for now under this class. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com ---

[RFC v6 9/9] driver:staging:ti-st: Update TODO for FM V4L2 driver.

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/TODO | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/drivers/staging/ti-st/TODO b/drivers/staging/ti-st/TODO index ebfd6bb..002635d

[RFC v6 8/9] drivers:staging: ti-st: Kconfig Makefile change

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Add new menu option in Kconfig and compilation option in Makefile for TI FM driver. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/Kconfig | 10 ++ drivers/staging/ti-st/Makefile |2 ++ 2 files

[RFC v6 4/9] drivers:staging: ti-st: fmdrv_v4l2 sources

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/fmdrv_v4l2.c | 720

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

2010-11-29 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com 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

[RFC v5 1/9] include:linux: videodev2.h: FM Rx control class

2010-11-29 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Introduce V4L2_CTRL_CLASS_FM_RX for FM receivers similar to V4L2_CTRL_CLASS_FM_TX. Few controls such as RSSI threshold, Alternate Frequency are for now under this class. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com ---

[RFC v5 2/9] Documentation:DocBook:v4l: Update the controls.xml for TI FM driver

2010-11-29 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Added entries for following 2 new CID's which are added for TI FM driver: - V4L2_CID_RSSI_THRESHOLD - V4L2_CID_TUNE_AF Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- Documentation/DocBook/v4l/controls.xml | 12 1 files

[RFC v5 3/9] drivers:staging: ti-st: fmdrv common header file

2010-11-29 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com These are common headers used in FM submodules (FM V4L2, FM common, FM Rx,and FM TX). Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/fmdrv.h | 247 + 1 files changed, 247

[RFC v5 4/9] drivers:staging: ti-st: fmdrv_v4l2 sources

2010-11-29 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Bheemsen Kulkarni bheemsen_kulka...@ti.com ---

[RFC v5 6/9] drivers:staging: ti-st: fmdrv_rx sources

2010-11-29 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM RX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Bheemsen Kulkarni bheemsen_kulka...@ti.com ---

[RFC v5 7/9] drivers:staging: ti-st: fmdrv_tx sources

2010-11-29 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM TX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Bheemsen Kulkarni bheemsen_kulka...@ti.com ---

[RFC v5 9/9] driver:staging:ti-st: Update TODO for FM V4L2 driver.

2010-11-29 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/TODO | 17 - 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/drivers/staging/ti-st/TODO b/drivers/staging/ti-st/TODO index

[RFC v5 8/9] drivers:staging: ti-st: Kconfig Makefile change

2010-11-29 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Add new menu option in Kconfig and compilation option in Makefile for TI FM driver. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/Kconfig | 10 ++ drivers/staging/ti-st/Makefile |2 ++ 2 files

[PATCH v4 0/6] FM V4L2 drivers for WL128x

2010-11-16 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Mauro, Hans and the list, This is the v4 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

[PATCH v4 5/6] drivers:staging: ti-st: fmdrv_tx sources

2010-11-16 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM TX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/fmdrv_tx.c | 461 ++

  1   2   >