On 11 January 2017 at 03:46, Romain Perier <romain.per...@collabora.com> wrote: > From: Sjoerd Simons <sjoerd.sim...@collabora.co.uk> > > Add a new driver for the GMAC ethernet interface present in Rockchip > RK3288 SOCs. This driver subclasses the generic design-ware driver to > add the glue needed specifically for Rockchip. > > Signed-off-by: Sjoerd Simons <sjoerd.sim...@collabora.co.uk> > Signed-off-by: Simon Glass <s...@chromium.org> > Signed-off-by: Romain Perier <romain.per...@collabora.com> > Acked-by: Joe Hershberger <joe.hershber...@ni.com> > --- > > Changes in v7: None > Changes in v6: > - Changed Acked-by to Signed-off-by for Romain > Changes in v5: > - Rename the driver to gmac_rockchip as suggested by David Wu > - Rewrote commit message (gmac_rk3288 -> gmac_rockchip) > - Added Acked-by for Romain > > Changes in v4: None > Changes in v3: > - Add comments for struct gmac_rk3288_platdata > - Adjust binding to use r/tx-delay instead of r/tx_delay > - Sort includes > - Use debug() instead of printf() for error > - Use function calls instead of fix_mac_speed() hook > - Use new clk interface > > drivers/net/Kconfig | 7 ++ > drivers/net/Makefile | 1 + > drivers/net/gmac_rockchip.c | 154 > ++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 162 insertions(+) > create mode 100644 drivers/net/gmac_rockchip.c
Applied to u-boot-rockchip, thanks! _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot