All of lore.kernel.org
 help / color / mirror / Atom feed
From: serveralex@gmail.com (Alexander Müller)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] Enable ethernet support on Amlogic meson8b / Hardkernel ODROID-C1
Date: Wed, 11 May 2016 20:27:02 +0200	[thread overview]
Message-ID: <7BE15397-BC3A-49D2-9FB3-6086BDB8E31E@gmail.com> (raw)
In-Reply-To: <m2eg989b27.fsf@baylibre.com>

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@baylibre.com> wrote:
> 
> Alexander M?ller <serveralex@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@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(-)

WARNING: multiple messages have this Message-ID (diff)
From: serveralex@gmail.com (Alexander Müller)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/6] Enable ethernet support on Amlogic meson8b / Hardkernel ODROID-C1
Date: Wed, 11 May 2016 20:27:02 +0200	[thread overview]
Message-ID: <7BE15397-BC3A-49D2-9FB3-6086BDB8E31E@gmail.com> (raw)
In-Reply-To: <m2eg989b27.fsf@baylibre.com>

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@baylibre.com> wrote:
> 
> Alexander M?ller <serveralex@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@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(-)

  reply	other threads:[~2016-05-11 18:27 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-10 20:08 [PATCH 0/6] Enable ethernet support on Amlogic meson8b / Hardkernel ODROID-C1 Alexander Müller
2016-05-10 20:08 ` Alexander Müller
2016-05-10 20:08 ` [PATCH 1/6] pinctrl: meson: Fix eth_tx_en bit index Alexander Müller
2016-05-10 20:08   ` Alexander Müller
2016-05-11  9:48   ` Kevin Hilman
2016-05-11  9:48     ` Kevin Hilman
2016-05-12 13:41     ` Linus Walleij
2016-05-12 13:41       ` Linus Walleij
2016-05-10 20:08 ` [PATCH 2/6] ARM: DTS: Amlogic: Add ethernet pins Alexander Müller
2016-05-10 20:08   ` Alexander Müller
2016-05-10 20:08 ` [PATCH 3/6] ARM: clk: Amlogic: Add support for clock gates Alexander Müller
2016-05-10 20:08   ` Alexander Müller
2016-05-10 20:08 ` [PATCH 4/6] ARM: clk: Amlogic: Add clk81 " Alexander Müller
2016-05-10 20:08   ` Alexander Müller
2016-05-10 20:08 ` [PATCH 5/6] ARM: DTS: Amlogic: Enable ethernet on meson8b Alexander Müller
2016-05-10 20:08   ` Alexander Müller
2016-05-10 20:08 ` [PATCH 6/6] ARM: DTS: Amlogic: Enable ethernet on ODROID-C1 Alexander Müller
2016-05-10 20:08   ` Alexander Müller
2016-05-11  9:52 ` [PATCH 0/6] Enable ethernet support on Amlogic meson8b / Hardkernel ODROID-C1 Kevin Hilman
2016-05-11  9:52   ` Kevin Hilman
2016-05-11 18:27   ` Alexander Müller [this message]
2016-05-11 18:27     ` Alexander Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7BE15397-BC3A-49D2-9FB3-6086BDB8E31E@gmail.com \
    --to=serveralex@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.