mbox series

[0/2] ARM: Actions updates for v5.14

Message ID 20210628072817.8269-1-mani@kernel.org (mailing list archive)
Headers show
Series ARM: Actions updates for v5.14 | expand

Message

Manivannan Sadhasivam June 28, 2021, 7:28 a.m. UTC
Hi Arnd, Olof,

Sorry for submitting this short series so late. I was waiting for the clk
patches to be picked by Stephen.

For the Actions ARM32 platform, we have just couple of patches for v5.14 cycle
adding Ethernet support to the S500 SoC and enabling it on the Roseapple Pi dev
board. The EMAC controller is an in-house IP from Actions Semi capable of
operating at 10/100Mb/s in half-duplex and full-duplex modes. The emac driver
patches are already merged into netdev and the clk patches are just queued for
v5.14.

The ethernet node depends on the clk binding update for which the patch has
already been merged into clk tree[1].

Please consider applying!

Thanks,
Mani

[1] https://lore.kernel.org/lkml/1d0902cf073f76a1a602410061481ccb3fc36a72.1623354574.git.cristian.ciocaltea@gmail.com/

Cristian Ciocaltea (2):
  ARM: dts: owl-s500: Add ethernet support
  ARM: dts: owl-s500-roseapplepi: Add ethernet support

 arch/arm/boot/dts/owl-s500-roseapplepi.dts | 45 ++++++++++++++++++++++
 arch/arm/boot/dts/owl-s500.dtsi            | 10 +++++
 2 files changed, 55 insertions(+)

Comments

Arnd Bergmann Aug. 2, 2021, 1:34 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 28 Jun 2021 12:58:15 +0530, Manivannan Sadhasivam wrote:
> Sorry for submitting this short series so late. I was waiting for the clk
> patches to be picked by Stephen.
> 
> For the Actions ARM32 platform, we have just couple of patches for v5.14 cycle
> adding Ethernet support to the S500 SoC and enabling it on the Roseapple Pi dev
> board. The EMAC controller is an in-house IP from Actions Semi capable of
> operating at 10/100Mb/s in half-duplex and full-duplex modes. The emac driver
> patches are already merged into netdev and the clk patches are just queued for
> v5.14.
> 
> [...]

Applied to arm/dt, thanks!

[1/2] ARM: dts: owl-s500: Add ethernet support
      commit: df5060dce764998800baa085fc1a31c71fa15f2f
[2/2] ARM: dts: owl-s500-roseapplepi: Add ethernet support
      commit: 062f82a0b7a760db3fb08f33c9a919c301c2ad9b

       Arnd