<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/firmware/WHENCE, branch v2.6.27.57</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/firmware/WHENCE?h=v2.6.27.57</id>
<link rel='self' href='https://git.amat.us/linux/atom/firmware/WHENCE?h=v2.6.27.57'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2008-07-14T21:45:46Z</updated>
<entry>
<title>firmware: convert sb16_csp driver to use firmware loader exclusively</title>
<updated>2008-07-14T21:45:46Z</updated>
<author>
<name>Jaswinder Singh</name>
<email>jaswinder@infradead.org</email>
</author>
<published>2008-07-05T12:35:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d71792ac3d48df6693f7b339e02494efc27036c3'/>
<id>urn:sha1:d71792ac3d48df6693f7b339e02494efc27036c3</id>
<content type='text'>
Signed-off-by: Jaswinder Singh &lt;jaswinder@infradead.org&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>dsp56k: use request_firmware</title>
<updated>2008-07-14T21:45:32Z</updated>
<author>
<name>Jaswinder Singh</name>
<email>jaswinder@infradead.org</email>
</author>
<published>2008-07-05T09:58:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7f127d5ed0da66053482a3e18014c439da3c41d1'/>
<id>urn:sha1:7f127d5ed0da66053482a3e18014c439da3c41d1</id>
<content type='text'>
Signed-off-by: Jaswinder Singh &lt;jaswinder@infradead.org&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>edgeport-ti: use request_firmware()</title>
<updated>2008-07-14T21:44:39Z</updated>
<author>
<name>Jaswinder Singh</name>
<email>jaswinder@infradead.org</email>
</author>
<published>2008-07-04T17:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d12b219a228efe92f0778ed3af21305e65fbb052'/>
<id>urn:sha1:d12b219a228efe92f0778ed3af21305e65fbb052</id>
<content type='text'>
Firmware blob looks like this...
        uint8_t  MajorVersion
        uint8_t  MinorVersion
        __le16   BuildNumber
        uint8_t  data[]

Signed-off-by: Jaswinder Singh &lt;jaswinder@infradead.org&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>edgeport: use request_firmware()</title>
<updated>2008-07-14T21:44:37Z</updated>
<author>
<name>Jaswinder Singh</name>
<email>jaswinder@infradead.org</email>
</author>
<published>2008-07-03T11:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5b9ea9322605da09d6f7119f03f71cc52b044911'/>
<id>urn:sha1:5b9ea9322605da09d6f7119f03f71cc52b044911</id>
<content type='text'>
Version number provided in first HEX record.

Signed-off-by: Jaswinder Singh &lt;jaswinder@infradead.org&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>vicam: use request_firmware()</title>
<updated>2008-07-14T21:44:32Z</updated>
<author>
<name>Jaswinder Singh</name>
<email>jaswinder@infradead.org</email>
</author>
<published>2008-06-27T14:20:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=fb54be8755d386008bfadb7fc8ff89451fa3a9c9'/>
<id>urn:sha1:fb54be8755d386008bfadb7fc8ff89451fa3a9c9</id>
<content type='text'>
Although it wasn't actually using ihex records before, we use the Intel
HEX record format for this firmware -- because that gives us a simple
way to split it into separate chunks internally as we need, without
loading each part as a separate file.

Signed-off-by: Jaswinder Singh &lt;jaswinder@infradead.org&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>dabusb: use request_firmware()</title>
<updated>2008-07-14T21:44:21Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2008-06-23T10:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c466774636b3cc43c2c304b44e52974d9d53f3e0'/>
<id>urn:sha1:c466774636b3cc43c2c304b44e52974d9d53f3e0</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>cpia2: use request_firmware()</title>
<updated>2008-07-14T21:43:28Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2008-06-23T10:36:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=04a33e406a062cd1bb55014ee17a3558109a2d74'/>
<id>urn:sha1:04a33e406a062cd1bb55014ee17a3558109a2d74</id>
<content type='text'>
Thanks for Jaswinder Singh for converting the firmware blob itself to ihex.

Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
</entry>
<entry>
<title>ip2: use request_firmware()</title>
<updated>2008-07-10T13:49:41Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2008-06-11T15:57:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=547d8bb7ddf7f5d9f53741086a394c8318e15f16'/>
<id>urn:sha1:547d8bb7ddf7f5d9f53741086a394c8318e15f16</id>
<content type='text'>
Converted with help from Jaswinder Singh

Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
Acked-by: Alan Cox &lt;alan@redhat.com&gt;
</content>
</entry>
<entry>
<title>whiteheat: use request_firmware()</title>
<updated>2008-07-10T13:49:38Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2008-05-30T22:35:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ec6752f5afce659025962e25fb2f42b3911254a1'/>
<id>urn:sha1:ec6752f5afce659025962e25fb2f42b3911254a1</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>ti_usb_3410_5052: use request_firmware()</title>
<updated>2008-07-10T13:49:34Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2008-05-30T15:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5f24e2d6b40f0c74ce5bfaddfdb89f9bfae4b594'/>
<id>urn:sha1:5f24e2d6b40f0c74ce5bfaddfdb89f9bfae4b594</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
</feed>
