[PATCH v3 0/2] usb: gadget: at91_udc: add usb_clk for transition to common clk framework
From: Boris BREZILLON
Date: Fri Aug 02 2013 - 04:33:42 EST
Hello,
This patch series prepare the at91 SoCs transition to common clk framework.
This is done by adding a new clock (called usb clock or uclk) to at91_udc
driver. This clock will be used to configure the usb port clock rate.
Best Regards,
Boris
Changes since v2:
- split the patch in 2 parts:
* add missing clk_put for existing clk (fclk and uclk)
* add usb clock (uclk) support
Changes since v1:
- use IS_ENABLED(CONFIG_COMMON_CLK) to isolate new at91 clk support
Boris BREZILLON (2):
usb: gadget: at91_udc: add missing clk_put on fclk and iclk
usb: gadget: at91_udc: add usb_clk for transition to common clk
framework
drivers/usb/gadget/at91_udc.c | 21 +++++++++++++++++++--
drivers/usb/gadget/at91_udc.h | 2 +-
2 files changed, 20 insertions(+), 3 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/