[PATCH 0/6] Enable ethernet support on Amlogic meson8b / Hardkernel ODROID-C1
Alexander Müller
serveralex at gmail.com
Wed May 11 11:27:02 PDT 2016
Sure. I separated the clock patches and sent them to the linux-clk mailing list:
http://permalink.gmane.org/gmane.linux.kernel.clk/6398
Alex
> On 11 May 2016, at 11:52, Kevin Hilman <khilman at baylibre.com> wrote:
>
> 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-arm-kernel
mailing list