<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/mtd, branch v2011.09-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/'/>
<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='https://fedorapeople.org/cgit/ausil/public_git/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='https://fedorapeople.org/cgit/ausil/public_git/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='https://fedorapeople.org/cgit/ausil/public_git/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='https://fedorapeople.org/cgit/ausil/public_git/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>
<entry>
<title>mtd/spi/macronix.c: add MX25L4005 and MX25L8005</title>
<updated>2011-08-02T19:54:40+00:00</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@andestech.com</email>
</author>
<published>2011-04-20T16:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=2d722e0549375306c237131d894a2ef732ae0b07'/>
<id>2d722e0549375306c237131d894a2ef732ae0b07</id>
<content type='text'>
Add support of MX25L4005 and MX25L8005 according to the datasheet
http://www.mct.net/download/macronix/mx25l8005.pdf

This patch has been tested with MX25L4005 and MX25L8005

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support of MX25L4005 and MX25L8005 according to the datasheet
http://www.mct.net/download/macronix/mx25l8005.pdf

This patch has been tested with MX25L4005 and MX25L8005

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: sst: support newer standardized flashes</title>
<updated>2011-07-26T14:32:59+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-04-25T06:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=8875bdb34161f9fff13757161fa7d89846003d00'/>
<id>8875bdb34161f9fff13757161fa7d89846003d00</id>
<content type='text'>
Newer SST flashes have dropped the Auto Address Increment (AAI) word
programming (WP) modes in favor of the standard page programming mode
that most flashes now support.  So add a flags field to the different
flashes to support both modes with new and old styles.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Newer SST flashes have dropped the Auto Address Increment (AAI) word
programming (WP) modes in favor of the standard page programming mode
that most flashes now support.  So add a flags field to the different
flashes to support both modes with new and old styles.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: unify write disable commands</title>
<updated>2011-07-26T14:32:15+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-04-25T06:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=66ecb7cdb03d451ddc87bc026050f5a539877bf1'/>
<id>66ecb7cdb03d451ddc87bc026050f5a539877bf1</id>
<content type='text'>
Every spi flash uses the same write disable command, so unify this in
the common code.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Fixed commit message.
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Every spi flash uses the same write disable command, so unify this in
the common code.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Fixed commit message.
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: eon/stmicro: inline useless ID defines</title>
<updated>2011-07-26T14:31:07+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-04-23T23:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=fba2c44e464a610f293ff1a381a16e8442953dd3'/>
<id>fba2c44e464a610f293ff1a381a16e8442953dd3</id>
<content type='text'>
These defines are used in only one place, so just inline them.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These defines are used in only one place, so just inline them.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: kill off now-unused local state</title>
<updated>2011-07-26T14:29:59+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-06-28T07:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=b06afa75faeea2498447c56df1abaa23dbedb689'/>
<id>b06afa75faeea2498447c56df1abaa23dbedb689</id>
<content type='text'>
Now that the common spi_flash structure tracks all the info that these
drivers need, kill off their local state indirection and use just what
the common code provides.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that the common spi_flash structure tracks all the info that these
drivers need, kill off their local state indirection and use just what
the common code provides.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: unify write funcs</title>
<updated>2011-07-26T14:29:27+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-04-25T06:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=d4aa500913adf074ad85b1b74bf79e9abb104a70'/>
<id>d4aa500913adf074ad85b1b74bf79e9abb104a70</id>
<content type='text'>
Once we add a new page_size field for write lengths, we can unify the
write methods for most of the spi flash drivers.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Once we add a new page_size field for write lengths, we can unify the
write methods for most of the spi flash drivers.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
