
4 Dec
2015
4 Dec
'15
7:24 a.m.
On Thu, Dec 3, 2015 at 10:48 PM, Michal Simek michal.simek@xilinx.com wrote:
- 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 michal.simek@xilinx.com
Changes in v3:
- Add remove function reported by Bin Meng
Changes in v2:
- Remove accidentially added mmc code
- Sort dm.h header
- add platdata_auto_alloc_size
- Read iobase from pdata instead of via gev_get_addr
- Check positive return value from fdtdec_lookup_phandles instead of -1
Reviewed-by: Bin Meng bmeng.cn@gmail.com