<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/cpu/armv7/mx5/clock.c, branch v2012.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/armv7/mx5/clock.c?h=v2012.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/armv7/mx5/clock.c?h=v2012.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2011-12-11T13:49:25Z</updated>
<entry>
<title>USB: MX5: add helper functions to enable USB clocks</title>
<updated>2011-12-11T13:49:25Z</updated>
<author>
<name>Wolfgang Grandegger</name>
<email>wg@denx.de</email>
</author>
<published>2011-11-11T13:03:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5d2947a3fc8d130cfa39fccdefb87082abbf0e9b'/>
<id>urn:sha1:5d2947a3fc8d130cfa39fccdefb87082abbf0e9b</id>
<content type='text'>
Signed-off-by: Wolfgang Grandegger &lt;wg@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Remy Bohmer &lt;linux@bohmer.net&gt;
Cc: Wolfgang Grandegger &lt;wg@denx.de&gt;
Cc: Jason Liu &lt;r64343@freescale.com&gt;

V2: Fix spacing in crm_regs.h
</content>
</entry>
<entry>
<title>mx5: Correct a warning in clock.c</title>
<updated>2011-12-06T22:59:39Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2011-11-05T04:25:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5acc90729488328665ebee7bc7ae2fb6c9e08c3a'/>
<id>urn:sha1:5acc90729488328665ebee7bc7ae2fb6c9e08c3a</id>
<content type='text'>
This corects the warning below, obtained with my gcc 4.6 compiler.

arch/arm/cpu/armv7/mx5/libmx5.o: In function `decode_pll':
arch/arm/cpu/armv7/mx5/clock.c:94: undefined reference to `__aeabi_uldivmod'

I am not able to test this on MX5x hardware, but it does improve the
MAKEALL output for me. You may already have a similar patch, but I cannot
see it on the list.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>MX5: Clean up the output of "clocks" command</title>
<updated>2011-09-30T20:01:05Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-09-14T14:09:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=37a6d2085e069166e830982bbe4676a1d7bb4674'/>
<id>urn:sha1:37a6d2085e069166e830982bbe4676a1d7bb4674</id>
<content type='text'>
The new output looks like this:
&gt; clocks
PLL1            800 MHz
PLL2            665 MHz
PLL3            216 MHz

AHB          133000 kHz
IPG           66500 kHz
IPG PERCLK   665000 kHz

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</content>
</entry>
<entry>
<title>MX5: Add AHB clock reporting and fix IPG clock reporting</title>
<updated>2011-09-30T20:01:05Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-09-22T09:20:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=95c0eb198da2b64b04066df9bb5978cd65b1a1a8'/>
<id>urn:sha1:95c0eb198da2b64b04066df9bb5978cd65b1a1a8</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Jason Liu &lt;jason.hui@linaro.org&gt;
Acked-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</content>
</entry>
<entry>
<title>MX5: Modify the PLL decoding algorithm</title>
<updated>2011-09-30T20:01:05Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-09-23T09:43:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bf2eaf5112af4e550420c38b60a15f66a3ff0880'/>
<id>urn:sha1:bf2eaf5112af4e550420c38b60a15f66a3ff0880</id>
<content type='text'>
The PLL decoding algorithm didn't take into account many configuration bits.
Adjust it according to Linux kernel. Also, add PLL4 for MX53.

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Jason Hui &lt;jason.hui@linaro.org&gt;
Tested-by: Jason Liu &lt;Jason.hui@linaro.org&gt;
</content>
</entry>
<entry>
<title>MX: MX35 / MX5: uniform clock command with powerpc</title>
<updated>2011-09-04T09:36:11Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-08-17T15:52:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7acec2594840b2602054c5a9d1e14792837fd9db'/>
<id>urn:sha1:7acec2594840b2602054c5a9d1e14792837fd9db</id>
<content type='text'>
There was already a command to show the processor clocks
for PowerPC (clocks). For i.MX, the "clockinfo" command
was introduce. The patch sets the same command name used on
PowerPC.
A nasty and not needed newline is also dropped in the help for
the command.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>MX51: remove warning in clock.c</title>
<updated>2010-10-28T09:08:52Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2010-10-28T09:08:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9a0044183a148ab553e296848cbfa4338fc83323'/>
<id>urn:sha1:9a0044183a148ab553e296848cbfa4338fc83323</id>
<content type='text'>
The patch removes the warning:

clock.c:291: warning: initialization from incompatible pointer type

after  constification of args[]

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>MX5: rename mx51 to mx5</title>
<updated>2010-10-18T08:43:19Z</updated>
<author>
<name>Jason Liu</name>
<email>r64343@freescale.com</email>
</author>
<published>2010-10-18T03:09:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ff9f475d5d46da7e4acf523a61aef65638765670'/>
<id>urn:sha1:ff9f475d5d46da7e4acf523a61aef65638765670</id>
<content type='text'>
Rename mx51 to mx5 in order to support more mx51
like-style SOCs such as MX53 and the followings.

Signed-off-by: Jason Liu &lt;r64343@freescale.com&gt;
</content>
</entry>
</feed>
