OSDN Git Service

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)
commitd943a9c83e3dd42fb1c6f9cf5ff706effeb19fc5
treeadc6608a224a08b21f17662b932ddaa41a962eb3
parentc07e902a511eb80ae116184dcf17c647a02f2316
parent7f6e8dffc30bd22b15ad810fb90ea741c15e6d54
Merge tag 'imx-fixes-5.8-2' of git://git./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
  52102a3ba6a61 ("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>