<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include/asm/arch-davinci, branch v2011.12</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/asm/arch-davinci?h=v2011.12</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-davinci?h=v2011.12'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2011-12-19T11:03:40Z</updated>
<entry>
<title>Coding Style cleanup</title>
<updated>2011-12-19T11:03:40Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-12-19T11:03:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6b62b9a31de421bc3646c4dc1063c6d037de62b3'/>
<id>urn:sha1:6b62b9a31de421bc3646c4dc1063c6d037de62b3</id>
<content type='text'>
Fix trailing white space, indentation by spaces instead of TABs,
excessive blank lines, trailing blank lines.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>arm, davinci, da850: add uart1 tx rx pinmux config</title>
<updated>2011-12-06T22:59:37Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2011-11-29T02:33:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7f34b1163a4b5be319d5b87a8027bdab7c765e93'/>
<id>urn:sha1:7f34b1163a4b5be319d5b87a8027bdab7c765e93</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Acked-by: Tom Rini &lt;trini@ti.com&gt;
Cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Cc: Tom Rini &lt;tom.rini@gmail.com&gt;
Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Cc: Christian Riesch &lt;christian.riesch@omicron.at&gt;
</content>
</entry>
<entry>
<title>arm, davinci: move davinci_rtc struct to hardware.h</title>
<updated>2011-12-06T22:59:37Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2011-11-29T02:33:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b5ce18a235b9b7064575a817576a8aa2c64f30ac'/>
<id>urn:sha1:b5ce18a235b9b7064575a817576a8aa2c64f30ac</id>
<content type='text'>
move struct davinci_rtc to arch/arm/include/asm/arch-davinci/hardware.h
and add RTC_KICK0R_WE, RTC_KICK1R_WE defines,
so they are global useable.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>arm, da850: Add pinmux configurations to the arch tree</title>
<updated>2011-12-06T22:59:36Z</updated>
<author>
<name>Christian Riesch</name>
<email>christian.riesch@omicron.at</email>
</author>
<published>2011-11-28T23:46:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=516fb1c4c02d4e103a382dd9b0e1ada02fd389cd'/>
<id>urn:sha1:516fb1c4c02d4e103a382dd9b0e1ada02fd389cd</id>
<content type='text'>
Up to now nearly every davinci board has separate code for the
definition of pinmux configurations. This patch adds pinmux
configurations for the DA850 SoCs to the arch tree which may later
be used for all DA850 based boards.

Signed-off-by: Christian Riesch &lt;christian.riesch@omicron.at&gt;
Cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>arm, davinci: Move pinmux functions from board to arch tree</title>
<updated>2011-12-06T22:59:36Z</updated>
<author>
<name>Christian Riesch</name>
<email>christian.riesch@omicron.at</email>
</author>
<published>2011-11-28T23:46:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=964930bcfdc67112ea76727163f3408bcf40f614'/>
<id>urn:sha1:964930bcfdc67112ea76727163f3408bcf40f614</id>
<content type='text'>
Signed-off-by: Christian Riesch &lt;christian.riesch@omicron.at&gt;
Cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Sudhakar Rajashekhara &lt;sudhakar.raj@ti.com&gt;
Cc: Syed Mohammed Khasim &lt;sm.khasim@gmail.com&gt;
Cc: Sughosh Ganu &lt;urwithsughosh@gmail.com&gt;
Cc: Nick Thompson &lt;nick.thompson@ge.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
Acked-by: Nick Thompson &lt;nick.thompson@ge.com&gt;
</content>
</entry>
<entry>
<title>davinci_emac: move arch-independent defines to separate header</title>
<updated>2011-12-06T22:59:35Z</updated>
<author>
<name>Ilya Yanok</name>
<email>yanok@emcraft.com</email>
</author>
<published>2011-11-28T06:37:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7c587d320d110e41008bc7b658655d22485d05a6'/>
<id>urn:sha1:7c587d320d110e41008bc7b658655d22485d05a6</id>
<content type='text'>
DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs
also. This patch moves common defines from arch-davinci/emac_defs.h to
drivers/net/davinci_emac.h

DaVinci specific PHY drivers hacked to include the new header. We might
want to switch to phylib in future.

Signed-off-by: Ilya Yanok &lt;yanok@emcraft.com&gt;
</content>
</entry>
<entry>
<title>hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines</title>
<updated>2011-11-29T14:43:40Z</updated>
<author>
<name>Christian Riesch</name>
<email>christian.riesch@omicron.at</email>
</author>
<published>2011-11-19T00:45:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=581a811c3fefd771f0eedb7af3b60ac86518a56b'/>
<id>urn:sha1:581a811c3fefd771f0eedb7af3b60ac86518a56b</id>
<content type='text'>
This patch replaces the HAWKBOARD_KICK{0,1}_UNLOCK defines by
DV_SYSCFG_KICK{0,1}_UNLOCK.

The kick register values are not hawkboard specific but may be used
for all davinci boards. In commit f3c149d6c6e5ba8dd72baa86fe527837e4fb0e9a
new defines for these values wer introduced.

Signed-off-by: Christian Riesch &lt;christian.riesch@omicron.at&gt;
Cc: Syed Mohammed Khasim &lt;sm.khasim@gmail.com&gt;
Cc: Sughosh Ganu &lt;urwithsughosh@gmail.com&gt;
Cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>arm, davinci: add DAVINCI_MMC_CLKID</title>
<updated>2011-11-15T21:25:51Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2011-11-15T15:03:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=75acc4d7c1c9081e06d1197c6da01361cf1bce92'/>
<id>urn:sha1:75acc4d7c1c9081e06d1197c6da01361cf1bce92</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>arm, davinci: da850/dm365 lowlevel cleanup</title>
<updated>2011-11-15T21:25:51Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2011-11-15T15:00:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f3c149d6c6e5ba8dd72baa86fe527837e4fb0e9a'/>
<id>urn:sha1:f3c149d6c6e5ba8dd72baa86fe527837e4fb0e9a</id>
<content type='text'>
- Cleanup a lot of fix values, and use defines instead.
- Also make some values configurable through the board config
  file.
- delete the NAND_SPL code for da850, as it is not used actually
- remove the asm code

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Wolfgang Denk &lt;hs@denx.de&gt;
Cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Cc: Tom Rini &lt;tom.rini@gmail.com&gt;
Cc: Christian Riesch &lt;christian.riesch@omicron.at&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>arm, davinci: Rename AM1808 lowlevel functions to DA850</title>
<updated>2011-11-08T13:55:07Z</updated>
<author>
<name>Christian Riesch</name>
<email>christian.riesch@omicron.at</email>
</author>
<published>2011-11-08T13:55:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=effea9d18c282c3d808f79011adfa21b2b48e32b'/>
<id>urn:sha1:effea9d18c282c3d808f79011adfa21b2b48e32b</id>
<content type='text'>
Rename arch/arm/cpu/arm926ejs/davinci/am1808_lowlevel.c and
arch/arm/include/asm/arch-davinci/am1808_lowlevel.h to da850_lowlevel.c
and da850_lowlevel.h since they apply not only to the AM1808 SoC
but to all DA850 chips. The function names and #defines are changed
likewise.

Signed-off-by: Christian Riesch &lt;christian.riesch@omicron.at&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Paulraj Sandeep &lt;s-paulraj@ti.com&gt;
Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
</feed>
