]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: net: cpsw: fix cpsw clock gating issue across suspend/resume
authorMugunthan V N <mugunthanvnm@ti.com>
Tue, 18 Jun 2013 09:34:35 +0000 (15:04 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jun 2013 01:33:58 +0000 (18:33 -0700)
commit3463a44a187c20fab9f49ffe058dbac3bae3fd10
tree769a950b177667066eee283deda5b40bfcf8218f
parentb16e1de6b34cfd78e9c1de34b0f0c9a67b8223c1
drivers: net: cpsw: fix cpsw clock gating issue across suspend/resume

Due to some hardware integration issue, CPSW sliver modules requires a
reset across suspend/resume cycle for a successful clock gating to
CPGMAC (CPSW and Davinci MDIO) in AM335x PG1.0.
This issue is fixed in PG2.x, though to support suspend/resume on PG1.0
this reset is required.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c