mbox series

Please pull u-boot-net/master

Message ID CAGi-RUJwtFRGqB_=5YQx1Gn+fKO0CocyVRfR9k5K+LCKz7suhA@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-net/master | expand

Pull-request

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

Message

Ramon Fried Dec. 2, 2021, 8:22 a.m. UTC
Hi Tom,
The below contains two fixes from Marek for designware and mdio.

The following changes since commit 4a14bfffd42f968ed9d72a780a8d44a9053c5b95:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
(2021-11-30 08:59:22 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 3fbd17aadf792735846a5f2052b3f68f7075201f:

  net: dwc_eth_qos: Enable clock in probe (2021-12-02 08:35:44 +0200)

----------------------------------------------------------------
Marek Vasut (2):
      net: eth-phy: Handle gpio_request_by_name() return value
      net: dwc_eth_qos: Enable clock in probe

 drivers/net/dwc_eth_qos.c    | 22 +++++++++++-----------
 drivers/net/eth-phy-uclass.c |  2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

Thanks,
Ramon.

Comments

Tom Rini Dec. 2, 2021, 7:59 p.m. UTC | #1
On Thu, Dec 02, 2021 at 10:22:52AM +0200, Ramon Fried wrote:

> Hi Tom,
> The below contains two fixes from Marek for designware and mdio.
> 
> The following changes since commit 4a14bfffd42f968ed9d72a780a8d44a9053c5b95:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
> (2021-11-30 08:59:22 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-net.git/
> 
> for you to fetch changes up to 3fbd17aadf792735846a5f2052b3f68f7075201f:
> 
>   net: dwc_eth_qos: Enable clock in probe (2021-12-02 08:35:44 +0200)
> 

Applied to u-boot/master, thanks!