[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1374423904-2668-1-git-send-email-festevam@gmail.com>
Date: Sun, 21 Jul 2013 13:24:58 -0300
From: Fabio Estevam <festevam@...il.com>
To: davem@...emloft.net
Cc: kernel@...gutronix.de, Frank.Li@...escale.com,
shawn.guo@...aro.org, netdev@...r.kernel.org,
Fabio Estevam <festevam@...il.com>
Subject: [PATCH 0/6] fec: Improve resources handling
This series improves clock handling in the driver by not enabling/disabling
the optional ptp and enet_out clocks unconditionally, check for the return value
of clk_prepare_enable and also handle clk_ptp in suspend/resume.
Remove an unneeded check in platform_get_resource() and also use
devm_request_irq() that can help to simplify the code.
Fabio Estevam (6):
fec: Do not enable/disable optional clocks unconditionally
fec: Fix the order for enabling/disabling the clocks
fec: Enable/disable clk_ptp in suspend/resume
fec: Check the return value from clk_prepare_enable()
fec: Remove unneeded check in platform_get_resource()
fec: Use devm_request_irq()
drivers/net/ethernet/freescale/fec_main.c | 110 ++++++++++++++++++++----------
1 file changed, 73 insertions(+), 37 deletions(-)
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists