u-boot/drivers/net/ti
Faiz Abbas a58d222df9 net: ti: cpsw-common: Isolate getting syscon address from assigning macid
ti_cm_get_macid() is used to get a syscon node from the dt, read the
efuse address and then assign the macid read from the address. Divide
these two steps into separate functions one of which can be called from
ofdata_to_platdata() while the other can be called from _probe(). This
ensures that platdata can be assigned statically in a board file when
OF_CONTROL is not enabled. Also add a macid_sel_compat in private data
to get information about the macid byte placement.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
2019-04-12 08:05:53 -04:00
..
cpsw-common.c net: ti: cpsw-common: Isolate getting syscon address from assigning macid 2019-04-12 08:05:53 -04:00
cpsw.c net: ti: cpsw-common: Isolate getting syscon address from assigning macid 2019-04-12 08:05:53 -04:00
cpsw_mdio.c driver: net: ti: introduce common mdio support library 2018-11-05 10:42:00 -06:00
cpsw_mdio.h driver: net: ti: introduce common mdio support library 2018-11-05 10:42:00 -06:00
davinci_emac.c driver: net: consolidate ti's code in separate folder 2018-11-05 10:41:59 -06:00
davinci_emac.h driver: net: consolidate ti's code in separate folder 2018-11-05 10:41:59 -06:00
Kconfig configs: net: convert DRIVER_TI_KEYSTONE_NET kconfig 2018-11-05 10:41:59 -06:00
keystone_net.c net: netcp: add support for phy with rgmii ids 2019-04-12 08:05:46 -04:00
Makefile driver: net: ti: keystone_net: switch to use common mdio lib 2018-11-05 10:42:01 -06:00