Re: [PATCH net,stable 1/1] net: fec: manage ahb clock in runtime pm

2019-04-11 Thread David Miller
From: Andy Duan Date: Tue, 9 Apr 2019 03:40:56 + > Some SOC like i.MX6SX clock have some limits: > - ahb clock should be disabled before ipg. > - ahb and ipg clocks are required for MAC MII bus. > So, move the ahb clock to runtime management together with > ipg clock. > > Signed-off-by: Fuga

[PATCH net,stable 1/1] net: fec: manage ahb clock in runtime pm

2019-04-08 Thread Andy Duan
Some SOC like i.MX6SX clock have some limits: - ahb clock should be disabled before ipg. - ahb and ipg clocks are required for MAC MII bus. So, move the ahb clock to runtime management together with ipg clock. Signed-off-by: Fugang Duan --- drivers/net/ethernet/freescale/fec_main.c | 30