mbox series

Pull request: u-boot-sunxi/master

Message ID 20200602184933.486419-1-jagan@amarulasolutions.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-sunxi/master | expand

Pull-request

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

Message

Jagan Teki June 2, 2020, 6:49 p.m. UTC
Hi Tom,

Please pull this PR.

Summary:
- H6 emac support
- USB PHY H6 logic alignment

Travis-CI:
https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi

The following changes since commit d09b832cd8ccb7e37e2b188394df5a73d7074c3b:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh (2020-05-30 20:11:38 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 1e7d00ae262e124eaf97d9e3ce4fb25739e4f5d6:

  sunxi: H6: Enable Ethernet on the Pine H64 (2020-06-01 22:38:53 +0530)

----------------------------------------------------------------
Roman Stratiienko (1):
      phy: sun4i-usb: Align H6 initialization logic with the kernel

Samuel Holland (4):
      sunxi: Silence warning about non-static inline function
      net: sun8i_emac: Use consistent clock bitfield definitions
      net: sun8i_emac: Add support for the H6 variant
      sunxi: H6: Enable Ethernet on the Pine H64

 arch/arm/mach-sunxi/dram_sunxi_dw.c   | 18 +++++++++---------
 configs/pine_h64_defconfig            |  1 +
 drivers/net/sun8i_emac.c              | 20 +++++++++++++-------
 drivers/phy/allwinner/phy-sun4i-usb.c |  6 ++++--
 4 files changed, 27 insertions(+), 18 deletions(-)

Comments

Tom Rini June 3, 2020, 4:27 p.m. UTC | #1
On Wed, Jun 03, 2020 at 12:19:32AM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - H6 emac support
> - USB PHY H6 logic alignment
> 
> Travis-CI:
> https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
> 
> The following changes since commit d09b832cd8ccb7e37e2b188394df5a73d7074c3b:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh (2020-05-30 20:11:38 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi master
> 
> for you to fetch changes up to 1e7d00ae262e124eaf97d9e3ce4fb25739e4f5d6:
> 
>   sunxi: H6: Enable Ethernet on the Pine H64 (2020-06-01 22:38:53 +0530)
> 

Applied to u-boot/master, thanks!