<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers, branch v2011.06-rc3</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>macb: fix compile warning</title>
<updated>2011-06-21T20:26:22+00:00</updated>
<author>
<name>andreas.devel@googlemail.com</name>
<email>andreas.devel@googlemail.com</email>
</author>
<published>2011-06-09T02:08:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6c169c12d7782335be2f1d303622bcd0e1d00a02'/>
<id>6c169c12d7782335be2f1d303622bcd0e1d00a02</id>
<content type='text'>
This patch fixes following compile warning:

---8&lt;---
macb.c: In function 'macb_write_hwaddr':
macb.c:525:2: warning: dereferencing type-punned pointer will break strict-aliasing rules
---&gt;8---

Signed-off-by: Andreas Bießmann &lt;andreas.devel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes following compile warning:

---8&lt;---
macb.c: In function 'macb_write_hwaddr':
macb.c:525:2: warning: dereferencing type-punned pointer will break strict-aliasing rules
---&gt;8---

Signed-off-by: Andreas Bießmann &lt;andreas.devel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>at91_emac: fix compile warning</title>
<updated>2011-06-21T20:26:22+00:00</updated>
<author>
<name>andreas.devel@googlemail.com</name>
<email>andreas.devel@googlemail.com</email>
</author>
<published>2011-06-09T00:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2321bfe425385494da8739d7d7e9dd3a5ca18a84'/>
<id>2321bfe425385494da8739d7d7e9dd3a5ca18a84</id>
<content type='text'>
This patch removes the warning

---8&lt;---
at91_emac.c: In function 'at91emac_write_hwaddr':
at91_emac.c:487:2: warning: dereferencing type-punned pointer will break strict-aliasing rules
---&gt;8---

Signed-off-by: Andreas Bießmann &lt;andreas.devel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the warning

---8&lt;---
at91_emac.c: In function 'at91emac_write_hwaddr':
at91_emac.c:487:2: warning: dereferencing type-punned pointer will break strict-aliasing rules
---&gt;8---

Signed-off-by: Andreas Bießmann &lt;andreas.devel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ATMEL spi_dataflash driver - fix to build again</title>
<updated>2011-06-21T20:26:22+00:00</updated>
<author>
<name>Reinhard Meyer</name>
<email>u-boot@emk-elektronik.de</email>
</author>
<published>2011-06-06T00:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=576e7a10c4efce5f0167626ea427609994c74fdc'/>
<id>576e7a10c4efce5f0167626ea427609994c74fdc</id>
<content type='text'>
The rework effort for ATMEL (AT91/AVR32) accidentially broke build of
this driver. Fix this to make it build again. However this driver should
be reworked as soon as possible!

Signed-off-by: Reinhard Meyer &lt;u-boot@emk-elektronik.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The rework effort for ATMEL (AT91/AVR32) accidentially broke build of
this driver. Fix this to make it build again. However this driver should
be reworked as soon as possible!

Signed-off-by: Reinhard Meyer &lt;u-boot@emk-elektronik.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>update arm/at91rm9200 work with rework rework110202</title>
<updated>2011-06-21T20:26:21+00:00</updated>
<author>
<name>Jens Scharsig</name>
<email>js_at_ng@scharsoft.de</email>
</author>
<published>2011-02-19T06:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=807339944419aa238003e6361be2513c719ab26c'/>
<id>807339944419aa238003e6361be2513c719ab26c</id>
<content type='text'>
* convert at91rm9200ek and eb_cpux9k2 board to ATMEL_xxx name scheme
 * Fix: timer.c compile error io.h not found with arm/at91rm9200
 * update arm920t/at91 to ATMEL_xxx name scheme
 * update arm920t/at91 soc lib
 * update at91_emac driver

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
Tested-by: Andreas Bießmann &lt;andreas.devel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* convert at91rm9200ek and eb_cpux9k2 board to ATMEL_xxx name scheme
 * Fix: timer.c compile error io.h not found with arm/at91rm9200
 * update arm920t/at91 to ATMEL_xxx name scheme
 * update arm920t/at91 soc lib
 * update at91_emac driver

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
Tested-by: Andreas Bießmann &lt;andreas.devel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mxc_spi.c: typo fixed</title>
<updated>2011-06-21T20:26:21+00:00</updated>
<author>
<name>Helmut Raiger</name>
<email>helmut.raiger@hale.at</email>
</author>
<published>2011-06-15T01:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=61a58a16f85fe51a65ce6f6fdfa7f7fd8e05978a'/>
<id>61a58a16f85fe51a65ce6f6fdfa7f7fd8e05978a</id>
<content type='text'>
Signed-off-by: Helmut Raiger &lt;helmut.raiger@hale.at&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Helmut Raiger &lt;helmut.raiger@hale.at&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sf: kick watchdog when polling</title>
<updated>2011-06-01T20:21:42+00:00</updated>
<author>
<name>Patrick Sestier</name>
<email>psestier@mircom.com</email>
</author>
<published>2011-04-15T14:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bd0d19cc5f346ff6504d47497ec799e066168b96'/>
<id>bd0d19cc5f346ff6504d47497ec799e066168b96</id>
<content type='text'>
The status polling can take a while, so make sure we kick the
watchdog after each successful poll.

Signed-off-by: Patrick Sestier &lt;psestier@mircom.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>
The status polling can take a while, so make sure we kick the
watchdog after each successful poll.

Signed-off-by: Patrick Sestier &lt;psestier@mircom.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>I2C: Add driver for ST-Ericsson U8500 i2c</title>
<updated>2011-06-01T17:22:47+00:00</updated>
<author>
<name>Michael Brandt</name>
<email>michael.brandt@stericsson.com</email>
</author>
<published>2011-04-19T10:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d3d6427a3f62bd6a652e1b90bd4ecec8f8b651ec'/>
<id>d3d6427a3f62bd6a652e1b90bd4ecec8f8b651ec</id>
<content type='text'>
Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;
CC: Heiko Schocher &lt;hs@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;
CC: Heiko Schocher &lt;hs@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mvgbe: enable configurability of PORT_SERIAL_CONTROL_VALUE</title>
<updated>2011-05-31T17:46:14+00:00</updated>
<author>
<name>Valentin Longchamp</name>
<email>valentin.longchamp@keymile.com</email>
</author>
<published>2011-05-31T02:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d3920144e132eb7f30d40d4a5ad13ae85d2e2818'/>
<id>d3920144e132eb7f30d40d4a5ad13ae85d2e2818</id>
<content type='text'>
This allows this configuration to be defined differently for some
boards that request it.

Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
cc: Holger Brunck &lt;holger.brunck@keymile.com&gt;
cc: Heiko Schocher &lt;hs@denx.de&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
cc: Detlev Zundel &lt;dzu@denx.de&gt;
cc: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows this configuration to be defined differently for some
boards that request it.

Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
cc: Holger Brunck &lt;holger.brunck@keymile.com&gt;
cc: Heiko Schocher &lt;hs@denx.de&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
cc: Detlev Zundel &lt;dzu@denx.de&gt;
cc: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>S5P: add set_mmc_clk for external clock control</title>
<updated>2011-05-26T10:33:09+00:00</updated>
<author>
<name>Jaehoon Chung</name>
<email>jh80.chung@samsung.com</email>
</author>
<published>2011-05-17T21:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=68a8cbfad93241387ee1385b9d19e3e2b7919c4e'/>
<id>68a8cbfad93241387ee1385b9d19e3e2b7919c4e</id>
<content type='text'>
This patch added set_mmc_clk for external clock control.

c210 didn't support host clock control.
So We need external_clock_control function for c210.

Signed-off-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch added set_mmc_clk for external clock control.

c210 didn't support host clock control.
So We need external_clock_control function for c210.

Signed-off-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MMC S5P: Fix typo</title>
<updated>2011-05-26T10:30:19+00:00</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2011-05-15T05:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=810423f405f32873675335c60ea9c3df1e8d3449'/>
<id>810423f405f32873675335c60ea9c3df1e8d3449</id>
<content type='text'>
Fix typo resulting in the compilation error

s5p_mmc.c: In function 's5p_mmc_initialize':
s5p_mmc.c:469: error: 'struct mmc' has no member named 'm_bmax'

introduced by commit "MMC: make b_max unconditional"
(8feafcc49c0b7a9c541904f95a43dbef2fecc38b)

Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
CC: John Rigby &lt;john.rigby@linaro.org&gt;
CC: Andy Fleming &lt;afleming@freescale.com&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo resulting in the compilation error

s5p_mmc.c: In function 's5p_mmc_initialize':
s5p_mmc.c:469: error: 'struct mmc' has no member named 'm_bmax'

introduced by commit "MMC: make b_max unconditional"
(8feafcc49c0b7a9c541904f95a43dbef2fecc38b)

Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
CC: John Rigby &lt;john.rigby@linaro.org&gt;
CC: Andy Fleming &lt;afleming@freescale.com&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
