mbox

[GIT,PULL] clockevents: decouple broadcast mechanism from drivers

Message ID 20130118171545.GB15707@e106331-lin.cambridge.arm.com
State New
Headers show

Pull-request

git://linux-arm.org/linux-mr.git for-tglx/timer-broadcast-v2

Message

Mark Rutland Jan. 18, 2013, 5:15 p.m. UTC
Hello,

As has been pointed out elsewhere, in my haste to fix this up I made a
typo in the first patch, preventing it from building.

Apologies for the confusion. I've created a new branch with a corrected
and tested version. Please see the pull request below.

Thanks,
Mark.

The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:

  Linux 3.8-rc3 (2013-01-09 18:59:55 -0800)

are available in the git repository at:

  git://linux-arm.org/linux-mr.git for-tglx/timer-broadcast-v2

for you to fetch changes up to 041d14f475c4436d9fb9a7c94842154c42fd1b65:

  clockevents: Add generic timer broadcast function (2013-01-18 17:07:36 +0000)

----------------------------------------------------------------
Mark Rutland (2):
      clockevents: Add generic timer broadcast receiver
      clockevents: Add generic timer broadcast function

 include/linux/clockchips.h   |  9 +++++++++
 kernel/time/Kconfig          |  4 ++++
 kernel/time/tick-broadcast.c | 28 ++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

Comments

Will Deacon Jan. 23, 2013, 2:01 p.m. UTC | #1
On Fri, Jan 18, 2013 at 05:15:46PM +0000, Mark Rutland wrote:
> Hello,
> 
> As has been pointed out elsewhere, in my haste to fix this up I made a
> typo in the first patch, preventing it from building.
> 
> Apologies for the confusion. I've created a new branch with a corrected
> and tested version. Please see the pull request below.
> 
> Thanks,
> Mark.
> 
> The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:
> 
>   Linux 3.8-rc3 (2013-01-09 18:59:55 -0800)
> 
> are available in the git repository at:
> 
>   git://linux-arm.org/linux-mr.git for-tglx/timer-broadcast-v2

Can you pull this please Thomas? I need a stable branch so I can pull in the
ARM-specific changes, which are in turn required for the KVM patch series.

Cheers,

Will