From: Kishon Vijay Abraham I <kishon@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] ti: dwc3: Enable USB clocks on-demand
Date: Wed, 19 Aug 2015 16:16:24 +0530 [thread overview]
Message-ID: <1439981189-17571-1-git-send-email-kishon@ti.com> (raw)
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.
Changes from v1:
*) Rebased to latest u-boot
*) removed #ifdef's in header files
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 (4):
ARM: OMAP5: Add functions to enable and disable USB clocks
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_am43xx.c | 82 ++++++++++++++---
arch/arm/cpu/armv7/omap5/hw_data.c | 127 ++++++++++++++++++++------
arch/arm/include/asm/arch-am33xx/sys_proto.h | 3 +
arch/arm/include/asm/omap_common.h | 4 +
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 +
8 files changed, 184 insertions(+), 42 deletions(-)
--
1.7.9.5
next reply other threads:[~2015-08-19 10:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-19 10:46 Kishon Vijay Abraham I [this message]
2015-08-19 10:46 ` [U-Boot] [PATCH v2 1/4] ARM: OMAP5: Add functions to enable and disable USB clocks Kishon Vijay Abraham I
2015-08-20 17:50 ` Tom Rini
2015-08-28 21:04 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-08-19 10:46 ` [U-Boot] [PATCH v2 2/4] ARM: AM43xx: " Kishon Vijay Abraham I
2015-08-24 13:43 ` Tom Rini
2015-08-28 21:04 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-08-19 10:46 ` [U-Boot] [PATCH v2 3/4] board: ti: invoke clock API to enable and disable clocks Kishon Vijay Abraham I
2015-08-28 21:04 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-08-19 10:46 ` [U-Boot] [PATCH v2 4/4] ARM: OMAP5/AM43xx: remove enabling USB clocks from enable_basic_clocks() Kishon Vijay Abraham I
2015-08-24 13:43 ` Tom Rini
2015-08-28 21:04 ` [U-Boot] [U-Boot, v2, " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439981189-17571-1-git-send-email-kishon@ti.com \
--to=kishon@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox