All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] usb: ohci-at91: various improvements
@ 2013-12-05  9:54 ` Boris BREZILLON
  0 siblings, 0 replies; 10+ messages in thread
From: Boris BREZILLON @ 2013-12-05  9:54 UTC (permalink / raw)
  To: linux-arm-kernel

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 v2:
 - split urgent fix and resource retrieval improvements

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

 drivers/usb/host/ohci-at91.c |   64 +++++++++++-------------------------------
 1 file changed, 17 insertions(+), 47 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-12-05 20:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05  9:54 [PATCH v3 0/3] usb: ohci-at91: various improvements Boris BREZILLON
2013-12-05  9:54 ` Boris BREZILLON
2013-12-05  9:54 ` [PATCH v3 1/3] usb: ohci-at91: replace request_mem_region + ioremap by devm_request_and_ioremap Boris BREZILLON
2013-12-05  9:54   ` Boris BREZILLON
2013-12-05 20:33   ` Sergei Shtylyov
2013-12-05 20:33     ` Sergei Shtylyov
2013-12-05  9:54 ` [PATCH v3 2/3] usb: ohci-at91: use dev variable instead of &pdev->dev Boris BREZILLON
2013-12-05  9:54   ` Boris BREZILLON
2013-12-05  9:54 ` [PATCH v3 3/3] usb: ohci-at91: use device managed clk retrieval Boris BREZILLON
2013-12-05  9:54   ` Boris BREZILLON

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.