mbox

[U-Boot] Please pull u-boot-sunxi master

Message ID 0d1ce139-e3e5-e409-95fe-31ba3ffd47a1@redhat.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

http://git.denx.de/u-boot-sunxi.git master

Message

Hans de Goede July 26, 2016, 10:30 p.m. UTC
Hi Tom,

Here is the second sunxi pull-req for v2016.09,
this adds some fixes to the h3 ethernet driver
and disables it for now as it has too much issues.

It also adds 1 new board.

The following changes since commit 4579720412744dd13266a3505bb38ce2da819b4f:

   Prepare v2016.09-rc1 (2016-07-25 22:25:52 -0400)

are available in the git repository at:

   http://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to 2eb1ff3b5b61352dcf43ca48f2b6470ec312b8d7:

   sunxi: Disable sun8i emac driver (2016-07-27 00:05:25 +0200)

----------------------------------------------------------------
Chen-Yu Tsai (3):
       sunxi: Add EMAC ethernet0 alias for H3 dtsi
       net: sun8i_emac: Do not configure AHB2 clock
       net: sun8i_emac: Drop redundant and incorrect setting of syscon register

Hans de Goede (2):
       sunxi: Add defconfig and dts file for the Orange Pi PC Plus SBC
       sunxi: Disable sun8i emac driver

  arch/arm/dts/Makefile                      |  1 +
  arch/arm/dts/sun8i-h3-orangepi-pc-plus.dts | 87 ++++++++++++++++++++++++++++++
  arch/arm/dts/sun8i-h3.dtsi                 |  4 ++
  board/sunxi/MAINTAINERS                    |  1 +
  configs/orangepi_pc_defconfig              |  2 -
  configs/orangepi_pc_plus_defconfig         | 17 ++++++
  configs/pine64_plus_defconfig              |  1 -
  drivers/net/sun8i_emac.c                   | 13 +----
  8 files changed, 111 insertions(+), 15 deletions(-)
  create mode 100644 arch/arm/dts/sun8i-h3-orangepi-pc-plus.dts
  create mode 100644 configs/orangepi_pc_plus_defconfig

Regards,

Hans

Comments

Tom Rini July 27, 2016, 12:58 a.m. UTC | #1
On Wed, Jul 27, 2016 at 12:30:56AM +0200, Hans de Goede wrote:

> Hi Tom,
> 
> Here is the second sunxi pull-req for v2016.09,
> this adds some fixes to the h3 ethernet driver
> and disables it for now as it has too much issues.
> 
> It also adds 1 new board.
> 
> The following changes since commit 4579720412744dd13266a3505bb38ce2da819b4f:
> 
>   Prepare v2016.09-rc1 (2016-07-25 22:25:52 -0400)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to 2eb1ff3b5b61352dcf43ca48f2b6470ec312b8d7:
> 
>   sunxi: Disable sun8i emac driver (2016-07-27 00:05:25 +0200)
> 

Applied to u-boot/master, thanks!
Chen-Yu Tsai July 27, 2016, 2:38 a.m. UTC | #2
Hi Hans

On Wed, Jul 27, 2016 at 6:30 AM, Hans de Goede <hdegoede@redhat.com> wrote:
> Hi Tom,
>
> Here is the second sunxi pull-req for v2016.09,
> this adds some fixes to the h3 ethernet driver
> and disables it for now as it has too much issues.
>
> It also adds 1 new board.
>
> The following changes since commit 4579720412744dd13266a3505bb38ce2da819b4f:
>
>   Prepare v2016.09-rc1 (2016-07-25 22:25:52 -0400)
>
> are available in the git repository at:
>
>   http://git.denx.de/u-boot-sunxi.git master
>
> for you to fetch changes up to 2eb1ff3b5b61352dcf43ca48f2b6470ec312b8d7:
>
>   sunxi: Disable sun8i emac driver (2016-07-27 00:05:25 +0200)
>
> ----------------------------------------------------------------
> Chen-Yu Tsai (3):
>       sunxi: Add EMAC ethernet0 alias for H3 dtsi
>       net: sun8i_emac: Do not configure AHB2 clock
>       net: sun8i_emac: Drop redundant and incorrect setting of syscon
> register
>

I sent these 2 patches around the same time:

https://patchwork.ozlabs.org/patch/651568/
    sunxi: gpio: Add .xlate function for gpio phandle resolution
https://patchwork.ozlabs.org/patch/651567/
    sunxi: Hummingbird_A31_defconfig: Drop MACPWR option

Could you pick them up as well? They fix GPIO usage through the
device tree. AFAIK the PHY reset GPIO in the designware driver
is the only place we encounter it for now.


Regards
ChenYu

> Hans de Goede (2):
>       sunxi: Add defconfig and dts file for the Orange Pi PC Plus SBC
>       sunxi: Disable sun8i emac driver
>
>  arch/arm/dts/Makefile                      |  1 +
>  arch/arm/dts/sun8i-h3-orangepi-pc-plus.dts | 87
> ++++++++++++++++++++++++++++++
>  arch/arm/dts/sun8i-h3.dtsi                 |  4 ++
>  board/sunxi/MAINTAINERS                    |  1 +
>  configs/orangepi_pc_defconfig              |  2 -
>  configs/orangepi_pc_plus_defconfig         | 17 ++++++
>  configs/pine64_plus_defconfig              |  1 -
>  drivers/net/sun8i_emac.c                   | 13 +----
>  8 files changed, 111 insertions(+), 15 deletions(-)
>  create mode 100644 arch/arm/dts/sun8i-h3-orangepi-pc-plus.dts
>  create mode 100644 configs/orangepi_pc_plus_defconfig
>
Hans de Goede July 27, 2016, 1:18 p.m. UTC | #3
Hi,

On 27-07-16 04:38, Chen-Yu Tsai wrote:
> Hi Hans
>
> On Wed, Jul 27, 2016 at 6:30 AM, Hans de Goede <hdegoede@redhat.com> wrote:
>> Hi Tom,
>>
>> Here is the second sunxi pull-req for v2016.09,
>> this adds some fixes to the h3 ethernet driver
>> and disables it for now as it has too much issues.
>>
>> It also adds 1 new board.
>>
>> The following changes since commit 4579720412744dd13266a3505bb38ce2da819b4f:
>>
>>   Prepare v2016.09-rc1 (2016-07-25 22:25:52 -0400)
>>
>> are available in the git repository at:
>>
>>   http://git.denx.de/u-boot-sunxi.git master
>>
>> for you to fetch changes up to 2eb1ff3b5b61352dcf43ca48f2b6470ec312b8d7:
>>
>>   sunxi: Disable sun8i emac driver (2016-07-27 00:05:25 +0200)
>>
>> ----------------------------------------------------------------
>> Chen-Yu Tsai (3):
>>       sunxi: Add EMAC ethernet0 alias for H3 dtsi
>>       net: sun8i_emac: Do not configure AHB2 clock
>>       net: sun8i_emac: Drop redundant and incorrect setting of syscon
>> register
>>
>
> I sent these 2 patches around the same time:
>
> https://patchwork.ozlabs.org/patch/651568/
>     sunxi: gpio: Add .xlate function for gpio phandle resolution
> https://patchwork.ozlabs.org/patch/651567/
>     sunxi: Hummingbird_A31_defconfig: Drop MACPWR option
>
> Could you pick them up as well?

Done, these are in u-boot-sunxi/next now and will be part of my
next pull-req.

Regards,

Hans