mbox series

[GIT,PULL] i.MX fixes for 5.2

Message ID 20190524013736.GA9261@dragon (mailing list archive)
State Mainlined, archived
Commit b25af2ff7c07bd19af74e3f64ff82e2880d13d81
Headers show
Series [GIT,PULL] i.MX fixes for 5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.2

Message

Shawn Guo May 24, 2019, 1:37 a.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.2

for you to fetch changes up to b25af2ff7c07bd19af74e3f64ff82e2880d13d81:

  ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SX (2019-05-20 14:32:32 +0800)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Anson Huang (1):
      firmware: imx: SCU irq should ONLY be enabled after SCU IPC is ready

Fabio Estevam (1):
      ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SX

YueHaibing (1):
      arm64: imx: Fix build error without CONFIG_SOC_BUS

 arch/arm/mach-imx/cpuidle-imx6sx.c | 3 ++-
 arch/arm64/Kconfig.platforms       | 1 +
 drivers/firmware/imx/imx-scu-irq.c | 3 +++
 3 files changed, 6 insertions(+), 1 deletion(-)
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#125): https://linux.kernel.org/g/patchwork-soc/message/125
Mute This Topic: https://linux.kernel.org/mt/32322149/1554929
Group Owner: patchwork-soc+owner@linux.kernel.org
Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub  [patchwork-linux-kernel-org@patchwork.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

Comments

Olof Johansson June 16, 2019, 8:27 p.m. UTC | #1
On Thu, May 23, 2019 at 6:38 PM Shawn Guo <shawnguo@kernel.org> wrote:
>
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
>
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.2

Merged, thanks!


-Olof
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#126): https://linux.kernel.org/g/patchwork-soc/message/126
Mute This Topic: https://linux.kernel.org/mt/32322149/1554929
Group Owner: patchwork-soc+owner@linux.kernel.org
Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub  [patchwork-linux-kernel-org@patchwork.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-