From: antoine.tenart@free-electrons.com (Antoine Tenart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 00/10] ARM: Berlin: Ethernet support
Date: Fri, 26 Sep 2014 16:37:37 +0200 [thread overview]
Message-ID: <20140926143737.GA23559@kwain> (raw)
In-Reply-To: <1411742036-23520-1-git-send-email-antoine.tenart@free-electrons.com>
On Fri, Sep 26, 2014 at 04:33:46PM +0200, Antoine Tenart wrote:
> Hi all,
>
> This series introduce support for the Ethernet controller on Berlin SoCs,
> using the existing pxa168 Ethernet driver. In order to do this, DT
> support is added to the driver alongside some other modifications and
> fixes.
>
> This has been tested on a Berlin BG2Q DMP board.
>
> Changes since v4:
> - removed the phy-addr property and added a phy subnode
> - added COMPILE_TEST for the pxa168_eth driver
>
> Changes since v3:
> - moved the addition of pxa168_eth_get_mac_address() to the patch
> using it first
>
> Changes since v2:
> - reworked how the MAC address is configured
> - made the clock anonymous
>
> Changes since v1:
> - removed custom Berlin Ethernet driver
> - used the pxa168 Ethernet driver instead
> - made modifications to the pxa168 driver (DT support, fixes)
>
That's really the cover letter for the v5, not v6, I made a typo in the
subject...
Antoine
--
Antoine T?nart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: Antoine Tenart <antoine.tenart@free-electrons.com>
To: sebastian.hesselbarth@gmail.com
Cc: Antoine Tenart <antoine.tenart@free-electrons.com>,
alexandre.belloni@free-electrons.com,
thomas.petazzoni@free-electrons.com, zmxu@marvell.com,
jszhang@marvell.com, netdev@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 00/10] ARM: Berlin: Ethernet support
Date: Fri, 26 Sep 2014 16:37:37 +0200 [thread overview]
Message-ID: <20140926143737.GA23559@kwain> (raw)
In-Reply-To: <1411742036-23520-1-git-send-email-antoine.tenart@free-electrons.com>
On Fri, Sep 26, 2014 at 04:33:46PM +0200, Antoine Tenart wrote:
> Hi all,
>
> This series introduce support for the Ethernet controller on Berlin SoCs,
> using the existing pxa168 Ethernet driver. In order to do this, DT
> support is added to the driver alongside some other modifications and
> fixes.
>
> This has been tested on a Berlin BG2Q DMP board.
>
> Changes since v4:
> - removed the phy-addr property and added a phy subnode
> - added COMPILE_TEST for the pxa168_eth driver
>
> Changes since v3:
> - moved the addition of pxa168_eth_get_mac_address() to the patch
> using it first
>
> Changes since v2:
> - reworked how the MAC address is configured
> - made the clock anonymous
>
> Changes since v1:
> - removed custom Berlin Ethernet driver
> - used the pxa168 Ethernet driver instead
> - made modifications to the pxa168 driver (DT support, fixes)
>
That's really the cover letter for the v5, not v6, I made a typo in the
subject...
Antoine
--
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-09-26 14:37 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-26 14:33 [PATCH v6 00/10] ARM: Berlin: Ethernet support Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 01/10] net: pxa168_eth: clean up Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 02/10] net: pxa168_eth: add device tree support Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-29 20:04 ` David Miller
2014-09-29 20:04 ` David Miller
2014-09-29 20:04 ` David Miller
2014-09-30 14:28 ` Antoine Tenart
2014-09-30 14:28 ` Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 03/10] Documentation: bindings: net: add the Marvell PXA168 Ethernet controller Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 04/10] net: pxa168_eth: fix Ethernet flow control status Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 05/10] net: pxa168_eth: set the mac address on the Ethernet controller Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 06/10] net: pxa168_eth: rework the MAC address setup Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 07/10] net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driver Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 08/10] net: pxa168_eth: allow to compile the pxa168_eth driver for tests Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` [PATCH v5 09/10] ARM: dts: berlin: add the Ethernet node Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 17:25 ` Sergei Shtylyov
2014-09-26 17:25 ` Sergei Shtylyov
2014-09-29 14:34 ` Sebastian Hesselbarth
2014-09-29 14:34 ` Sebastian Hesselbarth
2014-09-26 14:33 ` [PATCH v5 10/10] ARM: dts: berlin: enable the Ethernet port on the BG2Q DMP Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:33 ` Antoine Tenart
2014-09-26 14:37 ` Antoine Tenart [this message]
2014-09-26 14:37 ` [PATCH v6 00/10] ARM: Berlin: Ethernet support Antoine Tenart
-- strict thread matches above, loose matches on Subject: below --
2014-09-30 14:28 Antoine Tenart
2014-09-30 14:28 ` Antoine Tenart
2014-09-30 20:37 ` David Miller
2014-09-30 20:37 ` David Miller
2014-09-30 22:01 ` Sebastian Hesselbarth
2014-09-30 22:01 ` Sebastian Hesselbarth
2014-09-30 23:59 ` David Miller
2014-09-30 23:59 ` David Miller
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=20140926143737.GA23559@kwain \
--to=antoine.tenart@free-electrons.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.