<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include, branch v2011.06-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include?h=v2011.06-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include?h=v2011.06-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2011-06-02T21:18:32Z</updated>
<entry>
<title>Minor coding style cleanup</title>
<updated>2011-06-02T21:18:32Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-06-02T21:18:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c9640865b1c16f5d23ed36afce780b6474136f2'/>
<id>urn:sha1:4c9640865b1c16f5d23ed36afce780b6474136f2</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>armv7: Add ST-Ericsson u8500 arch</title>
<updated>2011-06-01T17:22:41Z</updated>
<author>
<name>John Rigby</name>
<email>john.rigby@linaro.org</email>
</author>
<published>2011-04-19T10:42:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be72e0c8c5f6a31198dbf076005dd7a6449aa418'/>
<id>urn:sha1:be72e0c8c5f6a31198dbf076005dd7a6449aa418</id>
<content type='text'>
Based on ST-Ericsson internal git repo.

Signed-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;
CC: Albert Aribaud &lt;albert.aribaud@free.fr&gt;
</content>
</entry>
<entry>
<title>S5P: add set_mmc_clk for external clock control</title>
<updated>2011-05-26T10:33:09Z</updated>
<author>
<name>Jaehoon Chung</name>
<email>jh80.chung@samsung.com</email>
</author>
<published>2011-05-17T21:19:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=68a8cbfad93241387ee1385b9d19e3e2b7919c4e'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>S5PC2XX: Support the cpu revision</title>
<updated>2011-05-26T10:31:11Z</updated>
<author>
<name>Minkyu Kang</name>
<email>mk7.kang@samsung.com</email>
</author>
<published>2011-05-16T10:45:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5d845f2758d86f9287e2ac3d48fdcbe80ad1d21b'/>
<id>urn:sha1:5d845f2758d86f9287e2ac3d48fdcbe80ad1d21b</id>
<content type='text'>
S5PC210 SoC have two cpu revisions, and have some difference.
So, support the cpu revision for each revision.

Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>S5P:SROM config code moved to s5p-common directory</title>
<updated>2011-05-26T10:30:46Z</updated>
<author>
<name>Chander Kashyap</name>
<email>chander.kashyap@linaro.org</email>
</author>
<published>2011-04-14T19:05:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b0ad8621777048c2781393a8b6a42112598218cf'/>
<id>urn:sha1:b0ad8621777048c2781393a8b6a42112598218cf</id>
<content type='text'>
SROM config code is made common for S5P series of boards.
smdkc100.c now refers to s5p-common/sromc.c for SROM related
subroutines.

Signed-off-by: Chander Kashyap &lt;chander.kashyap@linaro.org&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>S5P: GPIO Macro Values Corrected.</title>
<updated>2011-05-26T10:30:06Z</updated>
<author>
<name>Chander Kashyap</name>
<email>chander.kashyap@linaro.org</email>
</author>
<published>2011-04-18T00:08:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=898ddf0a36855e462d7dbe0331b403829ad6a11a'/>
<id>urn:sha1:898ddf0a36855e462d7dbe0331b403829ad6a11a</id>
<content type='text'>
S5PC2XX: Macro values for Pull Up and Driver Strength were wrong.
S5PC1XX: Macro values for Driver Strength were wrong.

Signed-off-by: Chander Kashyap &lt;chander.kashyap@linaro.org&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>MX31: drop warnings due to missing prototype for mxc_watchdog_reset()</title>
<updated>2011-05-23T06:36:46Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-05-20T09:01:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bdb3c20386e0c3b80c1e5d2408ce567c1df1ca18'/>
<id>urn:sha1:bdb3c20386e0c3b80c1e5d2408ce567c1df1ca18</id>
<content type='text'>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>remove __attribute__ ((packed)) in at91 headers</title>
<updated>2011-05-18T05:56:52Z</updated>
<author>
<name>Jens Scharsig</name>
<email>js_at_ng@scharsoft.de</email>
</author>
<published>2010-12-22T01:16:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=673678eacf35abac3e9d2cb5dca9b15433e21080'/>
<id>urn:sha1:673678eacf35abac3e9d2cb5dca9b15433e21080</id>
<content type='text'>
* remove __attribute__ ((packed)) to prevent byte access
  to soc registers in some gcc version

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
</content>
</entry>
<entry>
<title>AT91: remove LEGACY from at91_rstc.h</title>
<updated>2011-05-18T05:56:51Z</updated>
<author>
<name>Reinhard Meyer</name>
<email>u-boot@emk-elektronik.de</email>
</author>
<published>2010-11-10T17:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=50f750022b0cab3b047b9544d3ce769708f2bd78'/>
<id>urn:sha1:50f750022b0cab3b047b9544d3ce769708f2bd78</id>
<content type='text'>
Signed-off-by: Reinhard Meyer &lt;u-boot@emk-elektronik.de&gt;
</content>
</entry>
<entry>
<title>AT91: change includes from asm/arch/io.h to asm/io.h</title>
<updated>2011-05-18T05:56:51Z</updated>
<author>
<name>Reinhard Meyer</name>
<email>u-boot@emk-elektronik.de</email>
</author>
<published>2010-11-07T12:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=86592f60595f5dcebde01c9a4135485fbf2a61d6'/>
<id>urn:sha1:86592f60595f5dcebde01c9a4135485fbf2a61d6</id>
<content type='text'>
and remove the now unused asm/arch-at91/io.h

Signed-off-by: Reinhard Meyer &lt;u-boot@emk-elektronik.de&gt;
</content>
</entry>
</feed>
