mbox

[GIT,PULL,2/4] rockchip arm64 changes for 4.6

Message ID 2157996.gfpT01ltKJ@phil
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git

Message

Heiko Stuebner Feb. 11, 2016, 2:50 p.m. UTC
Hi Arnd, Olof, Kevin,

This one change enables the rockchip timer driver on 64bit socs as well,
after it got fixed to actually work on 64bit in 4.5-rc1.

This time I actually also updated the subject from my previous send-attempt, 
so here it is again.

Thanks
Heiko


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git 
tags/v4.6-rockchip-soc64-1

for you to fetch changes up to c840f28bbf643c361c463bcb8fb815d0b2dad4e8:

  arm64: Enable the timer on Rockchip architecture (2016-01-24 23:33:14 
+0100)

----------------------------------------------------------------
Enable the rockchip-specific timers on arm64 rockchip platforms.
The driver got reworked to not use arm32-specific dsb calls in
4.5-rc1, so now we can safely enable it.

----------------------------------------------------------------
Caesar Wang (1):
      arm64: Enable the timer on Rockchip architecture

 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

Comments

Olof Johansson Feb. 24, 2016, 9:51 p.m. UTC | #1
On Thu, Feb 11, 2016 at 03:50:51PM +0100, Heiko Stuebner wrote:
> Hi Arnd, Olof, Kevin,
> 
> This one change enables the rockchip timer driver on 64bit socs as well,
> after it got fixed to actually work on 64bit in 4.5-rc1.
> 
> This time I actually also updated the subject from my previous send-attempt, 
> so here it is again.
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git 
> tags/v4.6-rockchip-soc64-1
> 
> for you to fetch changes up to c840f28bbf643c361c463bcb8fb815d0b2dad4e8:
> 
>   arm64: Enable the timer on Rockchip architecture (2016-01-24 23:33:14 
> +0100)

Merged, thanks.


-Olof