Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751980AbbL1HXm (ORCPT ); Mon, 28 Dec 2015 02:23:42 -0500 Received: from regular1.263xmail.com ([211.150.99.137]:54536 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751373AbbL1HW7 (ORCPT ); Mon, 28 Dec 2015 02:22:59 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 0 X-RL-SENDER: zhengxing@rock-chips.com X-FST-TO: linux-rockchip@lists.infradead.org X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: zhengxing@rock-chips.com X-UNIQUE-TAG: <1add4a7a26f5052bf0612f7047b228f6> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 From: Xing Zheng To: linux-rockchip@lists.infradead.org Cc: keescook@google.com, leozwang@google.comi, heiko@sntech.de, davem@davemloft.net, Xing Zheng , Russell King , devicetree@vger.kernel.org, netdev@vger.kernel.org, Paul Gortmaker , Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Pawel Moll , Geert Uytterhoeven , Mark Rutland , Rob Herring , linux-arm-kernel@lists.infradead.org Subject: [RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform Date: Mon, 28 Dec 2015 15:22:17 +0800 Message-Id: <1451287341-16453-1-git-send-email-zhengxing@rock-chips.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1058 Lines: 30 Hi, We have supported the emac for RK3066/RK3188, but the RK3036 have some configuration different with them. We should let the driver of emac_rockchip compatible with other Rockchip SoCs. Xing Zheng (4): net: ethernet: arc: Probe emac after set RMII clock net: ethernet: arc: Keep emac compatibility for more Rockchip SoCs net: ethernet: arc: Add support emac for RK3036 ARM: dts: rockchip: Add support emac for RK3036 arch/arm/boot/dts/rk3036-evb.dts | 25 +++++++++ arch/arm/boot/dts/rk3036-kylin.dts | 23 ++++++++ arch/arm/boot/dts/rk3036.dtsi | 32 +++++++++++ drivers/net/ethernet/arc/Kconfig | 4 +- drivers/net/ethernet/arc/emac_rockchip.c | 86 ++++++++++++++++++++---------- 5 files changed, 140 insertions(+), 30 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/