<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/media/common, branch tegra</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>[media] xc4000: make checkpatch.pl happy</title>
<updated>2011-07-27T20:52:40+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2011-06-06T19:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=941830c9278a72e31389eb04cdfc397f66866de0'/>
<id>941830c9278a72e31389eb04cdfc397f66866de0</id>
<content type='text'>
Solve the ./scripts/checkpatch.pl compliants for the patches
that added xc4000 support, including a few changes at dib0700.

While here, remove a few printk noise by converting some msgs
into debug ones.

Cc: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Cc: Patrick Boettcher &lt;pboettcher@kernellabs.com&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>
Solve the ./scripts/checkpatch.pl compliants for the patches
that added xc4000 support, including a few changes at dib0700.

While here, remove a few printk noise by converting some msgs
into debug ones.

Cc: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Cc: Patrick Boettcher &lt;pboettcher@kernellabs.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] xc4000: removed card_type</title>
<updated>2011-07-27T20:52:40+00:00</updated>
<author>
<name>istvan_v@mailbox.hu</name>
<email>istvan_v@mailbox.hu</email>
</author>
<published>2011-06-06T16:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8edeb6eb1ae113b8f25a79e5076c1a1ec93538d0'/>
<id>8edeb6eb1ae113b8f25a79e5076c1a1ec93538d0</id>
<content type='text'>
Removed the use of 'card_type' from the tuner configuration structure, and
replaced it with separate parameters to set board-specific configuration.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Cc: Patrick Boettcher &lt;pboettcher@kernellabs.com&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>
Removed the use of 'card_type' from the tuner configuration structure, and
replaced it with separate parameters to set board-specific configuration.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Cc: Patrick Boettcher &lt;pboettcher@kernellabs.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] xc4000: check firmware version</title>
<updated>2011-07-27T20:52:40+00:00</updated>
<author>
<name>istvan_v@mailbox.hu</name>
<email>istvan_v@mailbox.hu</email>
</author>
<published>2011-06-06T16:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=09f4634293f2d48a9619f51b104bef8e6cc6d559'/>
<id>09f4634293f2d48a9619f51b104bef8e6cc6d559</id>
<content type='text'>
Enabled code to check if the version of the firmware reported by the hardware
is correct after uploading it.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&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>
Enabled code to check if the version of the firmware reported by the hardware
is correct after uploading it.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] xc4000: code cleanup</title>
<updated>2011-07-27T20:52:40+00:00</updated>
<author>
<name>istvan_v@mailbox.hu</name>
<email>istvan_v@mailbox.hu</email>
</author>
<published>2011-06-06T15:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=341747bef5dd2e2f56647ba30ea2180752905fa0'/>
<id>341747bef5dd2e2f56647ba30ea2180752905fa0</id>
<content type='text'>
Various coding style changes:
  - removed unused / commented out code
  - changed C++ style comments to C format
  - renamed functions and variables that included upper case letters in the name
  - removed tabs from module parameter descriptions
  - replaced the use of XC_RESULT_* with standard error codes

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Cc: Patrick Boettcher &lt;pboettcher@kernellabs.com&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>
Various coding style changes:
  - removed unused / commented out code
  - changed C++ style comments to C format
  - renamed functions and variables that included upper case letters in the name
  - removed tabs from module parameter descriptions
  - replaced the use of XC_RESULT_* with standard error codes

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Cc: Patrick Boettcher &lt;pboettcher@kernellabs.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] xc4000: detect also xc4100</title>
<updated>2011-07-27T20:52:39+00:00</updated>
<author>
<name>Istvan Varga</name>
<email>istvan_v@mailbox.hu</email>
</author>
<published>2011-06-04T15:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=7db98fe66be035494912b6b2c4e9c1e3abfedfe5'/>
<id>7db98fe66be035494912b6b2c4e9c1e3abfedfe5</id>
<content type='text'>
Added code to detect the XC4100 chip, which is presumably an analog-only
"value" version of the XC4000. It is not sure, however, if any devices
using this have actually been produced and sold, so the patch may be
unneeded.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&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>
Added code to detect the XC4100 chip, which is presumably an analog-only
"value" version of the XC4000. It is not sure, however, if any devices
using this have actually been produced and sold, so the patch may be
unneeded.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] xc4000: removed redundant tuner reset</title>
<updated>2011-07-27T20:52:39+00:00</updated>
<author>
<name>Istvan Varga</name>
<email>istvan_v@mailbox.hu</email>
</author>
<published>2011-06-04T15:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8f76afe8d737b9ecadc0097941c9ef1ece61af9e'/>
<id>8f76afe8d737b9ecadc0097941c9ef1ece61af9e</id>
<content type='text'>
This patch causes the tuner reset command to be ignored in the firmware
code, since this only happens when the BASE/INIT1 firmware is loaded by
check_firmware(), and in that case check_firmware() already calls the
reset callback before starting to load the firmware.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&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>
This patch causes the tuner reset command to be ignored in the firmware
code, since this only happens when the BASE/INIT1 firmware is loaded by
check_firmware(), and in that case check_firmware() already calls the
reset callback before starting to load the firmware.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] xc4000: xc_tune_channel() cleanup</title>
<updated>2011-07-27T20:52:39+00:00</updated>
<author>
<name>Istvan Varga</name>
<email>istvan_v@mailbox.hu</email>
</author>
<published>2011-06-04T15:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e75873c1f80380f190d0270fec566410f59c4829'/>
<id>e75873c1f80380f190d0270fec566410f59c4829</id>
<content type='text'>
Minor coding changes related to the xc_tune_channel() function.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&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>
Minor coding changes related to the xc_tune_channel() function.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] xc4000: implemented analog TV and radio</title>
<updated>2011-07-27T20:52:39+00:00</updated>
<author>
<name>Istvan Varga</name>
<email>istvan_v@mailbox.hu</email>
</author>
<published>2011-06-04T15:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=818a1776a45c230c4f230c8e4e2d0c7bdf5f8fa3'/>
<id>818a1776a45c230c4f230c8e4e2d0c7bdf5f8fa3</id>
<content type='text'>
The following patch implements support for analog TV and FM radio.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&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>
The following patch implements support for analog TV and FM radio.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] xc4000: added audio_std module parameter</title>
<updated>2011-07-27T20:52:39+00:00</updated>
<author>
<name>Istvan Varga</name>
<email>istvan_v@mailbox.hu</email>
</author>
<published>2011-06-04T15:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=923137a4037d1b9f19d175708eeced209dff9320'/>
<id>923137a4037d1b9f19d175708eeced209dff9320</id>
<content type='text'>
The 'audio_std' module parameter makes it possible to fine tune
some audio related aspects of the driver, like setting the exact
audio standard (NICAM, A2, etc.) to be used for some video standards.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&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>
The 'audio_std' module parameter makes it possible to fine tune
some audio related aspects of the driver, like setting the exact
audio standard (NICAM, A2, etc.) to be used for some video standards.

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] xc4000: setting registers</title>
<updated>2011-07-27T20:52:38+00:00</updated>
<author>
<name>Istvan Varga</name>
<email>istvan_v@mailbox.hu</email>
</author>
<published>2011-06-04T15:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=30f544ec56eefc628e73e23324dc18105ad13012'/>
<id>30f544ec56eefc628e73e23324dc18105ad13012</id>
<content type='text'>
This patch implements setting the registers in xc4000_set_params()
and xc4000_set_analog_params(). A new register is defined which enables
filtering of the composite video output (this is needed to avoid bad
picture quality with some boards).

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&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>
This patch implements setting the registers in xc4000_set_params()
and xc4000_set_analog_params(). A new register is defined which enables
filtering of the composite video output (this is needed to avoid bad
picture quality with some boards).

Signed-off-by: Istvan Varga &lt;istvan_v@mailbox.hu&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
