Home
last modified time | relevance | path

Searched hist:"83 a8471ba25518bf886c2b5e8ab232e130942929" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/ti/
H A Dcpsw.cdiff 83a8471ba25518bf886c2b5e8ab232e130942929 Fri Apr 26 19:12:36 CEST 2019 Grygorii Strashko <grygorii.strashko@ti.com> net: ethernet: ti: cpsw: refactor probe to group common hw initialization

Rework probe to group common hw initialization:
- group resources request at the beginning of the probe
- move net device initialization and registration at the end of the probe
- drop cpsw_slave_init
as preparation of refactoring of common hw initialization code to
separate function.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>