mbox series

Pull request: u-boot-sunxi/master fixes for 2022.01

Message ID 20211209000650.2446-1-andre.przywara@arm.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-sunxi/master fixes for 2022.01 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master

Message

Andre Przywara Dec. 9, 2021, 12:06 a.m. UTC
Hi Tom,

please pull those two fixes from the sunxi tree.
This fixes two regressions: eMMC operation on boards with WiFi (so using
three MMC devices), and a repeated wrong error message in USB gadget
mode (fastboot, ums).

Thanks,
Andre

===========================
The following changes since commit 558002a0f2230bedf6b38716f3ed86a92fc9010b:

  Merge https://source.denx.de/u-boot/custodians/u-boot-riscv (2021-12-03 09:02:49 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master

for you to fetch changes up to fbd9207e7fe3712b372ca9889a2a82402161fd27:

  sunxi: Remove misleading USB-OTG charger message (2021-12-08 23:07:15 +0000)

----------------------------------------------------------------
Andre Przywara (2):
      sunxi: dts: Fix typoed eMMC check
      sunxi: Remove misleading USB-OTG charger message

 arch/arm/dts/sunxi-u-boot.dtsi | 2 +-
 board/sunxi/board.c            | 8 +-------
 2 files changed, 2 insertions(+), 8 deletions(-)

Comments

Tom Rini Dec. 9, 2021, 2:19 p.m. UTC | #1
On Thu, Dec 09, 2021 at 12:06:50AM +0000, Andre Przywara wrote:

> Hi Tom,
> 
> please pull those two fixes from the sunxi tree.
> This fixes two regressions: eMMC operation on boards with WiFi (so using
> three MMC devices), and a repeated wrong error message in USB gadget
> mode (fastboot, ums).
> 
> Thanks,
> Andre
> 
> ===========================
> The following changes since commit 558002a0f2230bedf6b38716f3ed86a92fc9010b:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-riscv (2021-12-03 09:02:49 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master
> 
> for you to fetch changes up to fbd9207e7fe3712b372ca9889a2a82402161fd27:
> 
>   sunxi: Remove misleading USB-OTG charger message (2021-12-08 23:07:15 +0000)
> 

Applied to u-boot/master, thanks!