<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/freescale/mx53evk, 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/board/freescale/mx53evk?h=v2012.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/freescale/mx53evk?h=v2012.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-04-16T12:53:58Z</updated>
<entry>
<title>MX53: DDR: Fix ZQHWCTRL field TZQ_CS</title>
<updated>2012-04-16T12:53:58Z</updated>
<author>
<name>Troy Kisky</name>
<email>troy.kisky@boundarydevices.com</email>
</author>
<published>2012-03-22T12:00:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=148241053123f3c2388d755807438fbe44dd2139'/>
<id>urn:sha1:148241053123f3c2388d755807438fbe44dd2139</id>
<content type='text'>
Currently, board files are setting this field to 0x01
which the manual says is a reserved value. Change to
use the default of 0x02 - 128 cycles.

Signed-off-by: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
Acked-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>mx53evk: Use gpio_direction_input prior to gpio_get_value</title>
<updated>2012-02-27T20:19:24Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2012-02-08T02:34:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d1267d623df5f89e06ded4662aff866e1537004'/>
<id>urn:sha1:7d1267d623df5f89e06ded4662aff866e1537004</id>
<content type='text'>
Use gpio_direction_input prior to gpio_get_value.

Cc: Jason Liu &lt;r64343@freescale.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Jason Liu &lt;r64343@freescale.com&gt;
</content>
</entry>
<entry>
<title>mmc: Change board_mmc_getcd() function prototype.</title>
<updated>2012-01-09T03:28:27Z</updated>
<author>
<name>Thierry Reding</name>
<email>thierry.reding@avionic-design.de</email>
</author>
<published>2012-01-02T01:15:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=314284b1567f1ce29c19060641e7f213146f7ab8'/>
<id>urn:sha1:314284b1567f1ce29c19060641e7f213146f7ab8</id>
<content type='text'>
The new API no longer uses the extra cd parameter that was used to store
the card presence state. Instead, this information is returned via the
function's return value. board_mmc_getcd() returns -1 to indicate that
no card-detection mechanism is implemented; 0 indicates that no card is
present and 1 is returned if it was detected that a card is present.

The rationale for this change can be found in the following email
thread:

	http://lists.denx.de/pipermail/u-boot/2011-November/110180.html

In summary, the old API was not consistent with the rest of the MMC API
which always passes a struct mmc as the first parameter. Furthermore the
cd parameter was used to mean "card absence" in some implementations and
"card presence" in others.

Signed-off-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;
Tested-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</content>
</entry>
<entry>
<title>mx53evk: Configure the pins as GPIOs prior to using gpio_get_value</title>
<updated>2011-12-06T22:59:39Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2011-11-15T05:51:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a146dca5c2c422309669c99f04eca90ad810e264'/>
<id>urn:sha1:a146dca5c2c422309669c99f04eca90ad810e264</id>
<content type='text'>
Configure the pins as GPIO prior to using gpio_get_value.

Cc: Jason Liu &lt;r64343@freescale.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</content>
</entry>
<entry>
<title>mx53evk: Remove unused get_board_rev function</title>
<updated>2011-11-04T21:06:37Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2011-10-27T01:29:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=850f4d67733dc0f58ddf15cb59cded81aa874b78'/>
<id>urn:sha1:850f4d67733dc0f58ddf15cb59cded81aa874b78</id>
<content type='text'>
No board information is passed for MX53EVK, so remove get_board_rev function.

Cc: Jason Liu &lt;r64343@freescale.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Jason Liu &lt;r64343@freescale.com&gt;
</content>
</entry>
<entry>
<title>MX5: mx53evk: use new pmic driver</title>
<updated>2011-10-27T19:56:32Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-10-08T09:00:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bba1b6cf15d9571e55f34a4af09c2639fd05b6dc'/>
<id>urn:sha1:bba1b6cf15d9571e55f34a4af09c2639fd05b6dc</id>
<content type='text'>
Switch to new pmic generic driver.

Signed-off-by: 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>punt unused clean/distclean targets</title>
<updated>2011-10-15T20:20:36Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-10-13T06:54:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=464c79207c89f247f97b344495924eabb0c9738e'/>
<id>urn:sha1:464c79207c89f247f97b344495924eabb0c9738e</id>
<content type='text'>
The top level Makefile does not do any recursion into subdirs when
cleaning, so these clean/distclean targets in random arch/board dirs
never get used.  Punt them all.

MAKEALL didn't report any errors related to this that I could see.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>mx53evk: Place machine ID into board config</title>
<updated>2011-09-30T20:01:04Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2011-09-22T08:07:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=00e11a439729a1a63ec13fea85a4c091c2d0376c'/>
<id>urn:sha1:00e11a439729a1a63ec13fea85a4c091c2d0376c</id>
<content type='text'>
Let common code set the machine ID.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.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: mx53evk: make use of GPIO framework</title>
<updated>2011-09-04T09:36:12Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-08-21T08:58:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f7a364745e20c63feaa2a4d2926e92fc2bd7bdc7'/>
<id>urn:sha1:f7a364745e20c63feaa2a4d2926e92fc2bd7bdc7</id>
<content type='text'>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Jason Liu &lt;r64343@freescale.com&gt;
</content>
</entry>
<entry>
<title>Remove volatile qualifier in get_ram_size() calls</title>
<updated>2011-07-17T15:11:53Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2011-07-03T05:55:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a55d23ccf6cb90acb9667a46427670add9486aec'/>
<id>urn:sha1:a55d23ccf6cb90acb9667a46427670add9486aec</id>
<content type='text'>
Checkpatch.pl complains about the volatile qualifier in calls to
get_ram_size(). Remove this qualifier in the prototype and in the
calls where it is useless, and leave it only in the function body
where it is needed.

Signed-off-by: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
</content>
</entry>
</feed>
