From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenyou Yang Date: Tue, 6 Mar 2018 12:02:18 +0800 Subject: [U-Boot] [PATCH 0/3] clk: at91: add usb and plladiv drivers In-Reply-To: <20180209033452.15448-1-wenyou.yang@microchip.com> References: <20180209033452.15448-1-wenyou.yang@microchip.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Do you have any comments? On 2/9/2018 11:34 AM, Wenyou Yang wrote: > In order to provide the clocks UHP48MHz and UHP12MHz to the USB > Host OHCI, add the USB clock and PLLADIV clock driver. > > > Wenyou Yang (3): > clk: at91: add USB Host clock driver > clk: at91: add PLLADIV driver > clk: at91: clk-system: add set/get_rate operations > > arch/arm/mach-at91/include/mach/at91_pmc.h | 6 ++ > drivers/clk/at91/Kconfig | 8 ++ > drivers/clk/at91/Makefile | 3 +- > drivers/clk/at91/clk-plladiv.c | 88 +++++++++++++++++ > drivers/clk/at91/clk-system.c | 26 +++++ > drivers/clk/at91/clk-usb.c | 146 +++++++++++++++++++++++++++++ > 6 files changed, 276 insertions(+), 1 deletion(-) > create mode 100644 drivers/clk/at91/clk-plladiv.c > create mode 100644 drivers/clk/at91/clk-usb.c > Best Regards, Wenyou Yang