Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1298529
| From | Xing Zheng <zhengxing@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform |
| Date | 2015-12-28 08:30 +0100 |
| Message-ID | <qKApH-79E-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform Xing Zheng <zhengxing@rock-chips.com> - 2015-12-28 08:30 +0100
[RESEND PATCH v1 1/4] net: ethernet: arc: Probe emac after set RMII clock Xing Zheng <zhengxing@rock-chips.com> - 2015-12-28 08:30 +0100
[RESEND PATCH v1 2/4] net: ethernet: arc: Keep emac compatibility for more Rockchip SoCs Xing Zheng <zhengxing@rock-chips.com> - 2015-12-28 08:30 +0100
Re: [RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform David Miller <davem@davemloft.net> - 2015-12-29 22:00 +0100
Re: [RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform Heiko Stübner <heiko@sntech.de> - 2015-12-29 23:30 +0100
Re: [RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform Florian Fainelli <f.fainelli@gmail.com> - 2015-12-30 00:00 +0100
Re: [RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform David Miller <davem@davemloft.net> - 2015-12-30 02:50 +0100
Re: [RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform Geert Uytterhoeven <geert@linux-m68k.org> - 2015-12-30 11:20 +0100
Re: [RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform Rob Herring <robh+dt@kernel.org> - 2015-12-30 16:10 +0100
csiph-web