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-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html