<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include/asm/arch-pxa, branch v2016.09</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-pxa?h=v2016.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-pxa?h=v2016.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-08-24T18:30:37Z</updated>
<entry>
<title>arm: pxa: use common timer functions</title>
<updated>2015-08-24T18:30:37Z</updated>
<author>
<name>Andrew Ruder</name>
<email>andrew.ruder@elecsyscorp.com</email>
</author>
<published>2015-08-12T18:18:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d211fec96d1d6b6d828f3bb4abc59180f6e3556'/>
<id>urn:sha1:7d211fec96d1d6b6d828f3bb4abc59180f6e3556</id>
<content type='text'>
This patch moves pxa to the common timer functions added in commit

  8dfafdd - Introduce common timer functions &lt;Rob Herring&gt;

The (removed) pxa timer code (specifically __udelay()) could deadlock at
the 32-bit boundary of get_ticks().  get_ticks() returned a 32-bit value
cast up to a 64-bit value.  If get_ticks() + tmo in __udelay() crossed
the 32-bit boundary, the while condition became unconditionally true and
locked the processor.  Rather than patch the specific pxa issues, simply
move everything over to the common code.

Signed-off-by: Andrew Ruder &lt;andrew.ruder@elecsyscorp.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Tom Rini &lt;trini@konsuiko.com&gt;
</content>
</entry>
<entry>
<title>include: delete include/linux/config.h</title>
<updated>2013-11-08T20:25:13Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2013-10-07T07:04:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=643aae1406c93ddc64fcf8c136b47cdffd9c8ccd'/>
<id>urn:sha1:643aae1406c93ddc64fcf8c136b47cdffd9c8ccd</id>
<content type='text'>
Linux Kernel abolished include/linux/config.h long time ago.
(around version v2.6.18..v2.6.19)

We don't need to provide Linux copatibility any more.

This commit deletes include/linux/config.h
and fixes source files not to include this.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>Add GPL-2.0+ SPDX-License-Identifier to source files</title>
<updated>2013-07-24T13:44:38Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-07-08T07:37:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a4596601fd395f3afb8f82f3f840c5e00bdd57a'/>
<id>urn:sha1:1a4596601fd395f3afb8f82f3f840c5e00bdd57a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>pxa27x_udc: remove call to unimplemented set_GPIO_mode()</title>
<updated>2013-05-05T21:47:05Z</updated>
<author>
<name>Mike Dunn</name>
<email>mikedunn@newsguy.com</email>
</author>
<published>2013-04-12T18:59:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e0e89e236f9692eb0af034c59607e2db2e333c1d'/>
<id>urn:sha1:e0e89e236f9692eb0af034c59607e2db2e333c1d</id>
<content type='text'>
If CONFIG_USB_DEV_PULLUP_GPIO is defined, a link error occurs because the
set_GPIO_mode() helper function is not implemented.  This function doesn't do
much except make the code a little more readable, so I just manually coded its
equivalent and removed the prototype from the header file.  It is invoked no
where else in the code.

While I was at it, I noticed that two other function prototypes in the same
header file are also neither implemented nor invoked anywhere, so I removed them
as well.

Signed-off-by: Mike Dunn &lt;mikedunn@newsguy.com&gt;
</content>
</entry>
<entry>
<title>pxa: Add code to examine cpu model and revision</title>
<updated>2012-10-15T18:54:07Z</updated>
<author>
<name>Lukasz Dalek</name>
<email>luk0104@gmail.com</email>
</author>
<published>2012-10-02T22:51:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=539e9ffd92cef086d4b7d0a7efaabc294cd0b05a'/>
<id>urn:sha1:539e9ffd92cef086d4b7d0a7efaabc294cd0b05a</id>
<content type='text'>
Add function which return CPU model and revision which can be used for
cpu detection.

Signed-off-by: Lukasz Dalek &lt;luk0104@gmail.com&gt;
</content>
</entry>
<entry>
<title>pxa25x: Add UDC registers definitions</title>
<updated>2012-09-01T14:21:53Z</updated>
<author>
<name>Łukasz Dałek</name>
<email>luk0104@gmail.com</email>
</author>
<published>2012-08-18T22:21:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a6a78be02542dbdcd530c62281dd6bfe79074a0b'/>
<id>urn:sha1:a6a78be02542dbdcd530c62281dd6bfe79074a0b</id>
<content type='text'>
Signed-off-by: Łukasz Dałek &lt;luk0104@gmail.com&gt;
</content>
</entry>
<entry>
<title>pxa: convert pxa27x_udc to use read and write functions</title>
<updated>2011-12-11T13:41:14Z</updated>
<author>
<name>Stefan Herbrechtsmeier</name>
<email>sherbrec@cit-ec.uni-bielefeld.de</email>
</author>
<published>2011-10-17T15:22:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bdbcdc897f9e854ca8a4701418dec048ef376431'/>
<id>urn:sha1:bdbcdc897f9e854ca8a4701418dec048ef376431</id>
<content type='text'>
Signed-off-by: Stefan Herbrechtsmeier &lt;sherbrec@cit-ec.uni-bielefeld.de&gt;
CC: Marek Vasut &lt;marek.vasut@gmail.com&gt;
CC: Remy Bohmer  &lt;linux@bohmer.net&gt;
</content>
</entry>
<entry>
<title>pxa: fix usb host register mismatch</title>
<updated>2011-12-11T13:40:54Z</updated>
<author>
<name>Stefan Herbrechtsmeier</name>
<email>sherbrec@cit-ec.uni-bielefeld.de</email>
</author>
<published>2011-10-17T15:22:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c0a14ebb7beb5d1d8f9893aea95e42eded95c1c'/>
<id>urn:sha1:1c0a14ebb7beb5d1d8f9893aea95e42eded95c1c</id>
<content type='text'>
Signed-off-by: Stefan Herbrechtsmeier &lt;sherbrec@cit-ec.uni-bielefeld.de&gt;
CC: Marek Vasut &lt;marek.vasut@gmail.com&gt;
CC: Remy Bohmer  &lt;linux@bohmer.net&gt;
</content>
</entry>
<entry>
<title>PXA: Rename pxa_dram_init to pxa2xx_dram_init</title>
<updated>2011-12-06T22:59:33Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-11-26T10:18:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f68d2a222f0c37e281d28888add34ae263be6777'/>
<id>urn:sha1:f68d2a222f0c37e281d28888add34ae263be6777</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</content>
</entry>
<entry>
<title>PXA: Export cpu_is_ and pxa_dram_init functions</title>
<updated>2011-12-06T22:59:32Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-11-26T10:17:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=77b04c578c161840c9fd696ef66cf84f165838f8'/>
<id>urn:sha1:77b04c578c161840c9fd696ef66cf84f165838f8</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</content>
</entry>
</feed>
