[U-Boot] [PATCH v7 05/11] net: gmac_rockchip: Add Rockchip GMAC driver

Simon Glass sjg at chromium.org
Thu Jan 12 06:08:47 CET 2017


On 11 January 2017 at 03:46, Romain Perier <romain.perier at collabora.com> wrote:
> From: Sjoerd Simons <sjoerd.simons at 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.simons at collabora.co.uk>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Romain Perier <romain.perier at collabora.com>
> Acked-by: Joe Hershberger <joe.hershberger at 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!


More information about the U-Boot mailing list