]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'imx-fixes-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo...
authorArnd Bergmann <arnd@arndb.de>
Thu, 16 Jul 2020 20:08:07 +0000 (22:08 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 16 Jul 2020 20:08:07 +0000 (22:08 +0200)
commit5f08d2b40c816b7f7bbb2c00569b97cd22cafdb0
treeadc6608a224a08b21f17662b932ddaa41a962eb3
parent35e26095987caca4dc4ca56d53fd1b4f93c716d0
parent7187aa2e18da1b153e80114d9ccbffcf84bb534b
Merge tag 'imx-fixes-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes

i.MX fixes for 5.8, round 2:

- A couple of fixes on i.MX platform device registration code to stop
  the use of invalid IRQ 0.
- Fix a regression seen on ls1021a platform, caused by commit
  6b41bc8630d6e ("soc: imx: move cpu code to drivers/soc/imx").
- Fix a misconfiguration of audio SSI on imx6qdl-gw551x board.

* tag 'imx-fixes-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
  soc: imx: check ls1021a
  ARM: imx: Remove imx_add_imx_dma() unused irq_err argument
  ARM: imx: Provide correct number of resources when registering gpio devices
  ARM: dts: imx6qdl-gw551x: fix audio SSI

Link: https://lore.kernel.org/r/20200714145649.GP15718@dragon
Signed-off-by: Arnd Bergmann <arnd@arndb.de>