* [GIT PULL] clockevent driver cleanup for 3.9
@ 2013-01-10 12:41 Shawn Guo
2013-01-10 16:43 ` Stephen Warren
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Shawn Guo @ 2013-01-10 12:41 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:
Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)
are available in the git repository at:
git://git.linaro.org/people/shawnguo/linux-2.6.git tags/clean-clkevt-3.9
for you to fetch changes up to ab8e73c98749a58c242b187c9799db70cd903157:
clocksource: use clockevents_config_and_register() where possible (2013-01-10 20:24:30 +0800)
----------------------------------------------------------------
As John has showed zero interest to collect clock event driver patches,
I send both patches through arm-soc tree here.
----------------------------------------------------------------
Shawn Guo (2):
ARM: use clockevents_config_and_register() where possible
clocksource: use clockevents_config_and_register() where possible
arch/arm/mach-at91/at91rm9200_time.c | 7 ++-----
arch/arm/mach-cns3xxx/core.c | 13 +++----------
arch/arm/mach-exynos/mct.c | 18 ++++--------------
arch/arm/mach-footbridge/dc21285-timer.c | 6 +-----
arch/arm/mach-imx/epit.c | 15 +++------------
arch/arm/mach-imx/time.c | 15 +++------------
arch/arm/mach-ixp4xx/common.c | 11 ++---------
arch/arm/mach-lpc32xx/timer.c | 9 +--------
arch/arm/mach-mmp/time.c | 7 ++-----
arch/arm/mach-msm/timer.c | 6 +-----
arch/arm/mach-mxs/timer.c | 24 +++++-------------------
arch/arm/mach-netx/time.c | 10 ++--------
arch/arm/mach-omap1/time.c | 11 ++---------
arch/arm/mach-omap1/timer32k.c | 12 ++----------
arch/arm/mach-omap2/timer.c | 13 +++----------
arch/arm/mach-prima2/timer.c | 10 ++--------
arch/arm/mach-pxa/time.c | 8 ++------
arch/arm/mach-sa1100/time.c | 8 ++------
arch/arm/mach-tegra/timer.c | 8 ++------
arch/arm/mach-vt8500/timer.c | 9 ++-------
arch/arm/mach-w90x900/time.c | 10 ++--------
arch/arm/plat-iop/time.c | 9 ++-------
arch/arm/plat-orion/time.c | 6 +-----
arch/arm/plat-samsung/s5p-time.c | 9 +--------
arch/arm/plat-spear/time.c | 8 +-------
drivers/clocksource/cs5535-clockevt.c | 11 ++---------
drivers/clocksource/sunxi_timer.c | 11 ++---------
drivers/clocksource/tcb_clksrc.c | 7 +------
28 files changed, 58 insertions(+), 233 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] clockevent driver cleanup for 3.9
2013-01-10 12:41 [GIT PULL] clockevent driver cleanup for 3.9 Shawn Guo
@ 2013-01-10 16:43 ` Stephen Warren
2013-01-10 19:01 ` John Stultz
2013-01-11 13:47 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Stephen Warren @ 2013-01-10 16:43 UTC (permalink / raw)
To: linux-arm-kernel
On 01/10/2013 05:41 AM, Shawn Guo wrote:
> The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:
> Shawn Guo (2):
> ARM: use clockevents_config_and_register() where possible
> clocksource: use clockevents_config_and_register() where possible
> arch/arm/mach-tegra/timer.c | 8 ++------
I'm not sure if there's any issue here, but that file moved to
drivers/clocksource/tegra20_timer.c in a patch in the Tegra tree...
Perhaps the two will merge together just fine; git does recognize the
move as a real move and the diff is tiny. For reference:
ac0fd9e ARM: tegra: move timer.c to drivers/clocksource/
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] clockevent driver cleanup for 3.9
2013-01-10 12:41 [GIT PULL] clockevent driver cleanup for 3.9 Shawn Guo
2013-01-10 16:43 ` Stephen Warren
@ 2013-01-10 19:01 ` John Stultz
2013-01-11 13:47 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: John Stultz @ 2013-01-10 19:01 UTC (permalink / raw)
To: linux-arm-kernel
On 01/10/2013 04:41 AM, Shawn Guo wrote:
> The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:
>
> Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/shawnguo/linux-2.6.git tags/clean-clkevt-3.9
>
> for you to fetch changes up to ab8e73c98749a58c242b187c9799db70cd903157:
>
> clocksource: use clockevents_config_and_register() where possible (2013-01-10 20:24:30 +0800)
>
> ----------------------------------------------------------------
> As John has showed zero interest to collect clock event driver patches,
> I send both patches through arm-soc tree here.
So ack on it going through the arm-soc tree. I do appreciate the effort
in making these cleanups!
And to be clear, its not just a matter of my not having interest, but
more an issue of me wanting the patches to be merged where they are most
likely to be reviewed and tested by folks who know and have the
hardware. Even when I've made changes in the clocksource core, and had
to do similar cleanups across the various architectures, I worked to
push my patches through the arch trees (even when it takes months upon
months to get them merged), since I don't want to blindside anyone.
thanks
-john
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] clockevent driver cleanup for 3.9
2013-01-10 12:41 [GIT PULL] clockevent driver cleanup for 3.9 Shawn Guo
2013-01-10 16:43 ` Stephen Warren
2013-01-10 19:01 ` John Stultz
@ 2013-01-11 13:47 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2013-01-11 13:47 UTC (permalink / raw)
To: linux-arm-kernel
Arnd, Olof,
On Thu, Jan 10, 2013 at 08:41:35PM +0800, Shawn Guo wrote:
> The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:
>
> Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/shawnguo/linux-2.6.git tags/clean-clkevt-3.9
>
> for you to fetch changes up to ab8e73c98749a58c242b187c9799db70cd903157:
>
> clocksource: use clockevents_config_and_register() where possible (2013-01-10 20:24:30 +0800)
>
Please ignore this pull request. I will refresh it to fix the error [1]
reported by Fengguang.
Shawn
[1] http://thread.gmane.org/gmane.linux.ports.arm.kernel/209152
> ----------------------------------------------------------------
> As John has showed zero interest to collect clock event driver patches,
> I send both patches through arm-soc tree here.
>
> ----------------------------------------------------------------
> Shawn Guo (2):
> ARM: use clockevents_config_and_register() where possible
> clocksource: use clockevents_config_and_register() where possible
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-11 13:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 12:41 [GIT PULL] clockevent driver cleanup for 3.9 Shawn Guo
2013-01-10 16:43 ` Stephen Warren
2013-01-10 19:01 ` John Stultz
2013-01-11 13:47 ` Shawn Guo
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).