public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] ARM: DRA7: Add Kconfig support for selecting OPPs
@ 2016-11-23  7:24 Lokesh Vutla
  2016-11-23  7:24 ` [U-Boot] [PATCH v2 1/3] ARM: OMAP4+: Add support for dynamically " Lokesh Vutla
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Lokesh Vutla @ 2016-11-23  7:24 UTC (permalink / raw)
  To: u-boot

This series adds support for selecting DSPEVE, IVA, GPU OPPs via Kconfig
and fixup DT clock nodes as required.

Changes since v1:
- Added help option for Kconfig entries.

Lokesh Vutla (1):
  ARM: OMAP4+: Add support for dynamically selecting OPPs

Suman Anna (2):
  ARM: DRA7: Redefine voltage and efuse macros per OPP using Kconfig
  ARM: DRA7: Fixup DSPEVE, IVA and GPU clock frequencies based on OPP

 arch/arm/include/asm/arch-omap5/clock.h |  47 ++++++++---
 arch/arm/include/asm/omap_common.h      |  23 +++++-
 arch/arm/mach-omap2/clocks-common.c     | 116 ++++++++++++++++-----------
 arch/arm/mach-omap2/omap4/hw_data.c     |  24 +++---
 arch/arm/mach-omap2/omap5/Kconfig       |  93 ++++++++++++++++++++++
 arch/arm/mach-omap2/omap5/fdt.c         | 136 ++++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/omap5/hw_data.c     |  12 +--
 board/ti/am57xx/board.c                 |  92 ++++++++++++++++-----
 board/ti/dra7xx/evm.c                   |  91 ++++++++++++++++-----
 9 files changed, 517 insertions(+), 117 deletions(-)

-- 
2.10.1

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

end of thread, other threads:[~2016-12-04 23:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-23  7:24 [U-Boot] [PATCH v2 0/3] ARM: DRA7: Add Kconfig support for selecting OPPs Lokesh Vutla
2016-11-23  7:24 ` [U-Boot] [PATCH v2 1/3] ARM: OMAP4+: Add support for dynamically " Lokesh Vutla
2016-11-23 18:05   ` Tom Rini
2016-12-04 23:17   ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-11-23  7:24 ` [U-Boot] [PATCH v2 2/3] ARM: DRA7: Redefine voltage and efuse macros per OPP using Kconfig Lokesh Vutla
2016-11-23 18:06   ` Tom Rini
2016-12-04 23:18   ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-11-23  7:24 ` [U-Boot] [PATCH v2 3/3] ARM: DRA7: Fixup DSPEVE, IVA and GPU clock frequencies based on OPP Lokesh Vutla
2016-11-23 18:06   ` Tom Rini
2016-12-04 23:19   ` [U-Boot] [U-Boot, v2, " Tom Rini

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