<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/media/usb/b2c2, branch linux-4.3.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2013-10-17T14:26:41Z</updated>
<entry>
<title>[media] drivers: media: usb: b2c2: use usb_*_coherent() instead of pci_*_consistent() in flexcop-usb.c</title>
<updated>2013-10-17T14:26:41Z</updated>
<author>
<name>Chen Gang</name>
<email>gang.chen@asianux.com</email>
</author>
<published>2013-09-23T02:20:48Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6c7e346974ad6d20898026f209581fb6dd8ce3f0'/>
<id>urn:sha1:6c7e346974ad6d20898026f209581fb6dd8ce3f0</id>
<content type='text'>
Some architectures do not support PCI, but still support USB, so need
let our usb driver try to use usb_* instead of pci_* to support these
architectures, or can not pass compiling.
The related error (with allmodconfig for arc):
    CC [M]  drivers/media/usb/b2c2/flexcop-usb.o
  drivers/media/usb/b2c2/flexcop-usb.c: In function ‘flexcop_usb_transfer_exit’:
  drivers/media/usb/b2c2/flexcop-usb.c:393: error: implicit declaration of function ‘pci_free_consistent’
  drivers/media/usb/b2c2/flexcop-usb.c: In function ‘flexcop_usb_transfer_init’:
  drivers/media/usb/b2c2/flexcop-usb.c:410: error: implicit declaration of function ‘pci_alloc_consistent’

Signed-off-by: Chen Gang &lt;gang.chen@asianux.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;m.chehab@samsung.com&gt;
</content>
</entry>
<entry>
<title>[media] Kconfig: Fix b2c2 common code selection</title>
<updated>2012-08-21T11:38:31Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-08-20T18:52:23Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=01b0c11a1ba49ac96f58b7bc92772c2b469d6caa'/>
<id>urn:sha1:01b0c11a1ba49ac96f58b7bc92772c2b469d6caa</id>
<content type='text'>
As reported by Randy:

&gt; flexcop-pci.c:(.text+0x19af63): undefined reference to `flexcop_device_exit'
&gt; flexcop-pci.c:(.text+0x19af77): undefined reference to `flexcop_device_kfree'
&gt; flexcop-pci.c:(.text+0x19b10f): undefined reference to `flexcop_pass_dmx_packets'
&gt; flexcop-pci.c:(.text+0x19b182): undefined reference to `flexcop_pass_dmx_data'
&gt; flexcop-pci.c:(.text+0x19b1ae): undefined reference to `flexcop_pass_dmx_data'
&gt; flexcop-pci.c:(.text+0x19b1f8): undefined reference to `flexcop_device_kmalloc'
&gt; flexcop-pci.c:(.text+0x19b256): undefined reference to `flexcop_i2c_request'
&gt; flexcop-pci.c:(.text+0x19b261): undefined reference to `flexcop_eeprom_check_mac_addr'
&gt; flexcop-pci.c:(.text+0x19b2c6): undefined reference to `flexcop_device_initialize'
&gt; flexcop-pci.c:(.text+0x19b332): undefined reference to `flexcop_sram_set_dest'
&gt; flexcop-pci.c:(.text+0x19b348): undefined reference to `flexcop_sram_set_dest'
&gt; flexcop-pci.c:(.text+0x19b3f8): undefined reference to `flexcop_device_exit'
&gt; flexcop-pci.c:(.text+0x19b408): undefined reference to `flexcop_device_kfree'
&gt; flexcop-pci.c:(.text+0x19b4a2): undefined reference to `flexcop_pid_feed_control'
&gt; flexcop-pci.c:(.text+0x19b4d7): undefined reference to `flexcop_pid_feed_control'
&gt;
&gt; since it is possible to enable DVB_B2C2_FLEXCOP_PCI
&gt; when CONFIG_I2C is not enabled, but then DVB_B2C2_FLEXCOP
&gt; is not enabled because I2C is not enabled.

Reported-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] flexcop: Show the item to enable debug after the driver</title>
<updated>2012-08-21T11:05:33Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-08-20T19:49:23Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8511f8eaa86bb16e4e2bd5f30d5f12764f59ae8d'/>
<id>urn:sha1:8511f8eaa86bb16e4e2bd5f30d5f12764f59ae8d</id>
<content type='text'>
Instead of showing the option to show debug at the end, show
it after each driver.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] Fix some Makefile rules</title>
<updated>2012-08-16T22:55:03Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-08-16T19:57:21Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=88f8472c9fc6c08f5113887471f1f4aabf7b2929'/>
<id>urn:sha1:88f8472c9fc6c08f5113887471f1f4aabf7b2929</id>
<content type='text'>
On a few places, := were using instead of +=, causing drivers to
not compile.

While here, standardize the usage of += on all cases where multiple
lines are needed, and for obj-y/obj-m targets, and := when just one
line is needed, on &lt;module&gt;-obj rules.

Reported-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Identified-by: Antti Polosaari &lt;crope@iki.fi&gt;
Tested-by: Antti Palosaari &lt;crope@iki.fi&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] b2c2: frontends/tuners are not needed at the bridge binding</title>
<updated>2012-08-14T02:52:53Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-08-14T02:43:08Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b3f52608ba7b4c231621d7e4e9e1bfd8a390f910'/>
<id>urn:sha1:b3f52608ba7b4c231621d7e4e9e1bfd8a390f910</id>
<content type='text'>
The frontends/tuners are used inside the common part of the driver.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] common: move media/common/tuners to media/tuners</title>
<updated>2012-08-14T02:40:28Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-06-14T19:35:59Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ccae7af2bf07dfef69cc2eb6ebc9e1ff15addfbd'/>
<id>urn:sha1:ccae7af2bf07dfef69cc2eb6ebc9e1ff15addfbd</id>
<content type='text'>
Move the tuners one level up, as the "common" directory will be used
by drivers that are shared between more than one driver.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] b2c2: break it into common/pci/usb directories</title>
<updated>2012-08-14T02:38:31Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-06-14T19:35:58Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3785bc170f79ef04129731582b468c28e1326d6d'/>
<id>urn:sha1:3785bc170f79ef04129731582b468c28e1326d6d</id>
<content type='text'>
b2c2 is, in fact, 2 drivers: one for PCI and one for USB, plus
a common bus-independent code. Break it accordingly.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
</feed>
