Re: [PATCH 2/2] drivers: net: davinci_mdio: use pinctrl PM helpers

2013-06-10 Thread Linus Walleij
On Thu, Jun 6, 2013 at 8:15 PM, Mugunthan V N mugunthan...@ti.com wrote: This utilize the new pinctrl core PM helpers to transition the driver to default and sleep states. Signed-off-by: Mugunthan V N mugunthan...@ti.com This version of the patch applied with DaveM:s ACK. Yours, Linus

[PATCH 2/2] drivers: net: davinci_mdio: use pinctrl PM helpers

2013-06-06 Thread Mugunthan V N
This utilize the new pinctrl core PM helpers to transition the driver to default and sleep states. Signed-off-by: Mugunthan V N mugunthan...@ti.com --- drivers/net/ethernet/ti/davinci_mdio.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/net/ethernet/ti/davinci_mdio.c