mbox series

[GIT,PULL] Fix omap4 and later lost cpu1 interrupts for periodic timer

Message ID pull-1550167274-497763@atomide.com
State New
Headers show
Series [GIT,PULL] Fix omap4 and later lost cpu1 interrupts for periodic timer | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.0/fixes-rc5

Message

Tony Lindgren Feb. 14, 2019, 6:01 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit dc30e70391376ba3987aeb856ae6d9c0706534f1:

  ARM: OMAP2+: Variable "reg" in function omap4_dsi_mux_pads() could be uninitialized (2019-01-29 08:54:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.0/fixes-rc5

for you to fetch changes up to 50d6b3cf9403879911e06d69c7ef41e43f8f7b4b:

  ARM: OMAP2+: fix lack of timer interrupts on CPU1 after hotplug (2019-02-07 07:48:22 -0800)

----------------------------------------------------------------
Fix omap4 and later lost cpu1 interrupts for periodic timer

A fix from Russell that took a while to get applied into fixes as
I thought Russell is merging this one.

----------------------------------------------------------------
Russell King (1):
      ARM: OMAP2+: fix lack of timer interrupts on CPU1 after hotplug

 arch/arm/mach-omap2/cpuidle44xx.c | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 5:12 p.m. UTC | #1
On Thu, Feb 14, 2019 at 7:01 PM Tony Lindgren <tony@atomide.com> wrote:
>
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit dc30e70391376ba3987aeb856ae6d9c0706534f1:
>
>   ARM: OMAP2+: Variable "reg" in function omap4_dsi_mux_pads() could be uninitialized (2019-01-29 08:54:22 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.0/fixes-rc5
>
> for you to fetch changes up to 50d6b3cf9403879911e06d69c7ef41e43f8f7b4b:
>
>   ARM: OMAP2+: fix lack of timer interrupts on CPU1 after hotplug (2019-02-07 07:48:22 -0800)
>
> ----------------------------------------------------------------
> Fix omap4 and later lost cpu1 interrupts for periodic timer
>
> A fix from Russell that took a while to get applied into fixes as
> I thought Russell is merging this one.

Pulled into arm/fixes, thanks!

     Arnd