mbox

[GIT,PULL] arch timer updates for v4.11

Message ID 1486399662-17601-1-git-send-email-mark.rutland@arm.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git arch-timer/updates

Message

Mark Rutland Feb. 6, 2017, 4:47 p.m. UTC
Hi Daniel,

These are the arch timer updates for v4.11. I wasn't sure if you wanted
to pull these or pick them, so I'm sending the full series with all
relevant tags folded in.

I'll send the arm64 documentation and the dts updates separately via
arm64 and arm-soc respectively.

Thanks,
Mark.

The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5:

  Linux 4.10-rc4 (2017-01-15 16:21:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git arch-timer/updates

for you to fetch changes up to 96aace83d26887143287428d0361d67cbde38d12:

  arm64: arch_timer: work around Hisilicon erratum 161010101 (2017-02-06 16:27:08 +0000)

----------------------------------------------------------------
Ding Tianhong (4):
      arm64: arch_timer: add dt binding for hisilicon-161010101 erratum
      arm64: arm_arch_timer: remove fsl-a008585 parameter
      arm64: arch_timer: introduce generic errata handling infrastructure
      arm64: arch_timer: work around Hisilicon erratum 161010101

 Documentation/admin-guide/kernel-parameters.txt    |   9 --
 .../devicetree/bindings/arm/arch_timer.txt         |   6 +
 arch/arm64/include/asm/arch_timer.h                |  38 ++----
 drivers/clocksource/Kconfig                        |  14 ++
 drivers/clocksource/arm_arch_timer.c               | 151 +++++++++++++++------
 5 files changed, 143 insertions(+), 75 deletions(-)

Comments

Daniel Lezcano Feb. 8, 2017, 4:59 p.m. UTC | #1
On Mon, Feb 06, 2017 at 04:47:38PM +0000, Mark Rutland wrote:
> Hi Daniel,
> 
> These are the arch timer updates for v4.11. I wasn't sure if you wanted
> to pull these or pick them, so I'm sending the full series with all
> relevant tags folded in.
> 
> I'll send the arm64 documentation and the dts updates separately via
> arm64 and arm-soc respectively.

Hi Mark,

I will take the patches through my tree.

Thanks.

  -- Daniel