mbox series

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

Message ID bfecf72a-6bbd-abd0-9ac9-cc3d7cb0715c@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20210428 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210428

Message

Neil Armstrong April 28, 2021, 3:50 p.m. UTC
Hi Tom,

A single patch to fix boot on (at least) Odroid-C4, where the MDIO bus reset used random
sleep values instead of the proper pdata values.

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

Thanks,
Neil

The following changes since commit 79b0f08d6af498e6fda8cd257d62e2095764410c:

  configs: Resync with savedefconfig (2021-04-27 08:28:38 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210428

for you to fetch changes up to 98b8204626ac2837e927e79d3dfe77246e506c02:

  net: designware: fix PHY reset with DM_MDIO (2021-04-28 17:45:26 +0200)

----------------------------------------------------------------
- net: designware: fix PHY reset with DM_MDIO, fixing boot of (at least) Odroid-C4

----------------------------------------------------------------
Neil Armstrong (1):
      net: designware: fix PHY reset with DM_MDIO

 drivers/net/designware.c | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Comments

Tom Rini April 29, 2021, 3:30 p.m. UTC | #1
On Wed, Apr 28, 2021 at 05:50:41PM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> A single patch to fix boot on (at least) Odroid-C4, where the MDIO bus reset used random
> sleep values instead of the proper pdata values.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/7337
> 
> Thanks,
> Neil
> 
> The following changes since commit 79b0f08d6af498e6fda8cd257d62e2095764410c:
> 
>   configs: Resync with savedefconfig (2021-04-27 08:28:38 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210428
> 
> for you to fetch changes up to 98b8204626ac2837e927e79d3dfe77246e506c02:
> 
>   net: designware: fix PHY reset with DM_MDIO (2021-04-28 17:45:26 +0200)
> 

Applied to u-boot/master, thanks!