[PATCH v3 0/2] usb: gadget: at91_udc: add usb_clk for transition to common clk framework

Boris BREZILLON b.brezillon at overkiz.com
Fri Aug 2 04:33:28 EDT 2013


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




More information about the linux-arm-kernel mailing list