mbox series

[GIT,PULL,3/3] Allwinner DT64 Changes for v5.1

Message ID 20190128022910.GA6772@wens.csie.org (mailing list archive)
State Mainlined, archived
Commit 55ec26d6a4241363fa94f15377ebd8f1116fbfd7
Headers show
Series Allwinner Changes - Round 1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt64-for-5.1

Message

Chen-Yu Tsai Jan. 28, 2019, 2:29 a.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt64-for-5.1

for you to fetch changes up to 55ec26d6a4241363fa94f15377ebd8f1116fbfd7:

  arm64: dts: allwinner: a64: Enable A64 timer workaround (2019-01-24 18:23:26 +0800)

----------------------------------------------------------------
Allwinner DT64 changes for 5.1

A few small improvements for the A64 this cycle:

  - ARM PMU added
  - Allwinner ARM architected timer workaround enabled
    This works around timer value wrapping found in the Allwinner
    implementation of the ARM architected timer.

----------------------------------------------------------------
Harald Geyer (1):
      arm64: dts: allwinner: a64: Add PMU node

Jonathan Neusch瓣fer (1):
      arm64: dts: allwinner: a64: Fix a typo

Samuel Holland (1):
      arm64: dts: allwinner: a64: Enable A64 timer workaround

 arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts |  2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi        | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Jan. 30, 2019, 4:58 p.m. UTC | #1
On Mon, Jan 28, 2019 at 3:29 AM Chen-Yu Tsai <wens@csie.org> wrote:
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt64-for-5.1
>
> for you to fetch changes up to 55ec26d6a4241363fa94f15377ebd8f1116fbfd7:
>
>   arm64: dts: allwinner: a64: Enable A64 timer workaround (2019-01-24 18:23:26 +0800)
>
> ----------------------------------------------------------------
> Allwinner DT64 changes for 5.1
>
> A few small improvements for the A64 this cycle:
>
>   - ARM PMU added
>   - Allwinner ARM architected timer workaround enabled
>     This works around timer value wrapping found in the Allwinner
>     implementation of the ARM architected timer.
>

Pulled into arm/dt, thanks!

      Arnd