<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/radio, branch master</title>
<subtitle>Mediapointer DVB-S2 driver
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/'/>
<entry>
<title>radio-si4713: remove #include &lt;linux/version.h&gt;</title>
<updated>2009-09-19T02:33:47+00:00</updated>
<author>
<name>Douglas Schilling Landgraf</name>
<email>dougsland@redhat.com</email>
</author>
<published>2009-09-19T02:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=6d20e235949a06a88588f8fcc0bcddce7e3a2924'/>
<id>6d20e235949a06a88588f8fcc0bcddce7e3a2924</id>
<content type='text'>
From: Huang Weiyi &lt;weiyi.huang@gmail.com&gt;

Remove #include &lt;linux/version.h&gt;

Priority: normal

Signed-off-by: Huang Weiyi &lt;weiyi.huang@gmail.com&gt;
CC: Eduardo Valentin &lt;eduardo.valentin@nokia.com&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Huang Weiyi &lt;weiyi.huang@gmail.com&gt;

Remove #include &lt;linux/version.h&gt;

Priority: normal

Signed-off-by: Huang Weiyi &lt;weiyi.huang@gmail.com&gt;
CC: Eduardo Valentin &lt;eduardo.valentin@nokia.com&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>FM TX: si4713: Kconfig: Fixed two typos.</title>
<updated>2009-09-18T02:46:18+00:00</updated>
<author>
<name>Douglas Schilling Landgraf</name>
<email>dougsland@redhat.com</email>
</author>
<published>2009-09-18T02:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=7ed24e46efc4638d78891a47bba8da654baa59c0'/>
<id>7ed24e46efc4638d78891a47bba8da654baa59c0</id>
<content type='text'>
From: Matti J. Aaltonen &lt;matti.j.aaltonen@nokia.com&gt;

Fixed two typos.

Priority: normal

Signed-off-by: Matti J. Aaltonen &lt;matti.j.aaltonen@nokia.com&gt;
Acked-by: Eduardo Valentin &lt;eduardo.valentin@nokia.com&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Matti J. Aaltonen &lt;matti.j.aaltonen@nokia.com&gt;

Fixed two typos.

Priority: normal

Signed-off-by: Matti J. Aaltonen &lt;matti.j.aaltonen@nokia.com&gt;
Acked-by: Eduardo Valentin &lt;eduardo.valentin@nokia.com&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>si4713: simplify the code to remove a compiler warning.</title>
<updated>2009-08-31T20:21:04+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-08-31T20:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=0d61095304d57762b4452311a5efa6b93ac9f62f'/>
<id>0d61095304d57762b4452311a5efa6b93ac9f62f</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

The compiler warned about an uninitialized stereo variable. By simplifying
the code it 1) improved readability and 2) fixed the compiler warning.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
CC: Eduardo Valentin &lt;eduardo.valentin@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

The compiler warned about an uninitialized stereo variable. By simplifying
the code it 1) improved readability and 2) fixed the compiler warning.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
CC: Eduardo Valentin &lt;eduardo.valentin@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a merge trouble</title>
<updated>2009-08-26T21:28:55+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-08-26T21:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b98fedbf223090872b1b4b7ec8e89994b55fb9bb'/>
<id>b98fedbf223090872b1b4b7ec8e89994b55fb9bb</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Unfortunately, mailimport added the new files at the wrong place. Fix it.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Unfortunately, mailimport added the new files at the wrong place. Fix it.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>FM TX: si4713: Add Kconfig and Makefile entries</title>
<updated>2009-08-08T12:00:37+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-08-08T12:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=18da6da5146ce9ae730fbca22f57b010ee5956ca'/>
<id>18da6da5146ce9ae730fbca22f57b010ee5956ca</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Simply add Makefile and Kconfig entries.

Priority: normal

Signed-off-by: Eduardo Valentin &lt;eduardo.valentin@nokia.com&gt;
[hverkuil@xs4all.nl: auto-select I2C_SI4713]
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Simply add Makefile and Kconfig entries.

Priority: normal

Signed-off-by: Eduardo Valentin &lt;eduardo.valentin@nokia.com&gt;
[hverkuil@xs4all.nl: auto-select I2C_SI4713]
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radio-typhoon: remove obsolete RADIO_TYPHOON_PROC_FS config option</title>
<updated>2009-08-12T13:10:20+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-08-12T13:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=ba4502fc619943b78f8231e8889f9799bf12de61'/>
<id>ba4502fc619943b78f8231e8889f9799bf12de61</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Thanks to Robert P.J. Day for finding this.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Thanks-to: Robert P.J. Day &lt;rpjday@crashcourse.ca&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Thanks to Robert P.J. Day for finding this.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Thanks-to: Robert P.J. Day &lt;rpjday@crashcourse.ca&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>I2C cleanups and version checks</title>
<updated>2009-08-10T21:44:14+00:00</updated>
<author>
<name>Tobias Lorenz</name>
<email>tobias.lorenz@gmx.net</email>
</author>
<published>2009-08-10T21:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=61fe68b877246eb29fc7cccb96a73ffa3c7267fe'/>
<id>61fe68b877246eb29fc7cccb96a73ffa3c7267fe</id>
<content type='text'>
The structure and comments of the I2C part have been adopted to fit to the
USB part.

Some additional cleanups and precisements have been made to the version
detection and checking functionality to clearly separate HW/SW/FW version.

Signed-off-by: Tobias Lorenz &lt;tobias.lorenz@gmx.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The structure and comments of the I2C part have been adopted to fit to the
USB part.

Some additional cleanups and precisements have been made to the version
detection and checking functionality to clearly separate HW/SW/FW version.

Signed-off-by: Tobias Lorenz &lt;tobias.lorenz@gmx.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radio-si470x: add i2c driver for si470x</title>
<updated>2009-08-09T17:23:35+00:00</updated>
<author>
<name>Tobias Lorenz</name>
<email>tobias.lorenz@gmx.net</email>
</author>
<published>2009-08-09T17:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b17608ffc4ff53dbf7bab4bbcdb1d3ad808e9ff0'/>
<id>b17608ffc4ff53dbf7bab4bbcdb1d3ad808e9ff0</id>
<content type='text'>
This patch supports i2c interface of si470x. The i2c specific part
exists in radio-si470x-i2c.c file and the common part uses
radio-si470x-common.c file. The '#if defined' is inserted inevitably
because of parts used only si470x usb in the common file.

The current driver version doesn't support the RDS.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;

Acked-by: Tobias Lorenz &lt;tobias.lorenz@gmx.net&gt;
---
linux/drivers/media/radio/si470x/Kconfig | 13 +
linux/drivers/media/radio/si470x/Makefile | 2 +
.../media/radio/si470x/radio-si470x-common.c | 6 +
.../drivers/media/radio/si470x/radio-si470x-i2c.c | 254 ++++++++++++++++++++
linux/drivers/media/radio/si470x/radio-si470x.h | 6 +
5 files changed, 281 insertions(+), 0 deletions(-)
create mode 100644 linux/drivers/media/radio/si470x/radio-si470x-i2c.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch supports i2c interface of si470x. The i2c specific part
exists in radio-si470x-i2c.c file and the common part uses
radio-si470x-common.c file. The '#if defined' is inserted inevitably
because of parts used only si470x usb in the common file.

The current driver version doesn't support the RDS.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;

Acked-by: Tobias Lorenz &lt;tobias.lorenz@gmx.net&gt;
---
linux/drivers/media/radio/si470x/Kconfig | 13 +
linux/drivers/media/radio/si470x/Makefile | 2 +
.../media/radio/si470x/radio-si470x-common.c | 6 +
.../drivers/media/radio/si470x/radio-si470x-i2c.c | 254 ++++++++++++++++++++
linux/drivers/media/radio/si470x/radio-si470x.h | 6 +
5 files changed, 281 insertions(+), 0 deletions(-)
create mode 100644 linux/drivers/media/radio/si470x/radio-si470x-i2c.c
</pre>
</div>
</content>
</entry>
<entry>
<title>radio-si470x: add disconnect check function</title>
<updated>2009-08-09T17:23:02+00:00</updated>
<author>
<name>Tobias Lorenz</name>
<email>tobias.lorenz@gmx.net</email>
</author>
<published>2009-08-09T17:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=edce5773436aeaa6d195d1db0cc80f4c10a7acf1'/>
<id>edce5773436aeaa6d195d1db0cc80f4c10a7acf1</id>
<content type='text'>
The si470x_disconnect_check is function to check disconnect state of
radio in common file. The function is implemented in each interface
file.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;

Acked-by: Tobias Lorenz &lt;tobias.lorenz@gmx.net&gt;

---
.../media/radio/si470x/radio-si470x-common.c | 40 +++++++++----------
.../drivers/media/radio/si470x/radio-si470x-usb.c | 17 ++++++++
linux/drivers/media/radio/si470x/radio-si470x.h | 1 +
3 files changed, 37 insertions(+), 21 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The si470x_disconnect_check is function to check disconnect state of
radio in common file. The function is implemented in each interface
file.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;

Acked-by: Tobias Lorenz &lt;tobias.lorenz@gmx.net&gt;

---
.../media/radio/si470x/radio-si470x-common.c | 40 +++++++++----------
.../drivers/media/radio/si470x/radio-si470x-usb.c | 17 ++++++++
linux/drivers/media/radio/si470x/radio-si470x.h | 1 +
3 files changed, 37 insertions(+), 21 deletions(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>radio-si470x: change to dev_* macro from printk</title>
<updated>2009-08-09T17:22:41+00:00</updated>
<author>
<name>Tobias Lorenz</name>
<email>tobias.lorenz@gmx.net</email>
</author>
<published>2009-08-09T17:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=951be4abc87f0caf46aba5d23981a83c323deda2'/>
<id>951be4abc87f0caf46aba5d23981a83c323deda2</id>
<content type='text'>
This patch is for using dev_* macro instead of printk.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;

Acked-by: Tobias Lorenz &lt;tobias.lorenz@gmx.net&gt;

---
.../media/radio/si470x/radio-si470x-common.c | 50 +++++++++---------
.../drivers/media/radio/si470x/radio-si470x-usb.c | 58 +++++++++-----------
2 files changed, 52 insertions(+), 56 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch is for using dev_* macro instead of printk.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;

Acked-by: Tobias Lorenz &lt;tobias.lorenz@gmx.net&gt;

---
.../media/radio/si470x/radio-si470x-common.c | 50 +++++++++---------
.../drivers/media/radio/si470x/radio-si470x-usb.c | 58 +++++++++-----------
2 files changed, 52 insertions(+), 56 deletions(-)
</pre>
</div>
</content>
</entry>
</feed>
