* [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms
@ 2010-10-20 4:51 Lennert Buytenhek
2010-10-20 6:01 ` Eric Miao
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Lennert Buytenhek @ 2010-10-20 4:51 UTC (permalink / raw)
To: linux-arm-kernel
One of the things preventing building an ARM multiplatform kernel
image is the fact that CLOCK_TICK_RATE (and as a consequence, LATCH)
is defined differently for each ARM platform.
The patches in this series:
- pull the per-platform CLOCK_TICK_RATE defines from <mach/timex.h>
into arch/arm/mach-foo/ (on those platforms that use the
CLOCK_TICK_RATE define and/or the LATCH define in their platform
support code);
- define CLOCK_TICK_RATE as a platform-independent value in <asm/timex.h>;
- get rid of all <mach/timex.h> include files.
Comments welcome!
^ permalink raw reply [flat|nested] 4+ messages in thread
* [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms
2010-10-20 4:51 [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms Lennert Buytenhek
@ 2010-10-20 6:01 ` Eric Miao
2010-10-20 7:00 ` Linus Walleij
2010-10-20 20:30 ` Kevin Hilman
2 siblings, 0 replies; 4+ messages in thread
From: Eric Miao @ 2010-10-20 6:01 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Oct 20, 2010 at 12:51 PM, Lennert Buytenhek
<buytenh@wantstofly.org> wrote:
> One of the things preventing building an ARM multiplatform kernel
> image is the fact that CLOCK_TICK_RATE (and as a consequence, LATCH)
> is defined differently for each ARM platform.
>
> The patches in this series:
> - pull the per-platform CLOCK_TICK_RATE defines from <mach/timex.h>
> ?into arch/arm/mach-foo/ (on those platforms that use the
> ?CLOCK_TICK_RATE define and/or the LATCH define in their platform
> ?support code);
> - define CLOCK_TICK_RATE as a platform-independent value in <asm/timex.h>;
> - get rid of all <mach/timex.h> include files.
>
Excellent!
^ permalink raw reply [flat|nested] 4+ messages in thread
* [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms
2010-10-20 4:51 [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms Lennert Buytenhek
2010-10-20 6:01 ` Eric Miao
@ 2010-10-20 7:00 ` Linus Walleij
2010-10-20 20:30 ` Kevin Hilman
2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2010-10-20 7:00 UTC (permalink / raw)
To: linux-arm-kernel
2010/10/20 Lennert Buytenhek <buytenh@wantstofly.org>:
> One of the things preventing building an ARM multiplatform kernel
> image is the fact that CLOCK_TICK_RATE (and as a consequence, LATCH)
> is defined differently for each ARM platform.
That thing has really annoyed me for some time, so thanks!
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
For all patches touching U300, Ux500.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
* [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms
2010-10-20 4:51 [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms Lennert Buytenhek
2010-10-20 6:01 ` Eric Miao
2010-10-20 7:00 ` Linus Walleij
@ 2010-10-20 20:30 ` Kevin Hilman
2 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2010-10-20 20:30 UTC (permalink / raw)
To: linux-arm-kernel
Lennert Buytenhek <buytenh@wantstofly.org> writes:
> One of the things preventing building an ARM multiplatform kernel
> image is the fact that CLOCK_TICK_RATE (and as a consequence, LATCH)
> is defined differently for each ARM platform.
>
> The patches in this series:
> - pull the per-platform CLOCK_TICK_RATE defines from <mach/timex.h>
> into arch/arm/mach-foo/ (on those platforms that use the
> CLOCK_TICK_RATE define and/or the LATCH define in their platform
> support code);
> - define CLOCK_TICK_RATE as a platform-independent value in <asm/timex.h>;
> - get rid of all <mach/timex.h> include files.
>
> Comments welcome!
Excellent!
For the davinci & OMAP changes:
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-20 20:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20 4:51 [RFC, PATCH 0/5] unify definition of CLOCK_TICK_RATE across different platforms Lennert Buytenhek
2010-10-20 6:01 ` Eric Miao
2010-10-20 7:00 ` Linus Walleij
2010-10-20 20:30 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).