All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] ARM: k2g: Add support for dynamic programming of PLL
@ 2017-05-03 11:28 Lokesh Vutla
  2017-05-03 11:28 ` [U-Boot] [PATCH 1/2] ARM: k2g: Add support for dynamic programming of PLL based on SYSCLK Lokesh Vutla
  2017-05-03 11:28 ` [U-Boot] [PATCH 2/2] ARM: keystone2: Add support for getting external clock dynamically Lokesh Vutla
  0 siblings, 2 replies; 7+ messages in thread
From: Lokesh Vutla @ 2017-05-03 11:28 UTC (permalink / raw)
  To: u-boot

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

This series depends on Franklin's K2G ICE support series[1]

[1] https://lists.denx.de/pipermail/u-boot/2017-March/282913.html

Lokesh Vutla (2):
  ARM: k2g: Add support for dynamic programming of PLL based on SYSCLK
  ARM: keystone2: Add support for getting external clock dynamically

 arch/arm/mach-keystone/clock.c                     |  12 +-
 arch/arm/mach-keystone/include/mach/clock-k2g.h    |   4 +-
 arch/arm/mach-keystone/include/mach/clock.h        |   2 +-
 arch/arm/mach-keystone/include/mach/hardware-k2g.h |  21 +++
 board/ti/ks2_evm/board_k2e.c                       |  30 ++++-
 board/ti/ks2_evm/board_k2g.c                       | 150 +++++++++++++++++----
 board/ti/ks2_evm/board_k2hk.c                      |  31 +++++
 board/ti/ks2_evm/board_k2l.c                       |  34 ++++-
 include/configs/ti_armv7_keystone2.h               |   2 +-
 9 files changed, 235 insertions(+), 51 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-05-08 19:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-03 11:28 [U-Boot] [PATCH 0/2] ARM: k2g: Add support for dynamic programming of PLL Lokesh Vutla
2017-05-03 11:28 ` [U-Boot] [PATCH 1/2] ARM: k2g: Add support for dynamic programming of PLL based on SYSCLK Lokesh Vutla
2017-05-03 13:15   ` Tom Rini
2017-05-08 19:44   ` [U-Boot] [U-Boot, " Tom Rini
2017-05-03 11:28 ` [U-Boot] [PATCH 2/2] ARM: keystone2: Add support for getting external clock dynamically Lokesh Vutla
2017-05-03 13:15   ` Tom Rini
2017-05-08 19:44   ` [U-Boot] [U-Boot, " Tom Rini

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.