]> Git Repo - u-boot.git/commit
net: gem: Move driver to DM
authorMichal Simek <[email protected]>
Mon, 30 Nov 2015 13:14:56 +0000 (14:14 +0100)
committerMichal Simek <[email protected]>
Mon, 7 Dec 2015 09:14:22 +0000 (10:14 +0100)
commit6889ca7198f68691ddd7923268040eb7f4e6d3ff
treee73bf853e2df4126878d56c654027b1737c1402e
parent5a9284f7f503f21c0f231b96d62747662080050d
net: gem: Move driver to DM

- Enable DM_ETH by default for Zynq and ZynqMP
- Remove board_eth_init code
- Change miiphy_read function to return value instead of error code
  based on DM requirement
- Do not enable EMIO DT support by default

Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
arch/arm/Kconfig
board/xilinx/zynq/board.c
board/xilinx/zynqmp/zynqmp.c
drivers/net/zynq_gem.c
include/configs/zynq-common.h
include/netdev.h
This page took 0.038504 seconds and 4 git commands to generate.