public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] radio-si470x: separate usb and i2c interface
@ 2009-07-14  5:11 Joonyoung Shim
  2009-07-30 10:26 ` Tobias Lorenz
  0 siblings, 1 reply; 4+ messages in thread
From: Joonyoung Shim @ 2009-07-14  5:11 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, tobias.lorenz, kyungmin.park, klimov.linux

Hi, all

I send the radio-si470x patches worked on http://linuxtv.org/hg/v4l-dvb.
The patches is updated to version 2.

I have a board with Silicon Labs si4709 chip using the i2c interface,
but the radio-si470x is only support usb interface currently. I posted
about separating usb and i2c interface in radio-si470x the past.
http://www.mail-archive.com/linux-media@vger.kernel.org/msg02483.html

Tobias informed me the base code for seperating at 
http://linuxtv.org/hg/~tlorenz/v4l-dvb of Tobias repository in above
mail, i based on it, but it cannot find now at Tobias repository.

The patch 1/4 is for separating common and usb code.
The patch 2/4 is about using dev_* macro instead of printk.
The patch 3/4 is about adding disconnect check function for i2c interface.
The patch 4/4 is for supporting si470x i2c interface.

Please review, thank you.

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

* Re: [PATCH v2 0/4] radio-si470x: separate usb and i2c interface
  2009-07-14  5:11 [PATCH v2 0/4] radio-si470x: separate usb and i2c interface Joonyoung Shim
@ 2009-07-30 10:26 ` Tobias Lorenz
  2009-07-30 12:30   ` Joonyoung Shim
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Lorenz @ 2009-07-30 10:26 UTC (permalink / raw)
  To: Joonyoung Shim; +Cc: linux-media, mchehab, kyungmin.park, klimov.linux

Hi,

> I send the radio-si470x patches worked on http://linuxtv.org/hg/v4l-dvb.
> The patches is updated to version 2.

The patchset looks good. I'll give my feedback in the following mails.

> Tobias informed me the base code for seperating at 
> http://linuxtv.org/hg/~tlorenz/v4l-dvb of Tobias repository in above
> mail, i based on it, but it cannot find now at Tobias repository.

Before sending a pull request, I usually clean up the archive from any other patches.
But nevertheless, you and me still have the I2C patches. They now reached a quality to finally bring them in the kernel.
Good work.

> The patch 1/4 is for separating common and usb code.
> The patch 2/4 is about using dev_* macro instead of printk.
> The patch 3/4 is about adding disconnect check function for i2c interface.
> The patch 4/4 is for supporting si470x i2c interface.

Bye,
Toby

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

* Re: [PATCH v2 0/4] radio-si470x: separate usb and i2c interface
  2009-07-30 10:26 ` Tobias Lorenz
@ 2009-07-30 12:30   ` Joonyoung Shim
  2009-08-09 19:52     ` Tobias Lorenz
  0 siblings, 1 reply; 4+ messages in thread
From: Joonyoung Shim @ 2009-07-30 12:30 UTC (permalink / raw)
  To: Tobias Lorenz; +Cc: linux-media, mchehab, kyungmin.park, klimov.linux

Hi,

On 7/30/2009 7:26 PM, Tobias Lorenz wrote:
> Hi,
> 
>> I send the radio-si470x patches worked on http://linuxtv.org/hg/v4l-dvb.
>> The patches is updated to version 2.
> 
> The patchset looks good. I'll give my feedback in the following mails.
> 
>> Tobias informed me the base code for seperating at 
>> http://linuxtv.org/hg/~tlorenz/v4l-dvb of Tobias repository in above
>> mail, i based on it, but it cannot find now at Tobias repository.
> 
> Before sending a pull request, I usually clean up the archive from any other patches.
> But nevertheless, you and me still have the I2C patches. They now reached a quality to finally bring them in the kernel.
> Good work.
> 

Thanks.

I am concerned about one thing. I cannot test the si470x usb radio 
driver because i don't have the si470x usb radio device, so i believe
you would have probably tested it.

>> The patch 1/4 is for separating common and usb code.
>> The patch 2/4 is about using dev_* macro instead of printk.
>> The patch 3/4 is about adding disconnect check function for i2c interface.
>> The patch 4/4 is for supporting si470x i2c interface.
> 
> Bye,
> Toby
> 


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

* Re: [PATCH v2 0/4] radio-si470x: separate usb and i2c interface
  2009-07-30 12:30   ` Joonyoung Shim
@ 2009-08-09 19:52     ` Tobias Lorenz
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Lorenz @ 2009-08-09 19:52 UTC (permalink / raw)
  To: Joonyoung Shim; +Cc: linux-media, mchehab, kyungmin.park, klimov.linux

Hi,

> I am concerned about one thing. I cannot test the si470x usb radio 
> driver because i don't have the si470x usb radio device, so i believe
> you would have probably tested it.

It is working. I tested it with the most common radio applications and with some RDS decoders.

As the I2C part is working, I will send Mauro a pull request.

> >> The patch 1/4 is for separating common and usb code.
> >> The patch 2/4 is about using dev_* macro instead of printk.
> >> The patch 3/4 is about adding disconnect check function for i2c interface.
> >> The patch 4/4 is for supporting si470x i2c interface.

Bye,
Toby

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

end of thread, other threads:[~2009-08-09 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-14  5:11 [PATCH v2 0/4] radio-si470x: separate usb and i2c interface Joonyoung Shim
2009-07-30 10:26 ` Tobias Lorenz
2009-07-30 12:30   ` Joonyoung Shim
2009-08-09 19:52     ` Tobias Lorenz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox