* [GIT PULL] Allwinner H3 changes for 4.13
@ 2017-06-14 20:23 Maxime Ripard
2017-06-19 3:45 ` Olof Johansson
0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2017-06-14 20:23 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof,
This time again, due to the shared DTSI between the H3 and H5, we had
to create a common branch shared by both arm and arm64 (commits up to
0eba511a3cac).
This one is built on top of that common branch and the H5 will be
built the same way.
Thanks!
Maxime
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-h3-for-4.13
for you to fetch changes up to 7a78ef92cdc5813cab2c3a8ca2334eaaedc6818c:
ARM: sun8i: h3: Enable EMAC with external PHY on Orange Pi Plus 2E (2017-06-10 11:24:39 +0200)
----------------------------------------------------------------
Allwinner H3 changes for 4.13
This tag is about bringing the EMAC support to the H3 boards.
----------------------------------------------------------------
Chen-Yu Tsai (2):
ARM: sunxi: h3-h5: Convert R_CCU raw numbers to macros
ARM: sun8i: h3: Enable EMAC with external PHY on Orange Pi Plus 2E
Corentin Labbe (10):
arm: sun8i: sunxi-h3-h5: Add dt node for the syscon control module
arm: sun8i: sunxi-h3-h5: add dwmac-sun8i ethernet driver
arm: sun8i: orangepi-pc: Enable dwmac-sun8i
arm: sun8i: orangepi-one: Enable dwmac-sun8i
arm: sun8i: orangepi-2: Enable dwmac-sun8i
arm: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to active high
arm: sun8i: nanopi-neo: Enable dwmac-sun8i
ARM: sun8i: orangepi-plus: Enable dwmac-sun8i
ARM: sun8i: bananapi-m2-plus: Enable dwmac-sun8i
arm: sun8i: orangepi-zero: Enable dwmac-sun8i
arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 8 ++++
arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dts | 29 ++++++++++++++
arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts | 7 ++++
arch/arm/boot/dts/sun8i-h3-orangepi-2.dts | 8 ++++
arch/arm/boot/dts/sun8i-h3-orangepi-one.dts | 8 ++++
arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts | 5 +++
arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 8 ++++
arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts | 32 +++++++++++++++
arch/arm/boot/dts/sun8i-h3-orangepi-plus2e.dts | 26 ++++++++++++
arch/arm/boot/dts/sunxi-h3-h5.dtsi | 48 +++++++++++++++++++++--
10 files changed, 176 insertions(+), 3 deletions(-)
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170614/bd854d67/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] Allwinner H3 changes for 4.13
2017-06-14 20:23 [GIT PULL] Allwinner H3 changes for 4.13 Maxime Ripard
@ 2017-06-19 3:45 ` Olof Johansson
0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2017-06-19 3:45 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jun 14, 2017 at 10:23:16PM +0200, Maxime Ripard wrote:
> Hi Arnd, Olof,
>
> This time again, due to the shared DTSI between the H3 and H5, we had
> to create a common branch shared by both arm and arm64 (commits up to
> 0eba511a3cac).
>
> This one is built on top of that common branch and the H5 will be
> built the same way.
Ok, that works well for us. We might just fold the two dt branches in our tree
at some point, but not yet.
>
> Thanks!
> Maxime
>
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
>
> Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-h3-for-4.13
>
> for you to fetch changes up to 7a78ef92cdc5813cab2c3a8ca2334eaaedc6818c:
>
> ARM: sun8i: h3: Enable EMAC with external PHY on Orange Pi Plus 2E (2017-06-10 11:24:39 +0200)
>
> ----------------------------------------------------------------
> Allwinner H3 changes for 4.13
>
> This tag is about bringing the EMAC support to the H3 boards.
Merged, thanks.
> ----------------------------------------------------------------
> Chen-Yu Tsai (2):
> ARM: sunxi: h3-h5: Convert R_CCU raw numbers to macros
> ARM: sun8i: h3: Enable EMAC with external PHY on Orange Pi Plus 2E
>
> Corentin Labbe (10):
> arm: sun8i: sunxi-h3-h5: Add dt node for the syscon control module
> arm: sun8i: sunxi-h3-h5: add dwmac-sun8i ethernet driver
> arm: sun8i: orangepi-pc: Enable dwmac-sun8i
> arm: sun8i: orangepi-one: Enable dwmac-sun8i
> arm: sun8i: orangepi-2: Enable dwmac-sun8i
> arm: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to active high
> arm: sun8i: nanopi-neo: Enable dwmac-sun8i
> ARM: sun8i: orangepi-plus: Enable dwmac-sun8i
> ARM: sun8i: bananapi-m2-plus: Enable dwmac-sun8i
> arm: sun8i: orangepi-zero: Enable dwmac-sun8i
Nit: We tend to use ARM: dts: for prefix, and it seems like the
dwmac-sun8i could just as well have been folded into one or just a
few patches.
-Olof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-19 3:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-14 20:23 [GIT PULL] Allwinner H3 changes for 4.13 Maxime Ripard
2017-06-19 3:45 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).