linux/drivers/net/ethernet/ti
Vaibhav Hiremath d1df50f438 net: davinci_mdio: Fix typo mistake in calling runtime-pm api
By mistake (most likely a copy-paste), instead of pm_runtime_get_sync()
api, driver is calling pm_runtime_put_sync() api in resume callback
function. The bug was introduced by commit id (ae2c07aaf74:
davinci_mdio: runtime PM support).

Now, the reason why it didn't impact functionality is, the patch has
been tested on AM335x-EVM and BeagleBone platform while submitting;
and in case of AM335x the MDIO driver doesn't control the module
enable/disable part, which is handled by CPSW driver.

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-11-14 22:09:06 -05:00
..
cpmac.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-02-19 16:03:15 -05:00
cpsw_ale.c drivers: net: ethernet: cpsw: add multicast address to ALE table 2012-11-01 12:21:29 -04:00
cpsw_ale.h drivers: net: ethernet: cpsw: add multicast address to ALE table 2012-11-01 12:21:29 -04:00
cpsw.c cpsw: fix leaking IO mappings 2012-11-03 15:37:36 -04:00
cpts.c cpts: introduce time stamping code and a PTP hardware clock. 2012-11-01 12:21:30 -04:00
cpts.h cpts: introduce time stamping code and a PTP hardware clock. 2012-11-01 12:21:30 -04:00
davinci_cpdma.c net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the remaining packets 2012-10-02 22:34:21 -04:00
davinci_cpdma.h
davinci_emac.c net: ethernet: davinci_emac: add pm_runtime support 2012-07-22 12:46:42 -07:00
davinci_mdio.c net: davinci_mdio: Fix typo mistake in calling runtime-pm api 2012-11-14 22:09:06 -05:00
Kconfig Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-11-10 18:32:51 -05:00
Makefile cpts: introduce time stamping code and a PTP hardware clock. 2012-11-01 12:21:30 -04:00
tlan.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-05-07 23:35:40 -04:00
tlan.h