<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/media, branch v3.2</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>media/staging: fix allyesconfig build error</title>
<updated>2011-11-17T12:29:02+00:00</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2011-11-17T02:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=d29387e8de8bdf64374874112b2b1540d3ada674'/>
<id>d29387e8de8bdf64374874112b2b1540d3ada674</id>
<content type='text'>
Fix x86 allyesconfig builds.  Builds fail due to a non-static variable
named 'debug' in drivers/staging/media/as102:

  arch/x86/built-in.o:arch/x86/kernel/entry_32.S:1296: first defined here
  ld: Warning: size of symbol `debug' changed from 90 in arch/x86/built-in.o to 4 in drivers/built-in.o

Thou shalt have no non-static identifiers that are named 'debug'.

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Cc: Pierrick Hascoet &lt;pierrick.hascoet@abilis.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix x86 allyesconfig builds.  Builds fail due to a non-static variable
named 'debug' in drivers/staging/media/as102:

  arch/x86/built-in.o:arch/x86/kernel/entry_32.S:1296: first defined here
  ld: Warning: size of symbol `debug' changed from 90 in arch/x86/built-in.o to 4 in drivers/built-in.o

Thou shalt have no non-static identifiers that are named 'debug'.

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Cc: Pierrick Hascoet &lt;pierrick.hascoet@abilis.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux</title>
<updated>2011-11-07T03:44:47+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-11-07T03:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=32aaeffbd4a7457bf2f7448b33b5946ff2a960eb'/>
<id>32aaeffbd4a7457bf2f7448b33b5946ff2a960eb</id>
<content type='text'>
* 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux: (230 commits)
  Revert "tracing: Include module.h in define_trace.h"
  irq: don't put module.h into irq.h for tracking irqgen modules.
  bluetooth: macroize two small inlines to avoid module.h
  ip_vs.h: fix implicit use of module_get/module_put from module.h
  nf_conntrack.h: fix up fallout from implicit moduleparam.h presence
  include: replace linux/module.h with "struct module" wherever possible
  include: convert various register fcns to macros to avoid include chaining
  crypto.h: remove unused crypto_tfm_alg_modname() inline
  uwb.h: fix implicit use of asm/page.h for PAGE_SIZE
  pm_runtime.h: explicitly requires notifier.h
  linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.h
  miscdevice.h: fix up implicit use of lists and types
  stop_machine.h: fix implicit use of smp.h for smp_processor_id
  of: fix implicit use of errno.h in include/linux/of.h
  of_platform.h: delete needless include &lt;linux/module.h&gt;
  acpi: remove module.h include from platform/aclinux.h
  miscdevice.h: delete unnecessary inclusion of module.h
  device_cgroup.h: delete needless include &lt;linux/module.h&gt;
  net: sch_generic remove redundant use of &lt;linux/module.h&gt;
  net: inet_timewait_sock doesnt need &lt;linux/module.h&gt;
  ...

Fix up trivial conflicts (other header files, and  removal of the ab3550 mfd driver) in
 - drivers/media/dvb/frontends/dibx000_common.c
 - drivers/media/video/{mt9m111.c,ov6650.c}
 - drivers/mfd/ab3550-core.c
 - include/linux/dmaengine.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux: (230 commits)
  Revert "tracing: Include module.h in define_trace.h"
  irq: don't put module.h into irq.h for tracking irqgen modules.
  bluetooth: macroize two small inlines to avoid module.h
  ip_vs.h: fix implicit use of module_get/module_put from module.h
  nf_conntrack.h: fix up fallout from implicit moduleparam.h presence
  include: replace linux/module.h with "struct module" wherever possible
  include: convert various register fcns to macros to avoid include chaining
  crypto.h: remove unused crypto_tfm_alg_modname() inline
  uwb.h: fix implicit use of asm/page.h for PAGE_SIZE
  pm_runtime.h: explicitly requires notifier.h
  linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.h
  miscdevice.h: fix up implicit use of lists and types
  stop_machine.h: fix implicit use of smp.h for smp_processor_id
  of: fix implicit use of errno.h in include/linux/of.h
  of_platform.h: delete needless include &lt;linux/module.h&gt;
  acpi: remove module.h include from platform/aclinux.h
  miscdevice.h: delete unnecessary inclusion of module.h
  device_cgroup.h: delete needless include &lt;linux/module.h&gt;
  net: sch_generic remove redundant use of &lt;linux/module.h&gt;
  net: inet_timewait_sock doesnt need &lt;linux/module.h&gt;
  ...

Fix up trivial conflicts (other header files, and  removal of the ab3550 mfd driver) in
 - drivers/media/dvb/frontends/dibx000_common.c
 - drivers/media/video/{mt9m111.c,ov6650.c}
 - drivers/mfd/ab3550-core.c
 - include/linux/dmaengine.h
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: Move media drivers to staging/media</title>
<updated>2011-11-03T09:59:03+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2011-11-02T00:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4860c73804c6e7ef8e69f98958489bb2bea6f6d2'/>
<id>4860c73804c6e7ef8e69f98958489bb2bea6f6d2</id>
<content type='text'>
In practice, it is being hard to distinguish when a patch
should go to staging tree or to the media tree. Better
to distinguish it, by putting the media drivers at a
separate staging directory. Newer staging drivers that include
anything with "dvb*.h", "v4l2*.h" or "videodev2.h" should
go to the drivers/staging/media tree.

Acked-by: Greg Kroah-Hartman &lt;gregkh@suse.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>
In practice, it is being hard to distinguish when a patch
should go to staging tree or to the media tree. Better
to distinguish it, by putting the media drivers at a
separate staging directory. Newer staging drivers that include
anything with "dvb*.h", "v4l2*.h" or "videodev2.h" should
go to the drivers/staging/media tree.

Acked-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] staging: as102: Remove conditional compilation based on kernel version</title>
<updated>2011-11-03T09:44:09+00:00</updated>
<author>
<name>Sylwester Nawrocki</name>
<email>snjw23@gmail.com</email>
</author>
<published>2011-10-31T15:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=92e9d1b70f7dd41576b9a890bc34a14f4cc2185b'/>
<id>92e9d1b70f7dd41576b9a890bc34a14f4cc2185b</id>
<content type='text'>
Remove #if's related to kernel version and the code not applicable
to 3.2+ kernels.

Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.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>
Remove #if's related to kernel version and the code not applicable
to 3.2+ kernels.

Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] staging: as102: Unconditionally compile code dependent on DVB_CORE</title>
<updated>2011-11-03T09:44:05+00:00</updated>
<author>
<name>Sylwester Nawrocki</name>
<email>snjw23@gmail.com</email>
</author>
<published>2011-10-31T15:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ff7029f5e8fbf682ace0455f6452d840831a3bc2'/>
<id>ff7029f5e8fbf682ace0455f6452d840831a3bc2</id>
<content type='text'>
The driver depends on DVB_CORE so there is no need for conditional
compilation of parts of the code depending on CONFIG_DVB_CORE as
the driver is never compiled with CONFIG_DVB_CORE* disabled.

Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.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>
The driver depends on DVB_CORE so there is no need for conditional
compilation of parts of the code depending on CONFIG_DVB_CORE as
the driver is never compiled with CONFIG_DVB_CORE* disabled.

Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] staging: as102: Add nBox Tuner Dongle support</title>
<updated>2011-11-03T09:44:03+00:00</updated>
<author>
<name>Piotr Chmura</name>
<email>chmooreck@poczta.onet.pl</email>
</author>
<published>2011-10-31T15:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8be62e73e5c088fb4a1c928bdaeac1b27d776043'/>
<id>8be62e73e5c088fb4a1c928bdaeac1b27d776043</id>
<content type='text'>
Add support for nBox Tuner Dongle based on the same chip.

Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Piotr Chmura &lt;chmooreck@poczta.onet.pl&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.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>
Add support for nBox Tuner Dongle based on the same chip.

Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Piotr Chmura &lt;chmooreck@poczta.onet.pl&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] staging: as102: Enable compilation</title>
<updated>2011-11-03T09:44:01+00:00</updated>
<author>
<name>Piotr Chmura</name>
<email>chmooreck@poczta.onet.pl</email>
</author>
<published>2011-10-31T15:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9d8e18b1e966e43729a08421a29510f49f931b60'/>
<id>9d8e18b1e966e43729a08421a29510f49f931b60</id>
<content type='text'>
Fix compilation errors in the USB driver by replacing usb_buffer_free(),
usb_buffer_alloc() with usb_free_coherent() and usb_alloc_coherent().
Add entries for the driver in parent Makefile and Kconfig.

[snjw23@gmail.com: minor edit to changelog]
Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Piotr Chmura &lt;chmooreck@poczta.onet.pl&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.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>
Fix compilation errors in the USB driver by replacing usb_buffer_free(),
usb_buffer_alloc() with usb_free_coherent() and usb_alloc_coherent().
Add entries for the driver in parent Makefile and Kconfig.

[snjw23@gmail.com: minor edit to changelog]
Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Piotr Chmura &lt;chmooreck@poczta.onet.pl&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] staging: as102: Convert the comments to kernel-doc style</title>
<updated>2011-11-03T09:43:58+00:00</updated>
<author>
<name>Sylwester Nawrocki</name>
<email>snjw23@gmail.com</email>
</author>
<published>2011-10-31T15:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3b4544a3a48b113d09610f2188954f4276047781'/>
<id>3b4544a3a48b113d09610f2188954f4276047781</id>
<content type='text'>
Also amend some mismatched comments.

Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.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>
Also amend some mismatched comments.

Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] staging: as102: Remove non-linux headers inclusion</title>
<updated>2011-11-03T09:43:55+00:00</updated>
<author>
<name>Piotr Chmura</name>
<email>chmooreck@poczta.onet.pl</email>
</author>
<published>2011-10-31T15:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f080c2ef542b0d3c78eb2f98a4450a8e22b471af'/>
<id>f080c2ef542b0d3c78eb2f98a4450a8e22b471af</id>
<content type='text'>
Remove inclusion of Windows and other not linux related headers.

[snjw23@gmail.com: edited changelog, folded long line in Makefile]
Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Piotr Chmura &lt;chmooreck@poczta.onet.pl&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.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>
Remove inclusion of Windows and other not linux related headers.

[snjw23@gmail.com: edited changelog, folded long line in Makefile]
Cc: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Piotr Chmura &lt;chmooreck@poczta.onet.pl&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] staging: as102: Fix licensing oversight</title>
<updated>2011-11-03T09:43:53+00:00</updated>
<author>
<name>Pierrick Hascoet</name>
<email>pierrick.hascoet@abilis.com</email>
</author>
<published>2011-10-31T15:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=315cadc446714c5c1a406afff6f53aa80d1e267e'/>
<id>315cadc446714c5c1a406afff6f53aa80d1e267e</id>
<content type='text'>
Fix a couple of files which were supposed by be relicensed as GPL
but were overlooked.

Signed-off-by: Pierrick Hascoet &lt;pierrick.hascoet@abilis.com&gt;
Signed-off-by: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Piotr Chmura &lt;chmooreck@poczta.onet.pl&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.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>
Fix a couple of files which were supposed by be relicensed as GPL
but were overlooked.

Signed-off-by: Pierrick Hascoet &lt;pierrick.hascoet@abilis.com&gt;
Signed-off-by: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Signed-off-by: Piotr Chmura &lt;chmooreck@poczta.onet.pl&gt;
Signed-off-by: Sylwester Nawrocki &lt;snjw23@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
