public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] clk: at91: add usb and plladiv drivers
@ 2018-02-09  3:34 Wenyou Yang
  2018-02-09  3:34 ` [U-Boot] [PATCH 1/3] clk: at91: add USB Host clock driver Wenyou Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Wenyou Yang @ 2018-02-09  3:34 UTC (permalink / raw)
  To: u-boot

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

-- 
2.16.0.rc1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-16 13:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-09  3:34 [U-Boot] [PATCH 0/3] clk: at91: add usb and plladiv drivers Wenyou Yang
2018-02-09  3:34 ` [U-Boot] [PATCH 1/3] clk: at91: add USB Host clock driver Wenyou Yang
2018-03-16 13:50   ` [U-Boot] [U-Boot,1/3] " Tom Rini
2018-02-09  3:34 ` [U-Boot] [PATCH 2/3] clk: at91: add PLLADIV driver Wenyou Yang
2018-03-16 13:50   ` [U-Boot] [U-Boot,2/3] " Tom Rini
2018-02-09  3:34 ` [U-Boot] [PATCH 3/3] clk: at91: clk-system: add set/get_rate operations Wenyou Yang
2018-03-16 13:50   ` [U-Boot] [U-Boot, " Tom Rini
2018-03-06  4:02 ` [U-Boot] [PATCH 0/3] clk: at91: add usb and plladiv drivers Wenyou Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox