From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2] net: stmmac: dwmac-rk: add rk3228-specific data Date: Sun, 26 Jun 2016 15:45:57 -0400 (EDT) Message-ID: <20160626.154557.2260848143510311898.davem@davemloft.net> References: <1466512409-18855-1-git-send-email-zhengxing@rock-chips.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1466512409-18855-1-git-send-email-zhengxing@rock-chips.com> Sender: linux-kernel-owner@vger.kernel.org To: zhengxing@rock-chips.com Cc: heiko@sntech.de, linux-rockchip@lists.infradead.org, roger.chen@rock-chips.com, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, peppe.cavallaro@st.com, alexandre.torgue@st.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org List-Id: devicetree@vger.kernel.org From: Xing Zheng Date: Tue, 21 Jun 2016 20:33:28 +0800 > Add constants and callback functions for the dwmac on rk3228/rk3229 socs. > As can be seen, the base structure is the same, only registers and the > bits in them moved slightly. > > Signed-off-by: Xing Zheng Applied, thanks.