[PATCH v4 0/3] usb: ohci-at91: various improvements

From: Boris BREZILLON
Date: Sun Dec 08 2013 - 10:03:33 EST


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 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 | 68 ++++++++++++------------------------------
1 file changed, 19 insertions(+), 49 deletions(-)

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/