public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] ti: dwc3: Enable USB clocks on-demand
@ 2015-08-10 11:28 Kishon Vijay Abraham I
  2015-08-10 11:28 ` [U-Boot] [PATCH 1/6] ARM: OMAP5: Add support for disabling clocks in uboot Kishon Vijay Abraham I
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Kishon Vijay Abraham I @ 2015-08-10 11:28 UTC (permalink / raw)
  To: u-boot

Patch series adds APIs to enable/disable USB clocks and then uses
these APIs to enable clocks when dwc3 is used and disable clocks
when it is inactive.

This patch series is split from [1] to contain only enabling and disabling
clocks.

[1] -> http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/229188

Kishon Vijay Abraham I (6):
  ARM: OMAP5: Add support for disabling clocks in uboot
  ARM: OMAP5: Add functions to enable and disable USB clocks
  ARM: AM43xx: Add support for disabling clocks in uboot
  ARM: AM43xx: Add functions to enable and disable USB clocks
  board: ti: invoke clock API to enable and disable clocks
  ARM: OMAP5/AM43xx: remove enabling USB clocks from
    enable_basic_clocks()

 arch/arm/cpu/armv7/am33xx/clock.c              |   53 ++++++++++
 arch/arm/cpu/armv7/am33xx/clock_am43xx.c       |   82 ++++++++++++---
 arch/arm/cpu/armv7/omap-common/clocks-common.c |   53 ++++++++++
 arch/arm/cpu/armv7/omap5/hw_data.c             |  127 ++++++++++++++++++------
 arch/arm/include/asm/arch-am33xx/clock.h       |    1 +
 arch/arm/include/asm/arch-am33xx/sys_proto.h   |    5 +
 arch/arm/include/asm/omap_common.h             |   10 ++
 board/ti/am43xx/board.c                        |    2 +
 board/ti/beagle_x15/board.c                    |    4 +
 board/ti/dra7xx/evm.c                          |    2 +
 board/ti/omap5_uevm/evm.c                      |    2 +
 11 files changed, 299 insertions(+), 42 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2015-08-18 17:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 11:28 [U-Boot] [PATCH 0/6] ti: dwc3: Enable USB clocks on-demand Kishon Vijay Abraham I
2015-08-10 11:28 ` [U-Boot] [PATCH 1/6] ARM: OMAP5: Add support for disabling clocks in uboot Kishon Vijay Abraham I
2015-08-11  0:33   ` Tom Rini
2015-08-18 17:14   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-10 11:28 ` [U-Boot] [PATCH 2/6] ARM: OMAP5: Add functions to enable and disable USB clocks Kishon Vijay Abraham I
2015-08-11  0:33   ` Tom Rini
2015-08-13 14:34     ` Kishon Vijay Abraham I
2015-08-10 11:28 ` [U-Boot] [PATCH 3/6] ARM: AM43xx: Add support for disabling clocks in uboot Kishon Vijay Abraham I
2015-08-11  0:33   ` Tom Rini
2015-08-11  7:01   ` Lukasz Majewski
2015-08-11  9:25     ` Kishon Vijay Abraham I
2015-08-10 11:28 ` [U-Boot] [PATCH 4/6] ARM: AM43xx: Add functions to enable and disable USB clocks Kishon Vijay Abraham I
2015-08-11  0:33   ` Tom Rini
2015-08-13 14:34     ` Kishon Vijay Abraham I
2015-08-10 11:28 ` [U-Boot] [PATCH 5/6] board: ti: invoke clock API to enable and disable clocks Kishon Vijay Abraham I
2015-08-11  0:34   ` Tom Rini
2015-08-10 11:28 ` [U-Boot] [PATCH 6/6] ARM: OMAP5/AM43xx: remove enabling USB clocks from enable_basic_clocks() Kishon Vijay Abraham I
2015-08-11  0:34   ` Tom Rini

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