<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers, branch v2009.11</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>nand: Fix access to last block in NAND devices</title>
<updated>2009-12-11T19:11:57+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2009-12-09T08:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f4cfe42758192d09f8375e384cc000aa70d97029'/>
<id>f4cfe42758192d09f8375e384cc000aa70d97029</id>
<content type='text'>
Currently, the last block of NAND devices can't be accessed. This patch
fixes this issue by correcting the boundary checking (off-by-one error).

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Scott Wood &lt;scottwood@freescale.com&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the last block of NAND devices can't be accessed. This patch
fixes this issue by correcting the boundary checking (off-by-one error).

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Scott Wood &lt;scottwood@freescale.com&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix computation in nand_util.c:get_len_incl_bad</title>
<updated>2009-12-07T21:38:16+00:00</updated>
<author>
<name>Daniel Hobi</name>
<email>daniel.hobi@schmid-telecom.ch</email>
</author>
<published>2009-12-01T13:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0ec81db20294efdad2454a753e79f1fe244a43ca'/>
<id>0ec81db20294efdad2454a753e79f1fe244a43ca</id>
<content type='text'>
Depending on offset, flash size and the number of bad blocks,
get_len_incl_bad may return a too small value which may lead to:

1) If there are no bad blocks, nand_{read,write}_skip_bad chooses the
bad block aware read/write code. This may hurt performance, but does
not have any adverse effects.

2) If there are bad blocks, the nand_{read,write}_skip_bad may choose
the bad block unaware read/write code (if len_incl_bad == *length)
which leads to corrupted data.

Signed-off-by: Daniel Hobi &lt;daniel.hobi@schmid-telecom.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Depending on offset, flash size and the number of bad blocks,
get_len_incl_bad may return a too small value which may lead to:

1) If there are no bad blocks, nand_{read,write}_skip_bad chooses the
bad block aware read/write code. This may hurt performance, but does
not have any adverse effects.

2) If there are bad blocks, the nand_{read,write}_skip_bad may choose
the bad block unaware read/write code (if len_incl_bad == *length)
which leads to corrupted data.

Signed-off-by: Daniel Hobi &lt;daniel.hobi@schmid-telecom.ch&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>smc911x: fix typo in smc911x_handle_mac_address name</title>
<updated>2009-12-07T21:04:02+00:00</updated>
<author>
<name>Mike Rapoport</name>
<email>mike@compulab.co.il</email>
</author>
<published>2009-11-11T08:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=45b6b65c6bf06a589ef3123192af94b0381db27b'/>
<id>45b6b65c6bf06a589ef3123192af94b0381db27b</id>
<content type='text'>
Signed-off-by: Mike Rapoport &lt;mike@compulab.co.il&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mike Rapoport &lt;mike@compulab.co.il&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>RTC: Fix return code in MC13783 RTC driver.</title>
<updated>2009-12-02T22:29:18+00:00</updated>
<author>
<name>Magnus Lilja</name>
<email>lilja.magnus@gmail.com</email>
</author>
<published>2009-11-11T18:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f3a7bddc06c927c36a1a99a97131299479ef207a'/>
<id>f3a7bddc06c927c36a1a99a97131299479ef207a</id>
<content type='text'>
Signed-off-by: Magnus Lilja &lt;lilja.magnus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Magnus Lilja &lt;lilja.magnus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>m41t11: Remove unused functions</title>
<updated>2009-12-02T22:21:02+00:00</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2009-11-09T21:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=06015146a15adc7455440c491d543f6a8091551d'/>
<id>06015146a15adc7455440c491d543f6a8091551d</id>
<content type='text'>
Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for CS2 dataflash for Atmel-SPI.</title>
<updated>2009-11-23T22:43:37+00:00</updated>
<author>
<name>Remy Bohmer</name>
<email>linux@bohmer.net</email>
</author>
<published>2009-10-28T21:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=41dfd8a60324243dbe2dc313a607910824a68aa7'/>
<id>41dfd8a60324243dbe2dc313a607910824a68aa7</id>
<content type='text'>
The only missing chipselect line support is CS2, and I need it on
CS2...

Signed-off-by: Remy Bohmer &lt;linux@bohmer.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The only missing chipselect line support is CS2, and I need it on
CS2...

Signed-off-by: Remy Bohmer &lt;linux@bohmer.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: fix stmicro offset setup while erasing</title>
<updated>2009-11-22T22:56:36+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-10-14T23:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fcffb680e77fcb48598d4a9944dbe2d4503170e0'/>
<id>fcffb680e77fcb48598d4a9944dbe2d4503170e0</id>
<content type='text'>
Reported-by: Peter Gombos &lt;gombos@protecta.hu&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Peter Gombos &lt;gombos@protecta.hu&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: new driver for Winbond W25X16/32/64 devices</title>
<updated>2009-11-22T22:54:18+00:00</updated>
<author>
<name>Jason McMullan</name>
<email>mcmullan@netapp.com</email>
</author>
<published>2009-10-09T21:12:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d394a7795027d96ca55799df40bd5c4a13dbeebe'/>
<id>d394a7795027d96ca55799df40bd5c4a13dbeebe</id>
<content type='text'>
Signed-off-by: Jason McMullan &lt;jason.mcmullan@gmail.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: Jason McMullan &lt;jason.mcmullan@gmail.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add driver for FTRTC010 real time clock</title>
<updated>2009-11-22T21:26:35+00:00</updated>
<author>
<name>Po-Yu Chuang</name>
<email>ratbert.chuang@gmail.com</email>
</author>
<published>2009-09-23T07:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f2cea405f83da46b72098ea874fb3eefe185d312'/>
<id>f2cea405f83da46b72098ea874fb3eefe185d312</id>
<content type='text'>
Signed-off-by: Po-Yu Chuang &lt;ratbert@faraday-tech.com&gt;

Edited 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>
Signed-off-by: Po-Yu Chuang &lt;ratbert@faraday-tech.com&gt;

Edited commit message.
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>smc911x: make smc911x_initialize return correct value</title>
<updated>2009-11-13T05:25:57+00:00</updated>
<author>
<name>Mike Rapoport</name>
<email>mike@compulab.co.il</email>
</author>
<published>2009-11-12T13:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fbd47b6753b08162436d9ccad1e63c8d43ede54c'/>
<id>fbd47b6753b08162436d9ccad1e63c8d43ede54c</id>
<content type='text'>
Make smc911x_initialize return -1 on error and number of interfaces
detected otherwise.

Signed-off-by: Mike Rapoport &lt;mike@compulab.co.il&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make smc911x_initialize return -1 on error and number of interfaces
detected otherwise.

Signed-off-by: Mike Rapoport &lt;mike@compulab.co.il&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
