From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 0b3acd1cc0222953035d18176b1e4aa06624fd6e:
Merge tag 'driver-core-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core (2022-09-02 10:55:23 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-6.0/fixes-signed
for you to fetch changes up to 2a906db2824b75444982f5e9df870106982afca8:
Merge branch 'am5748-fix' into fixes (2022-09-06 09:45:27 +0300)
----------------------------------------------------------------
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.
----------------------------------------------------------------
Romain Naour (1):
ARM: dts: am5748: keep usb4_tm disabled
Tony Lindgren (1):
Merge branch 'am5748-fix' into fixes
YuTong Chang (1):
ARM: dts: am33xx: Fix MMCHS0 dma properties
arch/arm/boot/dts/am33xx-l4.dtsi | 3 +--
arch/arm/boot/dts/am5748.dtsi | 4 ++++
2 files changed, 5 insertions(+), 2 deletions(-)
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 0b3acd1cc0222953035d18176b1e4aa06624fd6e: Merge tag 'driver-core-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core (2022-09-02 10:55:23 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-6.0/fixes-signed for you to fetch changes up to 2a906db2824b75444982f5e9df870106982afca8: Merge branch 'am5748-fix' into fixes (2022-09-06 09:45:27 +0300) ---------------------------------------------------------------- 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. ---------------------------------------------------------------- Romain Naour (1): ARM: dts: am5748: keep usb4_tm disabled Tony Lindgren (1): Merge branch 'am5748-fix' into fixes YuTong Chang (1): ARM: dts: am33xx: Fix MMCHS0 dma properties arch/arm/boot/dts/am33xx-l4.dtsi | 3 +-- arch/arm/boot/dts/am5748.dtsi | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-)