<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/mtd/spi, branch v2012.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>sf: eeprom_m95xxx: set a sane default timeout</title>
<updated>2012-02-12T20:18:28+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2012-01-20T03:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8b463dab933f3bb1e4ec703a9e3cbfca2f031334'/>
<id>8b463dab933f3bb1e4ec703a9e3cbfca2f031334</id>
<content type='text'>
Every board currently defines this to the same value, so just default
to that to avoid having to make everyone do the same thing.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Every board currently defines this to the same value, so just default
to that to avoid having to make everyone do the same thing.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: eeprom_m95xxx: fix up style</title>
<updated>2012-02-12T20:18:28+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2012-01-20T03:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a1f77b696dfd4b5cb0f525dd8bc0e7afb4abc343'/>
<id>a1f77b696dfd4b5cb0f525dd8bc0e7afb4abc343</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: Add spi_boot() to allow booting from SPI flash in an SPL</title>
<updated>2011-12-24T09:23:30+00:00</updated>
<author>
<name>Christian Riesch</name>
<email>christian.riesch@omicron.at</email>
</author>
<published>2011-12-09T09:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=32b1127397a305ae0bc0a55ed9c4421fb570ef78'/>
<id>32b1127397a305ae0bc0a55ed9c4421fb570ef78</id>
<content type='text'>
Signed-off-by: Christian Riesch &lt;christian.riesch@omicron.at&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
Cc: Scott Wood &lt;scottwood@freescale.com&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Christian Riesch &lt;christian.riesch@omicron.at&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
Cc: Scott Wood &lt;scottwood@freescale.com&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: fix erase debug output</title>
<updated>2011-12-05T20:55:24+00:00</updated>
<author>
<name>Vadim Bendebury</name>
<email>vbendeb@chromium.org</email>
</author>
<published>2011-10-12T11:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1f6734cf502586d758b0569f5d921b71277688bd'/>
<id>1f6734cf502586d758b0569f5d921b71277688bd</id>
<content type='text'>
We want to show the length, so multiplying by sector size makes no sense.
This is a hold over from the erase code before the big refactor.

Signed-off-by: Vadim Bendebury &lt;vbendeb@chromium.org&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to show the length, so multiplying by sector size makes no sense.
This is a hold over from the erase code before the big refactor.

Signed-off-by: Vadim Bendebury &lt;vbendeb@chromium.org&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>spi/eon: add support for new EON spi flash EN25Q32B</title>
<updated>2011-10-23T21:32:43+00:00</updated>
<author>
<name>Shaohui Xie</name>
<email>Shaohui.Xie@freescale.com</email>
</author>
<published>2011-09-27T01:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=23d8f778c8f81b25d3bcecb8c4cdc97d6685af25'/>
<id>23d8f778c8f81b25d3bcecb8c4cdc97d6685af25</id>
<content type='text'>
Signed-off-by: Shaohui Xie &lt;Shaohui.Xie@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Shaohui Xie &lt;Shaohui.Xie@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: eon: add support for EN25Q32B parts</title>
<updated>2011-09-29T20:51:16+00:00</updated>
<author>
<name>Shaohui Xie</name>
<email>Shaohui.Xie@freescale.com</email>
</author>
<published>2011-09-27T11:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bd75c63a94dc3f2bab02ee59f23ff4131c62709d'/>
<id>bd75c63a94dc3f2bab02ee59f23ff4131c62709d</id>
<content type='text'>
Signed-off-by: Shaohui Xie &lt;Shaohui.Xie@freescale.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Shaohui Xie &lt;Shaohui.Xie@freescale.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: fix debug format string warning</title>
<updated>2011-09-21T21:05:15+00:00</updated>
<author>
<name>Vadim Bendebury</name>
<email>vbendeb@chromium.org</email>
</author>
<published>2011-09-11T18:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3f96ee334756135a8e3e4ec2f29308e9bc88f102'/>
<id>3f96ee334756135a8e3e4ec2f29308e9bc88f102</id>
<content type='text'>
On some systems, we get a warning when %lu is used with size_t's, so
use the correct format string.

Signed-off-by: Vadim Bendebury &lt;vbendeb@chromium.org&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On some systems, we get a warning when %lu is used with size_t's, so
use the correct format string.

Signed-off-by: Vadim Bendebury &lt;vbendeb@chromium.org&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: winbond: Add support for the Winbond W25X40</title>
<updated>2011-09-05T14:03:00+00:00</updated>
<author>
<name>James Le Cuirot</name>
<email>chewi@aura-online.co.uk</email>
</author>
<published>2011-07-15T06:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ad8e3bd65766f670007bc5ae7c19b64e69e3dceb'/>
<id>ad8e3bd65766f670007bc5ae7c19b64e69e3dceb</id>
<content type='text'>
The Winbond W25X40 is now being used in the IP02 (and possibly IP04).
Tested and working on the actual device.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Winbond W25X40 is now being used in the IP02 (and possibly IP04).
Tested and working on the actual device.
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: macronix: disable write protection when initializing</title>
<updated>2011-08-02T20:02:34+00:00</updated>
<author>
<name>Simon Guinot</name>
<email>sguinot@lacie.com</email>
</author>
<published>2011-05-02T11:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7432ed05a3b59e2dc919ab3c74fb2114177bf1a3'/>
<id>7432ed05a3b59e2dc919ab3c74fb2114177bf1a3</id>
<content type='text'>
Signed-off-by: Simon Guinot &lt;sguinot@lacie.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simon Guinot &lt;sguinot@lacie.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: spansion: add support for S25FL129P_64K</title>
<updated>2011-08-02T20:01:27+00:00</updated>
<author>
<name>Shaohui Xie</name>
<email>b21989@freescale.com</email>
</author>
<published>2011-04-20T20:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9445ce0873d5b825224683541693412f22de13c5'/>
<id>9445ce0873d5b825224683541693412f22de13c5</id>
<content type='text'>
Signed-off-by: Shaohui Xie &lt;b21989@freescale.com&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Shaohui Xie &lt;b21989@freescale.com&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
