From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Sun, 26 Jun 2016 15:45:57 -0400 (EDT) Subject: [PATCH v2] net: stmmac: dwmac-rk: add rk3228-specific data In-Reply-To: <1466512409-18855-1-git-send-email-zhengxing@rock-chips.com> References: <1466512409-18855-1-git-send-email-zhengxing@rock-chips.com> Message-ID: <20160626.154557.2260848143510311898.davem@davemloft.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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.