]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'omap-for-6.0/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Fri, 23 Sep 2022 12:27:39 +0000 (14:27 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 23 Sep 2022 12:27:40 +0000 (14:27 +0200)
commitb6bb777266fc8fdbad5bbb70a284e9e681b2e980
tree8cb07d44c477f569e836b1a09b2e192058563d50
parent7d9417a742cd7a1f57a95cb36fbe670b05829e45
parentebb12b67358b3798b59ff8990ff3e37a4573685b
Merge tag 'omap-for-6.0/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes

Two fixes for omaps

A fix to remove usb4 from am5748 as it does not exist on the SoC, and
a fix for am335x mmc dma that wired direct and should not use the xbar.

Note that the am5748 fix depends on the recent deferred probe regression
fixes to boot. I ended up picking the merge commit to base it on as it
describes what got fixed quite nicely rather than a -rc tag.

* tag 'omap-for-6.0/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: dts: am5748: keep usb4_tm disabled
  ARM: dts: am33xx: Fix MMCHS0 dma properties

Link: https://lore.kernel.org/r/pull-1663140667-273537@atomide.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>