[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1375432408-28371-1-git-send-email-b.brezillon@overkiz.com>
Date: Fri, 2 Aug 2013 10:33:28 +0200
From: Boris BREZILLON <b.brezillon@...rkiz.com>
To: Felipe Balbi <balbi@...com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Nicolas Ferre <nicolas.ferre@...el.com>,
Jean-Christophe Plagniol-Villard <plagnioj@...osoft.com>,
Ludovic Desroches <ludovic.desroches@...el.com>
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Boris BREZILLON <b.brezillon@...rkiz.com>
Subject: [PATCH v3 0/2] usb: gadget: at91_udc: add usb_clk for transition to common clk framework
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists