]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/linux...
authorOlof Johansson <olof@lixom.net>
Sat, 14 Jul 2018 22:14:02 +0000 (15:14 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 14 Jul 2018 22:14:02 +0000 (15:14 -0700)
commite976612cf52a8f61e5f4904c4d3e483283744a36
treeb0372e59ae22ca653c7453f7742fe46bdac2fd57
parent5d755d8ad554401989e5cc52a89a2ea04c8e99fb
parent5bf1897977a56fdeac08f14919506341cf12cf02
Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes

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.

* tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: dts: am3517.dtsi:  Disable reference to OMAP3 OTG controller
  ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary cores

Signed-off-by: Olof Johansson <olof@lixom.net>