]> git.ipfire.org Git - people/ms/linux.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)
commit415da412257b1595b8f05f2d7c7815b41f00757e
tree8cb07d44c477f569e836b1a09b2e192058563d50
parent1e6989a3357c85ddc1c691eaf872ccd2e21f5a10
parent2a906db2824b75444982f5e9df870106982afca8
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>