<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/drivers, branch v3.1-rc6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v3.1-rc6</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v3.1-rc6'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2011-09-12T20:49:07Z</updated>
<entry>
<title>Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux</title>
<updated>2011-09-12T20:49:07Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-12T20:49:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=8cb3ed17cb88f2f1fe1cf36c8d48bccd4d9f459e'/>
<id>urn:sha1:8cb3ed17cb88f2f1fe1cf36c8d48bccd4d9f459e</id>
<content type='text'>
* 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
  drm: Remove duplicate "return" statement
  drm/nv04/crtc: Bail out if FB is not bound to crtc
  drm/nouveau: fix nv04_sgdma_bind on non-"4kB pages" archs
  drm/nouveau: properly handle allocation failure in nouveau_sgdma_populate
  drm/nouveau: fix oops on pre-semaphore hardware
  drm/nv50/crtc: Bail out if FB is not bound to crtc
  drm/radeon/kms: fix DP detect and EDID fetch for DP bridges
</content>
</entry>
<entry>
<title>Merge branch 'v4l_for_linus' of git://linuxtv.org/mchehab/for_linus</title>
<updated>2011-09-11T21:58:47Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-11T21:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=87adf1c66cacbc4acd0e696c896755a5091a9d3d'/>
<id>urn:sha1:87adf1c66cacbc4acd0e696c896755a5091a9d3d</id>
<content type='text'>
* 'v4l_for_linus' of git://linuxtv.org/mchehab/for_linus:
  [media] vp7045: fix buffer setup
  [media] nuvoton-cir: simplify raw IR sample handling
  [media] [Resend] viacam: Don't explode if pci_find_bus() returns NULL
  [media] v4l2: Fix documentation of the codec device controls
  [media] gspca - sonixj: Fix the darkness of sensor om6802 in 320x240
  [media] gspca - sonixj: Fix wrong register mask for sensor om6802
  [media] gspca - ov519: Fix LED inversion of some ov519 webcams
  [media] pwc: precedence bug in pwc_init_controls()
</content>
</entry>
<entry>
<title>[media] vp7045: fix buffer setup</title>
<updated>2011-09-11T12:33:41Z</updated>
<author>
<name>Florian Mickler</name>
<email>florian@mickler.org</email>
</author>
<published>2011-08-10T10:05:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=fc61ccd35fd59d5362d37c8bf9c0526c85086c84'/>
<id>urn:sha1:fc61ccd35fd59d5362d37c8bf9c0526c85086c84</id>
<content type='text'>
dvb_usb_device_init calls the frontend_attach method of this driver which
uses vp7045_usb_ob. In order to have a buffer ready in vp7045_usb_op, it has to
be allocated before that happens.

Luckily we can use the whole private data as the buffer as it gets separately
allocated on the heap via kzalloc in dvb_usb_device_init and is thus apt for
use via usb_control_msg.

This fixes a
	BUG: unable to handle kernel paging request at 0000000000001e78

reported by Tino Keitel and diagnosed by Dan Carpenter.

Cc: stable@kernel.org # For v3.0 and upper
Tested-by: Tino Keitel &lt;tino.keitel@tikei.de&gt;
Signed-off-by: Florian Mickler &lt;florian@mickler.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] nuvoton-cir: simplify raw IR sample handling</title>
<updated>2011-09-11T12:33:40Z</updated>
<author>
<name>Jarod Wilson</name>
<email>jarod@redhat.com</email>
</author>
<published>2011-08-08T20:20:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=de4ed0c111ed078b8729a5cc49c23197740f5bad'/>
<id>urn:sha1:de4ed0c111ed078b8729a5cc49c23197740f5bad</id>
<content type='text'>
The nuvoton-cir driver was storing up consecutive pulse-pulse and
space-space samples internally, for no good reason, since
ir_raw_event_store_with_filter() already merges back to back like
samples types for us. This should also fix a regression introduced late
in 3.0 that related to a timeout change, which actually becomes correct
when coupled with this change. Tested with RC6 and RC5 on my own
nuvoton-cir hardware atop vanilla 3.0.0, after verifying quirky
behavior in 3.0 due to the timeout change.

Reported-by: Stephan Raue &lt;sraue@openelec.tv&gt;
CC: Stephan Raue &lt;sraue@openelec.tv&gt;
CC: stable@vger.kernel.org
Signed-off-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] [Resend] viacam: Don't explode if pci_find_bus() returns NULL</title>
<updated>2011-09-11T12:33:39Z</updated>
<author>
<name>Jesper Juhl</name>
<email>jj@chaosbits.net</email>
</author>
<published>2011-08-01T21:39:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=c8814df3a578895390fe5c05a76328d8d111ed25'/>
<id>urn:sha1:c8814df3a578895390fe5c05a76328d8d111ed25</id>
<content type='text'>
In the unlikely case that pci_find_bus() should return NULL
viacam_serial_is_enabled() is going to dereference a NULL pointer and
blow up. Better safe than sorry, so be defensive and check the
pointer.

Signed-off-by: Jesper Juhl &lt;jj@chaosbits.net&gt;
Acked-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] gspca - sonixj: Fix the darkness of sensor om6802 in 320x240</title>
<updated>2011-09-11T12:33:37Z</updated>
<author>
<name>Jean-François Moine</name>
<email>moinejf@free.fr</email>
</author>
<published>2011-08-09T18:13:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=5b5cfc3674756d249cb389bbd2a0be94abae5f7c'/>
<id>urn:sha1:5b5cfc3674756d249cb389bbd2a0be94abae5f7c</id>
<content type='text'>
The images are clearer with a lower bridge clock.

Signed-off-by: Jean-François Moine &lt;moinejf@free.fr&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] gspca - sonixj: Fix wrong register mask for sensor om6802</title>
<updated>2011-09-11T12:33:37Z</updated>
<author>
<name>Luiz Carlos Ramos</name>
<email>lramos.prof@yahoo.com.br</email>
</author>
<published>2011-08-09T17:36:57Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=313c68e644326e88731f03371baa8b5f3d68ef11'/>
<id>urn:sha1:313c68e644326e88731f03371baa8b5f3d68ef11</id>
<content type='text'>
The bug was introduced by git commit 0e4d413af1a9d, giving very dark images.

Signed-off-by: Luiz Carlos Ramos &lt;lramos.prof@yahoo.com.br&gt;
Signed-off-by: Jean-François Moine &lt;moinejf@free.fr&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] gspca - ov519: Fix LED inversion of some ov519 webcams</title>
<updated>2011-09-11T12:33:36Z</updated>
<author>
<name>Jean-François Moine</name>
<email>moinejf@free.fr</email>
</author>
<published>2011-08-09T08:28:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=55c53e1f24d46fd20e74d3a5089ed9f6e0e9ab14'/>
<id>urn:sha1:55c53e1f24d46fd20e74d3a5089ed9f6e0e9ab14</id>
<content type='text'>
The list of the webcams which have LED inversion was rebuild scanning
ms-win .inf files.

Signed-off-by: Jean-François Moine &lt;moinejf@free.fr&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] pwc: precedence bug in pwc_init_controls()</title>
<updated>2011-09-11T12:33:35Z</updated>
<author>
<name>Dan Carpenter</name>
<email>error27@gmail.com</email>
</author>
<published>2011-07-23T18:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=4264a8b6388f5ba16a5c362857cb8bda0b14167f'/>
<id>urn:sha1:4264a8b6388f5ba16a5c362857cb8bda0b14167f</id>
<content type='text'>
'!' has higher precedence than '&amp;' so we need parenthesis here.

Signed-off-by: Dan Carpenter &lt;error27@gmail.com&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>scsi: qla4xxx driver depends on NET</title>
<updated>2011-09-11T00:31:31Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2011-09-11T00:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=d7a210f3d356371677cf553ce6241b620e389844'/>
<id>urn:sha1:d7a210f3d356371677cf553ce6241b620e389844</id>
<content type='text'>
When CONFIG_NET is disabled, SCSI_QLA_ISCSI selects SCSI_ISCSI_ATTRS,
which uses network interfaces, so the build fails with multiple errors:

  warning: (ISCSI_TCP &amp;&amp; SCSI_CXGB3_ISCSI &amp;&amp; SCSI_CXGB4_ISCSI &amp;&amp; SCSI_QLA_ISCSI &amp;&amp; INFINIBAND_ISER) selects SCSI_ISCSI_ATTRS which has unmet direct dependencies (SCSI &amp;&amp; NET)

  ERROR: "skb_trim" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
  ERROR: "netlink_kernel_create" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
  ERROR: "netlink_kernel_release" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
  ...

so make SCSI_QLA_ISCSI also depend on NET to prevent the build errors.

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Cc:	Ravi Anand &lt;ravi.anand@qlogic.com&gt;
Cc:	Vikas Chaudhary &lt;vikas.chaudhary@qlogic.com&gt;
Cc:	iscsi-driver@qlogic.com
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
