<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/cpu/armv7/omap-common/timer.c, branch main</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/omap-common/timer.c?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/armv7/omap-common/timer.c?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-11-21T19:07:29Z</updated>
<entry>
<title>arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms</title>
<updated>2016-11-21T19:07:29Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-11-08T02:34:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=983e37007da506e8145f9b3a9e1dce5c11116fb0'/>
<id>urn:sha1:983e37007da506e8145f9b3a9e1dce5c11116fb0</id>
<content type='text'>
This moves what was in arch/arm/cpu/armv7/omap-common in to
arch/arm/mach-omap2 and moves
arch/arm/cpu/armv7/{am33xx,omap3,omap4,omap5} in to arch/arm/mach-omap2
as subdirectories.  All refernces to the former locations are updated to
the current locations.  For the logic to decide what our outputs are,
consolidate the tests into a single config.mk rather than including 4.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>omap3: bugfix in timer on rollover</title>
<updated>2016-06-24T21:21:55Z</updated>
<author>
<name>Daniel Gorsulowski</name>
<email>Daniel.Gorsulowski@esd.eu</email>
</author>
<published>2016-06-06T07:40:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=85a2f772c256af9d8f0570548d2c2041a7b461e9'/>
<id>urn:sha1:85a2f772c256af9d8f0570548d2c2041a7b461e9</id>
<content type='text'>
Signed-off-by: Daniel Gorsulowski &lt;daniel.gorsulowski@esd.eu&gt;
</content>
</entry>
<entry>
<title>omap-common/hwinit-common.c: timer_init() doesn't need to touch gd</title>
<updated>2015-01-05T20:13:45Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-12-19T21:52:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b31079282e16c77f6f8878999867c7d622ececae'/>
<id>urn:sha1:b31079282e16c77f6f8878999867c7d622ececae</id>
<content type='text'>
The gd will be cleared at first so we don't need to set arch.tbl to 0.
In addition, the checks later against lastinc also work fine with an
initial value of 0 here.  This also brings us in line with sunxi code
for example.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&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>ARM: DRA7xx: Correct the SYS_CLK to 20MHZ</title>
<updated>2013-06-10T12:43:10Z</updated>
<author>
<name>Sricharan R</name>
<email>r.sricharan@ti.com</email>
</author>
<published>2013-05-30T03:19:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f9b814a8e99390d19628bc1b67c9567fc485d918'/>
<id>urn:sha1:f9b814a8e99390d19628bc1b67c9567fc485d918</id>
<content type='text'>
The sys_clk on the dra evm board is 20MHZ.
Changing the configuration for the same.
And also moving V_SCLK, V_OSCK defines to
arch/clock.h for OMAP4+ boards.

Signed-off-by: Sricharan R &lt;r.sricharan@ti.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
</content>
</entry>
<entry>
<title>am33xx: Add required includes to some omap/am33xx code</title>
<updated>2013-03-24T16:49:11Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-03-14T11:15:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=98f92001b3af0748d02e36b515a59865fb187415'/>
<id>urn:sha1:98f92001b3af0748d02e36b515a59865fb187415</id>
<content type='text'>
- In arch/arm/cpu/armv7/omap-common/timer.c,
  drivers/mtd/nand/omap_gpmc.c and drivers/net/cpsw.c add #include files
  that the driver needs but had been relying on &lt;config.h&gt; to bring in.
- In arch/arm/cpu/armv7/omap-common/lowlevel_init.S add &lt;config.h&gt;
- In am335x_evm.h and pcm051.h don't globally include
  &lt;asm/arch/hardware.h&gt; and &lt;asm/arch/cpu.h&gt; but just &lt;asm/arch/omap.h&gt;
  as that is the only include which defines things the config uses.

Cc: Lars Poeschel &lt;poeschel@lemonage.de&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>arm: Move lastinc to arch_global_data</title>
<updated>2013-02-01T20:07:50Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2012-12-13T20:48:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=582601da2f90b1850aa19f7820b1623c79b3dac6'/>
<id>urn:sha1:582601da2f90b1850aa19f7820b1623c79b3dac6</id>
<content type='text'>
Move this field into arch_global_data and tidy up.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>arm: Move tbl to arch_global_data</title>
<updated>2013-02-01T20:07:50Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2012-12-13T20:48:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=66ee69234795c0596f84b25f06b7fbc2e8ed214c'/>
<id>urn:sha1:66ee69234795c0596f84b25f06b7fbc2e8ed214c</id>
<content type='text'>
Move this field into arch_global_data and tidy up.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Timer: Remove reset_timer_masked()</title>
<updated>2011-07-26T12:54:15Z</updated>
<author>
<name>Graeme Russ</name>
<email>graeme.russ@gmail.com</email>
</author>
<published>2011-07-15T02:21:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=17659d7de9e4905f8d06966c2354c87cdeb8b703'/>
<id>urn:sha1:17659d7de9e4905f8d06966c2354c87cdeb8b703</id>
<content type='text'>
In some circumstances, reset_timer_masked() was called be timer_init() in
order to perform architecture specific timer initialisation. In such
cases, the required code in reset_timer_masked() has been moved into
timer_init()
</content>
</entry>
<entry>
<title>Timer: Remove reset_timer() for non-Nios2 arches</title>
<updated>2011-07-26T12:53:30Z</updated>
<author>
<name>Graeme Russ</name>
<email>graeme.russ@gmail.com</email>
</author>
<published>2011-07-15T02:19:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4769be21cca65f1e7bef27bc024d886842bc6bad'/>
<id>urn:sha1:4769be21cca65f1e7bef27bc024d886842bc6bad</id>
<content type='text'>
</content>
</entry>
</feed>
