public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] arm: am33xx: Add support for dynamic programming of PLL
@ 2017-05-05  7:29 Lokesh Vutla
  2017-05-05  7:29 ` [U-Boot] [PATCH v2 1/4] configs: convert CONFIG_SYS_MPUCLK to Kconfig Lokesh Vutla
                   ` (3 more replies)
  0 siblings, 4 replies; 31+ messages in thread
From: Lokesh Vutla @ 2017-05-05  7:29 UTC (permalink / raw)
  To: u-boot

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

Changes since v1:
- Converted CONFIG_SYS_MPUCLK to Kconfig
- Default to 720MHz on PG 1.0
- Fixed checlpatch warnings
- made bone_not_connected_to_ac_power() as static

Lokesh Vutla (4):
  configs: convert CONFIG_SYS_MPUCLK to Kconfig
  arm: am33xx: Fix MPU opp selection
  board: am335x: Introduce scale_vcores
  arm: am33xx: Add support for mulitiple PLL input frequencies

 README                                             |   5 -
 arch/arm/include/asm/arch-am33xx/clock.h           |   7 +
 arch/arm/include/asm/arch-am33xx/clocks_am33xx.h   |   9 +-
 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/Kconfig                        |   5 +
 arch/arm/mach-omap2/am33xx/board.c                 |   2 -
 arch/arm/mach-omap2/am33xx/clock_am33xx.c          |  91 +++++-
 arch/arm/mach-omap2/am33xx/sys_info.c              |  49 +++-
 board/ti/am335x/board.c                            | 313 ++++++++++++---------
 board/ti/am43xx/board.c                            |  21 --
 configs/draco_defconfig                            |   1 +
 configs/etamin_defconfig                           |   1 +
 configs/pxm2_defconfig                             |   1 +
 configs/rastaban_defconfig                         |   1 +
 configs/rut_defconfig                              |   1 +
 configs/thuban_defconfig                           |   1 +
 include/configs/draco.h                            |   1 -
 include/configs/etamin.h                           |   1 -
 include/configs/pxm2.h                             |   1 -
 include/configs/rastaban.h                         |   1 -
 include/configs/rut.h                              |   1 -
 include/configs/thuban.h                           |   1 -
 include/power/tps65910.h                           |   1 +
 scripts/config_whitelist.txt                       |   1 -
 27 files changed, 348 insertions(+), 203 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-06-12  4:19 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-05  7:29 [U-Boot] [PATCH v2 0/4] arm: am33xx: Add support for dynamic programming of PLL Lokesh Vutla
2017-05-05  7:29 ` [U-Boot] [PATCH v2 1/4] configs: convert CONFIG_SYS_MPUCLK to Kconfig Lokesh Vutla
2017-05-05 14:17   ` Tom Rini
2017-05-12 17:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-05-05  7:29 ` [U-Boot] [PATCH v2 2/4] arm: am33xx: Fix MPU opp selection Lokesh Vutla
2017-05-05 14:17   ` Tom Rini
2017-05-12 17:20   ` [U-Boot] [U-Boot,v2,2/4] " Tom Rini
2017-05-05  7:29 ` [U-Boot] [PATCH v2 3/4] board: am335x: Introduce scale_vcores Lokesh Vutla
2017-05-12 17:20   ` [U-Boot] [U-Boot,v2,3/4] " Tom Rini
2017-05-05  7:29 ` [U-Boot] [PATCH v2 4/4] arm: am33xx: Add support for mulitiple PLL input frequencies Lokesh Vutla
2017-05-05 14:17   ` Tom Rini
2017-05-12 17:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-06-07 18:50     ` Emmanuel Vadot
2017-06-08  4:47       ` Lokesh Vutla
2017-06-08 17:34         ` Emmanuel Vadot
2017-06-09  0:45         ` Tom Rini
2017-06-09  4:00           ` Heiko Schocher
2017-06-09  9:25             ` Lokesh Vutla
2017-06-09 10:22               ` Heiko Schocher
2017-06-09 11:20                 ` Tom Rini
2017-06-09 15:55                   ` Heiko Schocher
2017-06-09 19:13                     ` Tom Rini
2017-06-09 19:45                       ` Robert Nelson
2017-06-09 20:00                         ` Tom Rini
2017-06-09 20:22                           ` Robert Nelson
2017-06-12  4:19                           ` Heiko Schocher
2017-06-09 19:53                       ` Emmanuel Vadot
2017-06-09 20:17                         ` Tom Rini
2017-06-09 16:53           ` Robert Nelson
2017-06-09 17:33         ` Robert Nelson
2017-06-09 17:37         ` Robert Nelson

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