All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Roger Chen <roger.chen@rock-chips.com>
Cc: heiko@sntech.de, linux-rockchip@lists.infradead.org,
	zhengxing@rock-chips.com, pawel.moll@arm.com,
	mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
	galak@codeaurora.org, peppe.cavallaro@st.com,
	alexandre.torgue@st.com, davem@davemloft.net,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH 1/3] net: stmmac: dwmac-rk: add rk3366 & rk3399-specific data
Date: Mon, 11 Jul 2016 09:34:14 -0500	[thread overview]
Message-ID: <20160711143414.GA8707@rob-hp-laptop> (raw)
In-Reply-To: <1467802291-6487-2-git-send-email-roger.chen@rock-chips.com>

On Wed, Jul 06, 2016 at 06:51:29PM +0800, Roger Chen wrote:
> Add constants and callback functions for the dwmac on rk3368 socs.
> As can be seen, the base structure is the same, only registers and
> the bits in them moved slightly.
> 
> Signed-off-by: Roger Chen <roger.chen@rock-chips.com>
> ---
>  .../devicetree/bindings/net/rockchip-dwmac.txt     |   3 +-

Acked-by: Rob Herring <robh@kernel.org>

>  drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c     | 226 +++++++++++++++++++++
>  2 files changed, 228 insertions(+), 1 deletion(-)

WARNING: multiple messages have this Message-ID (diff)
From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] net: stmmac: dwmac-rk: add rk3366 & rk3399-specific data
Date: Mon, 11 Jul 2016 09:34:14 -0500	[thread overview]
Message-ID: <20160711143414.GA8707@rob-hp-laptop> (raw)
In-Reply-To: <1467802291-6487-2-git-send-email-roger.chen@rock-chips.com>

On Wed, Jul 06, 2016 at 06:51:29PM +0800, Roger Chen wrote:
> Add constants and callback functions for the dwmac on rk3368 socs.
> As can be seen, the base structure is the same, only registers and
> the bits in them moved slightly.
> 
> Signed-off-by: Roger Chen <roger.chen@rock-chips.com>
> ---
>  .../devicetree/bindings/net/rockchip-dwmac.txt     |   3 +-

Acked-by: Rob Herring <robh@kernel.org>

>  drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c     | 226 +++++++++++++++++++++
>  2 files changed, 228 insertions(+), 1 deletion(-)

  reply	other threads:[~2016-07-11 14:34 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-06 10:51 [PATCH 0/3] *** support GMAC for RK3399 & RK3366 *** Roger Chen
2016-07-06 10:51 ` Roger Chen
2016-07-06 10:51 ` Roger Chen
     [not found] ` <1467802291-6487-1-git-send-email-roger.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-07-06 10:51   ` [PATCH 1/3] net: stmmac: dwmac-rk: add rk3366 & rk3399-specific data Roger Chen
2016-07-06 10:51     ` Roger Chen
2016-07-06 10:51     ` Roger Chen
2016-07-11 14:34     ` Rob Herring [this message]
2016-07-11 14:34       ` Rob Herring
     [not found]     ` <1467802291-6487-2-git-send-email-roger.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-08-08 20:35       ` Heiko Stübner
2016-08-08 20:35         ` Heiko Stübner
2016-08-08 20:35         ` Heiko Stübner
2016-07-06 10:51   ` [PATCH 2/3] arm64: dts: rockchip: add GMAC dt nodes for rk3399 SoC Roger Chen
2016-07-06 10:51     ` Roger Chen
2016-07-06 10:51     ` Roger Chen
     [not found]     ` <1467802291-6487-3-git-send-email-roger.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-07-06 12:23       ` Sergei Shtylyov
2016-07-06 12:23         ` Sergei Shtylyov
2016-07-06 12:23         ` Sergei Shtylyov
2016-07-06 10:51   ` [PATCH 3/3] arm64: dts: rockchip: add GMAC dt nodes for RK3399 evb Roger Chen
2016-07-06 10:51     ` Roger Chen
2016-07-06 10:51     ` Roger Chen

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=20160711143414.GA8707@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=alexandre.torgue@st.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=heiko@sntech.de \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=netdev@vger.kernel.org \
    --cc=pawel.moll@arm.com \
    --cc=peppe.cavallaro@st.com \
    --cc=roger.chen@rock-chips.com \
    --cc=zhengxing@rock-chips.com \
    /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.