mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v5 0/3] usb: ohci-at91: various improvements
@ 2013-12-09  8:51 Boris BREZILLON
  2013-12-09  8:51 ` [PATCH v5 1/3] usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resource Boris BREZILLON
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Boris BREZILLON @ 2013-12-09  8:51 UTC (permalink / raw)
  To: Douglas Gilbert, Nicolas Ferre, Tomasz Figa, Alan Stern,
	Greg Kroah-Hartman, Sergei Shtylyov
  Cc: Grant Likely, linux-usb, linux-kernel, linux-arm-kernel, Boris BREZILLON

Hello,

This patch series moves the different driver resources (clks and iomem)
retrieval to the device managed versions (devm_ functions).

Best Regards,

Boris

Changes since v4:
 - remove unneeded debug trace in case devm_ioremap_resource fails
   (an error message is already printed within this function)

Changes since v3:
 - replace devm_request_and_ioremap call by devm_ioremap_resource

Changes since v2:
 - split urgent fix and resource retrieval improvements

Boris BREZILLON (3):
  usb: ohci-at91: replace request_mem_region + ioremap by
    devm_ioremap_resource
  usb: ohci-at91: use dev variable instead of &pdev->dev
  usb: ohci-at91: use device managed clk retrieval

 drivers/usb/host/ohci-at91.c |   67 ++++++++++++------------------------------
 1 file changed, 18 insertions(+), 49 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-06 18:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-09  8:51 [PATCH v5 0/3] usb: ohci-at91: various improvements Boris BREZILLON
2013-12-09  8:51 ` [PATCH v5 1/3] usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resource Boris BREZILLON
2014-01-06 18:08   ` Olof Johansson
2014-01-06 18:51     ` boris brezillon
2013-12-09  8:51 ` [PATCH v5 2/3] usb: ohci-at91: use dev variable instead of &pdev->dev Boris BREZILLON
2013-12-09  8:51 ` [PATCH v5 3/3] usb: ohci-at91: use device managed clk retrieval Boris BREZILLON

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®