All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] arm: am33xx: Add support for dynamic programming of PLL
@ 2017-05-02 14:10 Lokesh Vutla
  2017-05-02 14:10 ` [U-Boot] [PATCH 1/3] arm: am33xx: Fix MPU opp selection Lokesh Vutla
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Lokesh Vutla @ 2017-05-02 14:10 UTC (permalink / raw)
  To: u-boot

As am33xx supports various sysclk frequencies, this series support
PLL configuration for all supported sysclk frequencies.

Lokesh Vutla (3):
  arm: am33xx: Fix MPU opp selection
  board: am335x: Introduce scale_vcores
  arm: am33xx: Add support for mulitiple PLL input frequencies

 arch/arm/include/asm/arch-am33xx/clock.h           |   7 +
 arch/arm/include/asm/arch-am33xx/clocks_am33xx.h   |   6 +-
 arch/arm/include/asm/arch-am33xx/cpu.h             |   8 +
 arch/arm/include/asm/arch-am33xx/hardware.h        |  13 +
 arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |  13 -
 arch/arm/include/asm/arch-am33xx/sys_proto.h       |   1 +
 arch/arm/mach-omap2/am33xx/board.c                 |   2 -
 arch/arm/mach-omap2/am33xx/clock_am33xx.c          |  93 +++++-
 arch/arm/mach-omap2/am33xx/sys_info.c              |  51 +++-
 board/ti/am335x/board.c                            | 313 ++++++++++++---------
 board/ti/am43xx/board.c                            |  21 --
 include/power/tps65910.h                           |   1 +
 12 files changed, 341 insertions(+), 188 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-05-05  7:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02 14:10 [U-Boot] [PATCH 0/3] arm: am33xx: Add support for dynamic programming of PLL Lokesh Vutla
2017-05-02 14:10 ` [U-Boot] [PATCH 1/3] arm: am33xx: Fix MPU opp selection Lokesh Vutla
2017-05-03 12:33   ` Tom Rini
2017-05-03 14:06     ` Lokesh Vutla
2017-05-03 15:23       ` Tom Rini
2017-05-03 15:40         ` Lokesh Vutla
2017-05-03 15:49           ` Tom Rini
2017-05-05  7:28             ` Lokesh Vutla
2017-05-02 14:10 ` [U-Boot] [PATCH 2/3] board: am335x: Introduce scale_vcores Lokesh Vutla
2017-05-03 12:35   ` Tom Rini
2017-05-02 14:10 ` [U-Boot] [PATCH 3/3] arm: am33xx: Add support for mulitiple PLL input frequencies Lokesh Vutla
2017-05-03 12:39   ` Tom Rini
2017-05-03 14:08     ` Lokesh Vutla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.