<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus-rt.git/drivers/media/dvb/ttpci/Kconfig, branch master</title>
<subtitle>The LITMUS^RT kernel.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/'/>
<entry>
<title>[media] Rename media/dvb as media/pci</title>
<updated>2012-08-14T02:30:06+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-06-14T19:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=25aee3debe0464f6c680173041fa3de30ec9ff54'/>
<id>25aee3debe0464f6c680173041fa3de30ec9ff54</id>
<content type='text'>
The remaining dvb drivers are pci, so rename them to match the
bus.

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 remaining dvb drivers are pci, so rename them to match the
bus.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] budget-ci: Add support for TT S-1500 with BSBE1-D01A tuner</title>
<updated>2011-05-20T12:28:30+00:00</updated>
<author>
<name>Oliver Endriss</name>
<email>o.endriss@gmx.de</email>
</author>
<published>2011-03-29T20:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=574312d8ceb689af5000fa78d40f7ee38e1ea895'/>
<id>574312d8ceb689af5000fa78d40f7ee38e1ea895</id>
<content type='text'>
Add support for TT S-1500 with BSBE1-D01A tuner.

Signed-off-by: Oliver Endriss &lt;o.endriss@gmx.de&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>
Add support for TT S-1500 with BSBE1-D01A tuner.

Signed-off-by: Oliver Endriss &lt;o.endriss@gmx.de&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] rc: rename the remaining things to rc_core</title>
<updated>2010-12-29T10:16:50+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2010-11-17T16:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=6bda96447cef24fbf97a798b1ea664224d5fdc25'/>
<id>6bda96447cef24fbf97a798b1ea664224d5fdc25</id>
<content type='text'>
The Remote Controller subsystem is meant to be used not only by Infra Red
but also for similar types of Remote Controllers. The core is not specific
to Infra Red. As such, rename:
	- ir-core.h to rc-core.h
	- IR_CORE to RC_CORE
	- namespace inside rc-core.c/rc-core.h

To be consistent with the other changes.

No functional change on this patch.

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 Remote Controller subsystem is meant to be used not only by Infra Red
but also for similar types of Remote Controllers. The core is not specific
to Infra Red. As such, rename:
	- ir-core.h to rc-core.h
	- IR_CORE to RC_CORE
	- namespace inside rc-core.c/rc-core.h

To be consistent with the other changes.

No functional change on this patch.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] ir-core: more cleanups of ir-functions.c</title>
<updated>2010-12-29T10:16:36+00:00</updated>
<author>
<name>David HÃ¤rdeman</name>
<email>david@hardeman.nu</email>
</author>
<published>2010-10-29T19:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=3ffea4988be3f3fa65f2104ba31eff2b5e0e82a0'/>
<id>3ffea4988be3f3fa65f2104ba31eff2b5e0e82a0</id>
<content type='text'>
cx88 only depends on VIDEO_IR because it needs ir_extract_bits().
Move that function to ir-core.h and make it inline.

Lots of drivers had dependencies on VIDEO_IR when they really
wanted IR_CORE.

The only remaining drivers to depend on VIDEO_IR are bt8xx and
saa7134 (ir_rc5_timer_end is the only function exported by
ir-functions).

Rename VIDEO_IR -&gt; IR_LEGACY to give a hint to anyone writing or
converting drivers to IR_CORE that they do not want a dependency
on IR_LEGACY.

Signed-off-by: David Härdeman &lt;david@hardeman.nu&gt;
Acked-by: Jarod Wilson &lt;jarod@redhat.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>
cx88 only depends on VIDEO_IR because it needs ir_extract_bits().
Move that function to ir-core.h and make it inline.

Lots of drivers had dependencies on VIDEO_IR when they really
wanted IR_CORE.

The only remaining drivers to depend on VIDEO_IR are bt8xx and
saa7134 (ir_rc5_timer_end is the only function exported by
ir-functions).

Rename VIDEO_IR -&gt; IR_LEGACY to give a hint to anyone writing or
converting drivers to IR_CORE that they do not want a dependency
on IR_LEGACY.

Signed-off-by: David Härdeman &lt;david@hardeman.nu&gt;
Acked-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB: fix Kconfig to depends on VIDEO_IR</title>
<updated>2010-08-12T18:07:57+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2010-08-09T17:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=361be7b1d099b671e01ca56b59b1e8b8e9ce4771'/>
<id>361be7b1d099b671e01ca56b59b1e8b8e9ce4771</id>
<content type='text'>
warning: (VIDEO_BT848 &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_DEV &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; VIDEO_V4L2 &amp;&amp; INPUT || VIDEO_SAA7134 &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; VIDEO_DEV &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT || VIDEO_CX88 &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; VIDEO_DEV &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT || VIDEO_IVTV &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT || VIDEO_CX18 &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; DVB_CORE &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; EXPERIMENTAL &amp;&amp; INPUT || VIDEO_EM28XX &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; V4L_USB_DRIVERS &amp;&amp; USB &amp;&amp; VIDEO_DEV &amp;&amp; I2C &amp;&amp; INPUT || VIDEO_TLG2300 &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; V4L_USB_DRIVERS &amp;&amp; USB &amp;&amp; VIDEO_DEV &amp;&amp; I2C &amp;&amp; INPUT &amp;&amp; SND &amp;&amp; DVB_CORE || VIDEO_CX231XX &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; V4L_USB_DRIVERS &amp;&amp; USB &amp;&amp; VIDEO_DEV &amp;&amp; I2C &amp;&amp; INPUT || DVB_BUDGET_CI &amp;&amp; MEDIA_SUPPORT &amp;&amp; DVB_CAPTURE_DRIVERS &amp;&amp; DVB_CORE &amp;&amp; DVB_BUDGET_CORE &amp;&amp; I2C &amp;&amp; INPUT || DVB_DM1105 &amp;&amp; MEDIA_SUPPORT &amp;&amp; DVB_CAPTURE_DRIVERS &amp;&amp; DVB_CORE &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT || VIDEO_GO7007 &amp;&amp; STAGING &amp;&amp; !STAGING_EXCLUDE_BUILD &amp;&amp; VIDEO_DEV &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT &amp;&amp; SND || VIDEO_CX25821 &amp;&amp; STAGING &amp;&amp; !STAGING_EXCLUDE_BUILD &amp;&amp; DVB_CORE &amp;&amp; VIDEO_DEV &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT) selects VIDEO_IR which has unmet direct dependencies (IR_CORE)

Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.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>
warning: (VIDEO_BT848 &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_DEV &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; VIDEO_V4L2 &amp;&amp; INPUT || VIDEO_SAA7134 &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; VIDEO_DEV &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT || VIDEO_CX88 &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; VIDEO_DEV &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT || VIDEO_IVTV &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT || VIDEO_CX18 &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; DVB_CORE &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; EXPERIMENTAL &amp;&amp; INPUT || VIDEO_EM28XX &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; V4L_USB_DRIVERS &amp;&amp; USB &amp;&amp; VIDEO_DEV &amp;&amp; I2C &amp;&amp; INPUT || VIDEO_TLG2300 &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; V4L_USB_DRIVERS &amp;&amp; USB &amp;&amp; VIDEO_DEV &amp;&amp; I2C &amp;&amp; INPUT &amp;&amp; SND &amp;&amp; DVB_CORE || VIDEO_CX231XX &amp;&amp; MEDIA_SUPPORT &amp;&amp; VIDEO_CAPTURE_DRIVERS &amp;&amp; VIDEO_V4L2 &amp;&amp; V4L_USB_DRIVERS &amp;&amp; USB &amp;&amp; VIDEO_DEV &amp;&amp; I2C &amp;&amp; INPUT || DVB_BUDGET_CI &amp;&amp; MEDIA_SUPPORT &amp;&amp; DVB_CAPTURE_DRIVERS &amp;&amp; DVB_CORE &amp;&amp; DVB_BUDGET_CORE &amp;&amp; I2C &amp;&amp; INPUT || DVB_DM1105 &amp;&amp; MEDIA_SUPPORT &amp;&amp; DVB_CAPTURE_DRIVERS &amp;&amp; DVB_CORE &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT || VIDEO_GO7007 &amp;&amp; STAGING &amp;&amp; !STAGING_EXCLUDE_BUILD &amp;&amp; VIDEO_DEV &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT &amp;&amp; SND || VIDEO_CX25821 &amp;&amp; STAGING &amp;&amp; !STAGING_EXCLUDE_BUILD &amp;&amp; DVB_CORE &amp;&amp; VIDEO_DEV &amp;&amp; PCI &amp;&amp; I2C &amp;&amp; INPUT) selects VIDEO_IR which has unmet direct dependencies (IR_CORE)

Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB: budget: Select correct frontends</title>
<updated>2010-06-01T04:22:14+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2010-05-15T16:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=d46b36e7f927772bb72524dc9f1e384e3cb4a975'/>
<id>d46b36e7f927772bb72524dc9f1e384e3cb4a975</id>
<content type='text'>
Update the Kconfig selections to match the code.

Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&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>
Update the Kconfig selections to match the code.

Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB (12153): ttpci: config TTPCI_EEPROM depends on I2C</title>
<updated>2009-07-05T17:29:55+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-06-26T18:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=3175da83a0a85fa03c9c34061906a9ca0725af0d'/>
<id>3175da83a0a85fa03c9c34061906a9ca0725af0d</id>
<content type='text'>
If I2C is not enabled, then we shouldn't build ttpci_eeprom.c.

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>
If I2C is not enabled, then we shouldn't build ttpci_eeprom.c.

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>Remove fdump tool for av7110 firmware</title>
<updated>2009-04-06T21:34:44+00:00</updated>
<author>
<name>Jaswinder Singh</name>
<email>jaswinder@infradead.org</email>
</author>
<published>2008-06-22T12:54:19+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=4f8d182513690b42b20fb81e487be4cd4729e27c'/>
<id>4f8d182513690b42b20fb81e487be4cd4729e27c</id>
<content type='text'>
There's no point in this, since the user can use the BUILTIN_FIRMWARE
option to include arbitrary firmware files directly in the kernel image.

Thanks to David Woodhouse for help.

Signed-off-by: Jaswinder Singh &lt;jaswinder@infradead.org&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no point in this, since the user can use the BUILTIN_FIRMWARE
option to include arbitrary firmware files directly in the kernel image.

Thanks to David Woodhouse for help.

Signed-off-by: Jaswinder Singh &lt;jaswinder@infradead.org&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE</title>
<updated>2009-03-30T15:43:31+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-20T22:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=1398ae1fe6048d49397dccaa4bc1a4101eecf643'/>
<id>1398ae1fe6048d49397dccaa4bc1a4101eecf643</id>
<content type='text'>
There are several Kconfig items using CUSTOMIZE. Yet, most use the English
writing CUSTOMISE. This generates lots of trouble, because people sometimes type
the Kbuild item different.

Let's standardise every occurrence using the same syntax.

The changes were generated by this small shell script:

for i in `find linux -type f`; do sed s,CUSTOMIZE,CUSTOMISE,g $i &gt;/tmp/a &amp;&amp; mv /tmp/a $i; done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are several Kconfig items using CUSTOMIZE. Yet, most use the English
writing CUSTOMISE. This generates lots of trouble, because people sometimes type
the Kbuild item different.

Let's standardise every occurrence using the same syntax.

The changes were generated by this small shell script:

for i in `find linux -type f`; do sed s,CUSTOMIZE,CUSTOMISE,g $i &gt;/tmp/a &amp;&amp; mv /tmp/a $i; done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB (9456): Select STB0899, STB6100, TDA8261 for budget_ci and budget_av respectively.</title>
<updated>2008-12-29T19:53:23+00:00</updated>
<author>
<name>Manu Abraham</name>
<email>abraham.manu@gmail.com</email>
</author>
<published>2008-01-27T17:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=ed3d150eacfa87087f705a908a2586bdec5bf9b7'/>
<id>ed3d150eacfa87087f705a908a2586bdec5bf9b7</id>
<content type='text'>
Thanks to Marco Schluessler &lt;marco@lordzodiac.de&gt; for pointing it out

Signed-off-by: Manu Abraham &lt;manu@linuxtv.org&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>
Thanks to Marco Schluessler &lt;marco@lordzodiac.de&gt; for pointing it out

Signed-off-by: Manu Abraham &lt;manu@linuxtv.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
