mbox series

[PULL,u-boot] Please pull u-boot-amlogic-20201215

Message ID 7df22695-a473-2941-5399-98955174e10f@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20201215 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20201215

Message

Neil Armstrong Dec. 15, 2020, 8:02 a.m. UTC
Hi Tom,

This PR fixes the pinctrl bias bit handling code and the dr-mode setup on the G12A DWC3 glue driver
when switching USB device/host back and forth.

The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/5575

Thanks,
Neil

The following changes since commit 5a1a8a63be8f7262a300eddafb18020926b12fb6:

  Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel (2020-12-11 15:55:17 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20201215

for you to fetch changes up to 5ccd5d2cc98224108ae9fb09593a862c9caa5e80:

  pinctrl: meson: fix bit manipulation of pin bias configuration (2020-12-14 19:58:54 +0100)

----------------------------------------------------------------
- fix pinctrl BIAS setup which caused failure on some eMMC models
- fix dr-mode configuration in dwc3-meson-g12a glue driver

----------------------------------------------------------------
Marek Szyprowski (1):
      usb: dwc3-meson-g12a: always configure dr-mode

Neil Armstrong (1):
      pinctrl: meson: fix bit manipulation of pin bias configuration

 drivers/pinctrl/meson/pinctrl-meson.c | 4 ++--
 drivers/usb/dwc3/dwc3-meson-g12a.c    | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

Comments

Tom Rini Dec. 15, 2020, 6:08 p.m. UTC | #1
On Tue, Dec 15, 2020 at 09:02:27AM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> This PR fixes the pinctrl bias bit handling code and the dr-mode setup on the G12A DWC3 glue driver
> when switching USB device/host back and forth.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/5575
> 
> Thanks,
> Neil
> 
> The following changes since commit 5a1a8a63be8f7262a300eddafb18020926b12fb6:
> 
>   Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel (2020-12-11 15:55:17 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20201215
> 
> for you to fetch changes up to 5ccd5d2cc98224108ae9fb09593a862c9caa5e80:
> 
>   pinctrl: meson: fix bit manipulation of pin bias configuration (2020-12-14 19:58:54 +0100)
> 

Applied to u-boot/master, thanks!