All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] two omap fixes for v4.18-rc cycle
@ 2018-07-13 12:29 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2018-07-13 12:29 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 0144eb204cdcdf09a76794b4a294291388e739bc:

  ARM: dts: omap3: Fix am3517 mdio and emac clock references (2018-07-03 00:39:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/fixes-rc4-signed

for you to fetch changes up to 923847413f7316b5ced3491769b3fefa6c56a79a:

  ARM: dts: am3517.dtsi:  Disable reference to OMAP3 OTG controller (2018-07-12 06:57:05 -0700)

----------------------------------------------------------------
Two omap fixes for v4.18-rc cycle

Turns out the recent patches for ARM branch predictor hardening are
not working on omap5 and dra7 as planned because the secondary CPU
is parked to the bootrom code. We can't configure it in the bootloader.
So we must enable invalidates of BTB for omap5 and dra7 secondary
core in the kernel.

And there's a fix for reserved register access for am3517. The
usb otg module on am3517 is not the same as for other omap3.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: am3517.dtsi:  Disable reference to OMAP3 OTG controller

Nishanth Menon (1):
      ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary cores

 arch/arm/boot/dts/am3517.dtsi  |  5 +++++
 arch/arm/mach-omap2/omap-smp.c | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] two omap fixes for v4.18-rc cycle
@ 2018-07-13 12:29 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2018-07-13 12:29 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 0144eb204cdcdf09a76794b4a294291388e739bc:

  ARM: dts: omap3: Fix am3517 mdio and emac clock references (2018-07-03 00:39:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/fixes-rc4-signed

for you to fetch changes up to 923847413f7316b5ced3491769b3fefa6c56a79a:

  ARM: dts: am3517.dtsi:  Disable reference to OMAP3 OTG controller (2018-07-12 06:57:05 -0700)

----------------------------------------------------------------
Two omap fixes for v4.18-rc cycle

Turns out the recent patches for ARM branch predictor hardening are
not working on omap5 and dra7 as planned because the secondary CPU
is parked to the bootrom code. We can't configure it in the bootloader.
So we must enable invalidates of BTB for omap5 and dra7 secondary
core in the kernel.

And there's a fix for reserved register access for am3517. The
usb otg module on am3517 is not the same as for other omap3.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: am3517.dtsi:  Disable reference to OMAP3 OTG controller

Nishanth Menon (1):
      ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary cores

 arch/arm/boot/dts/am3517.dtsi  |  5 +++++
 arch/arm/mach-omap2/omap-smp.c | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] two omap fixes for v4.18-rc cycle
  2018-07-13 12:29 ` Tony Lindgren
@ 2018-07-14 22:14   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2018-07-14 22:14 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel

On Fri, Jul 13, 2018 at 05:29:53AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 0144eb204cdcdf09a76794b4a294291388e739bc:
> 
>   ARM: dts: omap3: Fix am3517 mdio and emac clock references (2018-07-03 00:39:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/fixes-rc4-signed
> 
> for you to fetch changes up to 923847413f7316b5ced3491769b3fefa6c56a79a:
> 
>   ARM: dts: am3517.dtsi:  Disable reference to OMAP3 OTG controller (2018-07-12 06:57:05 -0700)
> 
> ----------------------------------------------------------------
> Two omap fixes for v4.18-rc cycle
> 
> Turns out the recent patches for ARM branch predictor hardening are
> not working on omap5 and dra7 as planned because the secondary CPU
> is parked to the bootrom code. We can't configure it in the bootloader.
> So we must enable invalidates of BTB for omap5 and dra7 secondary
> core in the kernel.
> 
> And there's a fix for reserved register access for am3517. The
> usb otg module on am3517 is not the same as for other omap3.

Merged, thanks!


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] two omap fixes for v4.18-rc cycle
@ 2018-07-14 22:14   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2018-07-14 22:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 13, 2018 at 05:29:53AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 0144eb204cdcdf09a76794b4a294291388e739bc:
> 
>   ARM: dts: omap3: Fix am3517 mdio and emac clock references (2018-07-03 00:39:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/fixes-rc4-signed
> 
> for you to fetch changes up to 923847413f7316b5ced3491769b3fefa6c56a79a:
> 
>   ARM: dts: am3517.dtsi:  Disable reference to OMAP3 OTG controller (2018-07-12 06:57:05 -0700)
> 
> ----------------------------------------------------------------
> Two omap fixes for v4.18-rc cycle
> 
> Turns out the recent patches for ARM branch predictor hardening are
> not working on omap5 and dra7 as planned because the secondary CPU
> is parked to the bootrom code. We can't configure it in the bootloader.
> So we must enable invalidates of BTB for omap5 and dra7 secondary
> core in the kernel.
> 
> And there's a fix for reserved register access for am3517. The
> usb otg module on am3517 is not the same as for other omap3.

Merged, thanks!


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-14 22:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-13 12:29 [GIT PULL] two omap fixes for v4.18-rc cycle Tony Lindgren
2018-07-13 12:29 ` Tony Lindgren
2018-07-14 22:14 ` Olof Johansson
2018-07-14 22:14   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.