Mail to the mailing list from my gmail id bounce back.
Trying with this ID.
From: d ram [dinesh.ram...@gmail.com]
Sent: 03 December 2013 16:57
To: Mauro Carvalho Chehab
Cc: Dinesh Ram; Linux-Media; Hans Verkuil; Eduardo Valentin
Subject: Re: [REVIEW PATCH 1/9] si4713 : Reorganized drivers/media
In the si4713_tx_tune_power() method, the args array element 'power'
can take values between SI4713_MIN_POWER and SI4713_MAX_POWER. power = 0
is also valid. All the values (0 > power < SI4713_MIN_POWER) are illegal
and hence are all mapped to SI4713_MIN_POWER.
Signed-of
This is the USB driver for the Silicon Labs development board.
It contains the Si4713 FM transmitter chip.
Signed-off-by: Dinesh Ram
---
drivers/media/radio/si4713/Kconfig| 15 +
drivers/media/radio/si4713/Makefile |1 +
drivers/media/radio/si4713/radio-usb-si4713.c
Hans Verkuil will maintain the USB driver for si4713
Signed-off-by: Dinesh Ram
---
MAINTAINERS | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 72b1e5c..1ed7363 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7520,7 +7520,7 @@ L
HID device and hence loads the custom
driver.
Signed-off-by: Dinesh Ram
Signed-off-by: Jiri Kosina
Acked-by: Jiri Kosina
---
drivers/hid/hid-core.c |1 +
drivers/hid/hid-ids.h |2 ++
2 files changed, 3 insertions(+)
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index
loads again.
Let me know when you are able to test it again.
Kind regards,
Dinesh Ram
dinesh@cern.ch
dinesh.ram...@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo inf
Checks have been introduced at several places in the code to test if an
interrupt is set or not.
For devices which do not use the interrupt, to get a valid response, within a
specified timeout,
the device is polled instead.
Signed-off-by: Dinesh Ram
---
drivers/media/radio/si4713/si4713.c
si4713_set_rds_radio_text will overwrite the terminating zero at the
end of the rds radio text string in order to send out a carriage return
as per the RDS spec.
Use a separate char buffer for the CR instead of corrupting the control
string.
Signed-off-by: Hans Verkuil
---
drivers/media/radio/s
Moved the header from si4713.c to si4713.h
Signed-off-by: Dinesh Ram
---
drivers/media/radio/si4713/si4713.c |1 -
drivers/media/radio/si4713/si4713.h |1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/radio/si4713/si4713.c
b/drivers/media/radio/si4713
The supply list is needed by the platform driver, but not by the usb driver.
So this information belongs to the platform data and should not be hardcoded
in the subdevice driver.
Signed-off-by: Hans Verkuil
---
arch/arm/mach-omap2/board-rx51-peripherals.c |7
drivers/media/radio/si4713/
Ram
Cc: edubez...@gmail.com; Linux-Media
Subject: Re: [PATCH 2/6] si4713 : Modified i2c driver to handle cases where
interrupts are not used
On 09/02/2013 12:29 PM, Dinesh Ram wrote:
> Hi Hans and Eduardo,
>
> Sorry for my radio silence. I was infact travelling and didn't have much
don't have the
hardware anymore.
Regards,
Dinesh
From: Hans Verkuil [hverk...@xs4all.nl]
Sent: 02 September 2013 09:11
To: edubez...@gmail.com
Cc: Dinesh Ram; Linux-Media; Dinesh Ram
Subject: Re: [PATCH 2/6] si4713 : Modified i2c driver to handle c
Hans Verkuil will maintain the USB driver for si4713
Signed-off-by: Dinesh Ram
---
MAINTAINERS | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index b2618ce..ddd4d5f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7412,7 +7412,7 @@ L
This is the USB driver for the Silicon Labs development board.
It contains the Si4713 FM transmitter chip.
Signed-off-by: Dinesh Ram
---
drivers/media/radio/si4713/Kconfig| 15 +
drivers/media/radio/si4713/Makefile | 1 +
drivers/media/radio/si4713/radio-usb-si4713.c
Hans Verkuil will maintain the USB driver for si4713
Signed-off-by: Dinesh Ram
---
MAINTAINERS | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index b2618ce..ddd4d5f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7412,7 +7412,7 @@ L
This is a follow-up to the patch-series mailed on 21-Agu-2013 to the mailing
list.
Please note that I will not be reachable at the cisco email id anymore. So
please
send you comments and suggestions to my private email : dinesh@cern.ch
All the patches are on top of the latest version of the
In the si4713_tx_tune_power() method, the args array element 'power' can take
values between
SI4713_MIN_POWER and SI4713_MAX_POWER. power = 0 is also valid.
All the values (0 > power < SI4713_MIN_POWER) are illegal and hence
are all mapped to SI4713_MIN_POWER.
Signed-of
HID device and hence loads the custom
driver.
Signed-off-by: Dinesh Ram
Cc: Jiri Kosina
Cc: linux-in...@vger.kernel.org
---
drivers/hid/hid-core.c | 1 +
drivers/hid/hid-ids.h | 2 ++
2 files changed, 3 insertions(+)
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 36668d1
Checks have been introduced at several places in the code to test if an
interrupt is set or not.
For devices which do not use the interrupt, to get a valid response, within a
specified timeout,
the device is polled instead.
Signed-off-by: Dinesh Ram
---
drivers/media/radio/si4713/si4713.c
Checks have been introduced at several places in the code to test if an
interrupt is set or not.
For devices which do not use the interrupt, to get a valid response, within a
specified timeout,
the device is polled instead.
Signed-off-by: Dinesh Ram
---
drivers/media/radio/si4713/si4713.c
HID device and hence loads the custom
driver.
Signed-off-by: Dinesh Ram
---
drivers/hid/hid-core.c | 1 +
drivers/hid/hid-ids.h | 2 ++
2 files changed, 3 insertions(+)
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 36668d1..109510f 100644
--- a/drivers/hid/hid-core.c
+++ b
This patch series adds USB support for the SiLabs development board
which contains the Si4713 FM transmitter chip.
This device can transmit audio through FM.
It can transmit RDS and RBDS signals as well.
Documentation for this product can be accessed here :
http://www.silabs.com/products/audiov
In the si4713_tx_tune_power() method, the args array element 'power' can take
values between
SI4713_MIN_POWER and SI4713_MAX_POWER. power = 0 is also valid.
All the values (0 > power < SI4713_MIN_POWER) are illegal and hence
are all mapped to SI4713_MIN_POWER.
Signed-of
This is the USB driver for the Silicon Labs development board.
It contains the Si4713 FM transmitter chip.
Signed-off-by: Dinesh Ram
---
drivers/media/radio/si4713/Kconfig| 15 +
drivers/media/radio/si4713/Makefile | 1 +
drivers/media/radio/si4713/radio-usb-si4713.c
24 matches
Mail list logo