]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'imx-fixes-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo...
authorOlof Johansson <olof@lixom.net>
Sun, 16 Jun 2019 20:26:55 +0000 (13:26 -0700)
committerOlof Johansson <olof@lixom.net>
Sun, 16 Jun 2019 20:26:55 +0000 (13:26 -0700)
commit0e8e1d3dd0713c3520a50c1d942f5215bb4b0bc0
treea5d8bec3079901f0c5b56e219c0f3e3997054ba4
parent98f2c210b014f40b24106ef837e8beb5880ae30c
parente59b295a7479d8058f0ea79fd9124f469d65ca79
Merge tag 'imx-fixes-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes

i.MX fixes for 5.2:
 - A build fix for soc-imx8 driver which needs SOC_BUS support.  To
   avoid dealing with the dependency for every single i.MX SoC bus
   driver, we selects at from architecture level.
 - A fix on i.MX SCU firmware driver to ensure SCU irq is enabled only
   after IPC is ready.
 - A regression fix on cpuidle-imx6sx driver, which causes some
   characters loss on serial communication.

* tag 'imx-fixes-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
  ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SX
  firmware: imx: SCU irq should ONLY be enabled after SCU IPC is ready
  arm64: imx: Fix build error without CONFIG_SOC_BUS

Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/Kconfig.platforms