]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: net: dm: convert fdt_get to dev_read
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 7 Jun 2017 16:46:01 +0000 (18:46 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 11 Jul 2017 10:13:43 +0000 (12:13 +0200)
commit9fcd43ecdc2a0c38432f9f1d9a31f5015b391043
treec257aef8ef23c75090c6c47427dac89de67c45ca
parentbe145f1f058a28c031a66aa0354c5ba0084cecc6
rockchip: net: dm: convert fdt_get to dev_read

With the new dev_read functions available, we can convert the rockchip
architecture-specific drivers and common drivers used by these devices
over to the dev_read family of calls.

This covers the Gigabit Ethernet MAC (i.e. common designware driver and
rockchip-specific wrapper).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/net/designware.c
drivers/net/gmac_rockchip.c