[PATCH 0/6] Enable ethernet support on Amlogic meson8b / Hardkernel ODROID-C1

Kevin Hilman khilman at baylibre.com
Wed May 11 02:52:00 PDT 2016


Alexander Müller <serveralex at gmail.com> writes:

> This patch series fixes a glitch in the pinctrl driver, adds clock gates
> support and configures ethernet support via stmmac.
>
> The previously sent patch "pinctrl: meson: Fix eth_tx_en bit index" is
> also included in this patch series.

Tested-by: Kevin Hilman <khilman at baylibre.com>

I tested ethernet support on my odroidc1 with an NFS root and things are
working well.

Alexander, could you separate out the clock patches and (re)send them
making sure to copy the linux-clk list so the clock maintainers are sure
to see them?  Thanks.

Kevin

>
> Alexander Müller (6):
>   pinctrl: meson: Fix eth_tx_en bit index
>   ARM: DTS: Amlogic: Add ethernet pins
>   ARM: clk: Amlogic: Add support for clock gates
>   ARM: clk: Amlogic: Add clk81 clock gates
>   ARM: DTS: Amlogic: Enable ethernet on meson8b
>   ARM: DTS: Amlogic: Enable ethernet on ODROID-C1
>
>  arch/arm/boot/dts/meson8b-odroidc1.dts   |  10 ++
>  arch/arm/boot/dts/meson8b.dtsi           |  25 ++++
>  drivers/clk/meson/clkc.c                 |  18 +++
>  drivers/clk/meson/clkc.h                 |  18 +++
>  drivers/clk/meson/meson8b-clkc.c         | 196 +++++++++++++++++++++++++++++++
>  drivers/pinctrl/meson/pinctrl-meson8b.c  |   2 +-
>  include/dt-bindings/clock/meson8b-clkc.h |  99 +++++++++++++++-
>  7 files changed, 365 insertions(+), 3 deletions(-)



More information about the linux-amlogic mailing list