<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/firmware, branch v2.6.21.5</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/firmware?h=v2.6.21.5</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/firmware?h=v2.6.21.5'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2007-02-11T18:51:32Z</updated>
<entry>
<title>[PATCH] docbook: add edd firmware interfaces</title>
<updated>2007-02-11T18:51:32Z</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2007-02-10T09:46:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6e8c818829587f001cacae5af4400e4e3aa90a37'/>
<id>urn:sha1:6e8c818829587f001cacae5af4400e4e3aa90a37</id>
<content type='text'>
Cleanup kernel-doc notation in drivers/firmware/edd.c.

Add edd.c to DocBook/kernel-api.tmpl.

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Acked-by: Matt Domsch &lt;Matt_Domsch@dell.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>ACPICA: Remove duplicate table definitions (non-conflicting), cont</title>
<updated>2007-02-03T02:14:29Z</updated>
<author>
<name>Alexey Starikovskiy</name>
<email>alexey.y.starikovskiy@intel.com</email>
</author>
<published>2007-02-02T16:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=15a58ed12142939d51076380e6e58af477ad96ec'/>
<id>urn:sha1:15a58ed12142939d51076380e6e58af477ad96ec</id>
<content type='text'>
Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix race in efi variable delete code</title>
<updated>2007-01-26T21:51:01Z</updated>
<author>
<name>Matt Domsch</name>
<email>Matt_Domsch@dell.com</email>
</author>
<published>2007-01-26T08:57:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=496a0fc8c5572a626de41d56d7c7ed005a2c1b48'/>
<id>urn:sha1:496a0fc8c5572a626de41d56d7c7ed005a2c1b48</id>
<content type='text'>
Fix race when deleting an EFI variable and issuing another EFI command on
the same variable.  The removal of the variable from the efivars_list
should be done in efivar_delete and not delayed until the kobject release.

Furthermore, remove the item from the list at module unload time, and use
list_for_each_entry_safe() rather than list_for_each_safe() for
readability.

Tested on ia64.

Signed-off-by: Prarit Bhargava &lt;prarit@redhat.com&gt;
Signed-off-by: Matt Domsch &lt;Matt_Domsch@dell.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] dell_rbu: fix error check</title>
<updated>2006-11-16T19:43:38Z</updated>
<author>
<name>Akinobu Mita</name>
<email>akinobu.mita@gmail.com</email>
</author>
<published>2006-11-16T09:19:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6897083abfb0156b533ab8ac42c47f68c550ca9e'/>
<id>urn:sha1:6897083abfb0156b533ab8ac42c47f68c550ca9e</id>
<content type='text'>
platform_device_register_simple() returns error code as pointer when it
fails.  The return value should be checked by IS_ERR().

Cc: Abhay Salunke &lt;abhay_salunke@dell.com&gt;
Signed-off-by: Akinobu Mita &lt;akinobu.mita@gmail.com&gt;
Cc: Matt Domsch &lt;Matt_Domsch@dell.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] i386: Disable nmi watchdog on all ThinkPads</title>
<updated>2006-10-21T16:37:02Z</updated>
<author>
<name>Andi Kleen</name>
<email>ak@suse.de</email>
</author>
<published>2006-10-21T16:37:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a1bae67243512ca30ceda48e3e24e25b543f8ab7'/>
<id>urn:sha1:a1bae67243512ca30ceda48e3e24e25b543f8ab7</id>
<content type='text'>
Even newer Thinkpads have bugs in SMM code that causes hangs with
NMI watchdog.

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] firmware/dcdbas: add size check in smi_data_write</title>
<updated>2006-10-20T17:26:44Z</updated>
<author>
<name>Doug Warzecha</name>
<email>Douglas_Warzecha@dell.com</email>
</author>
<published>2006-10-20T06:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b95936cb9267e4c90a0b92361609ef5fd85a0a5f'/>
<id>urn:sha1:b95936cb9267e4c90a0b92361609ef5fd85a0a5f</id>
<content type='text'>
Add a size check in smi_data_write to prevent possible wrapping problems
with large pos values when calling smi_data_buf_realloc on 32-bit.

Signed-off-by: Doug Warzecha &lt;Douglas_Warzecha@dell.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] firmware/efivars: handle error</title>
<updated>2006-10-11T18:14:25Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2006-10-11T08:22:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=69b2186c5fcb335e29c558e3b4e410e1939b5cc8'/>
<id>urn:sha1:69b2186c5fcb335e29c558e3b4e410e1939b5cc8</id>
<content type='text'>
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
Acked-by: Matt Domsch &lt;Matt_Domsch@dell.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] firmware/dell_rbu: handle sysfs errors</title>
<updated>2006-10-11T18:14:25Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2006-10-11T08:22:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=41bfcfd9ac0fbb59aaaa18e3ed5774e85b716de4'/>
<id>urn:sha1:41bfcfd9ac0fbb59aaaa18e3ed5774e85b716de4</id>
<content type='text'>
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
Cc: Matt Domsch &lt;Matt_Domsch@dell.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] dell_rbu: printk() warning fix</title>
<updated>2006-10-11T18:14:24Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2006-10-11T08:22:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9e42ef777f62277ea9bb70976be65bb374e00b9c'/>
<id>urn:sha1:9e42ef777f62277ea9bb70976be65bb374e00b9c</id>
<content type='text'>
drivers/firmware/dell_rbu.c: In function 'packetize_data':
drivers/firmware/dell_rbu.c:252: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'int'

Cc: Matt Domsch &lt;Matt_Domsch@dell.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] firmware/dcdbas: fix bug in error cleanup</title>
<updated>2006-10-10T23:29:37Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2006-10-10T06:58:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0968cf51b6f2ca8a951de4b976370189cf43bbdd'/>
<id>urn:sha1:0968cf51b6f2ca8a951de4b976370189cf43bbdd</id>
<content type='text'>
The error path path mistakenly called sysfs_create_group() rather than
sysfs_remove_group().  They take the same arguments, so it's easy to
cut-n-paste such a bug.

Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
