public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] ARM: keystone2: Clocls and PLLs cleanup
@ 2015-07-22 15:39 Lokesh Vutla
  2015-07-22 15:39 ` [U-Boot] [PATCH 1/8] ARM: keystone2: Cleanup SoC detection Lokesh Vutla
                   ` (8 more replies)
  0 siblings, 9 replies; 24+ messages in thread
From: Lokesh Vutla @ 2015-07-22 15:39 UTC (permalink / raw)
  To: u-boot

This seires does a several bunch of cleanups for clock and PLL
related definitions. This helps a lot in adding data for
new Keystone2 SoCs. And also adds support for CPU detection.

This is based on Nishanth's config cleanup series:
https://www.mail-archive.com/u-boot%40lists.denx.de/msg177822.html

Tested on K2HK-evm: http://pastebin.ubuntu.com/11920541/

Lokesh Vutla (8):
  ARM: keystone2: Cleanup SoC detection
  ARM: keystone2: Enable CONFIG_DISPLAY_CPUINFO
  ARM: keystone2: Cleanup PLL init code
  ARM: keystone2: Fix dev and arm speed detection
  ARM: keystone2: Use common address for PLL
  ARM: keystone2: Cleanup pll calling
  ARM: keystone2: Remove unsed externalk clocks
  ARM: keystone2: Use common definition for clk_get_rate

 arch/arm/mach-keystone/Makefile                    |   3 -
 arch/arm/mach-keystone/clock-k2e.c                 | 117 -----
 arch/arm/mach-keystone/clock-k2hk.c                | 145 ------
 arch/arm/mach-keystone/clock-k2l.c                 | 138 ------
 arch/arm/mach-keystone/clock.c                     | 527 +++++++++++++--------
 arch/arm/mach-keystone/cmd_clock.c                 |   7 +-
 arch/arm/mach-keystone/include/mach/clock-k2e.h    |  58 +--
 arch/arm/mach-keystone/include/mach/clock-k2hk.h   |  64 +--
 arch/arm/mach-keystone/include/mach/clock-k2l.h    |  59 +--
 arch/arm/mach-keystone/include/mach/clock.h        |  60 ++-
 arch/arm/mach-keystone/include/mach/clock_defs.h   | 107 +++--
 .../arm/mach-keystone/include/mach/hardware-k2hk.h |   4 -
 arch/arm/mach-keystone/include/mach/hardware.h     |  51 +-
 arch/arm/mach-keystone/init.c                      |  24 +
 board/ti/ks2_evm/board.c                           |   1 -
 board/ti/ks2_evm/board_k2e.c                       |  41 +-
 board/ti/ks2_evm/board_k2hk.c                      |  47 +-
 board/ti/ks2_evm/board_k2l.c                       |  46 +-
 include/configs/ti_armv7_keystone2.h               |   1 +
 19 files changed, 603 insertions(+), 897 deletions(-)
 delete mode 100644 arch/arm/mach-keystone/clock-k2e.c
 delete mode 100644 arch/arm/mach-keystone/clock-k2hk.c
 delete mode 100644 arch/arm/mach-keystone/clock-k2l.c

-- 
2.1.4

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

end of thread, other threads:[~2015-07-24 11:50 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 15:39 [U-Boot] [PATCH 0/8] ARM: keystone2: Clocls and PLLs cleanup Lokesh Vutla
2015-07-22 15:39 ` [U-Boot] [PATCH 1/8] ARM: keystone2: Cleanup SoC detection Lokesh Vutla
2015-07-22 15:54   ` Vitaly Andrianov
2015-07-23 19:29   ` Tom Rini
2015-07-24 11:50     ` Lokesh Vutla
2015-07-22 15:39 ` [U-Boot] [PATCH 2/8] ARM: keystone2: Enable CONFIG_DISPLAY_CPUINFO Lokesh Vutla
2015-07-22 15:56   ` Vitaly Andrianov
2015-07-23 19:29   ` Tom Rini
2015-07-22 15:39 ` [U-Boot] [PATCH 3/8] ARM: keystone2: Cleanup PLL init code Lokesh Vutla
2015-07-23 19:29   ` Tom Rini
2015-07-22 15:39 ` [U-Boot] [PATCH 4/8] ARM: keystone2: Fix dev and arm speed detection Lokesh Vutla
2015-07-23 19:29   ` Tom Rini
2015-07-22 15:39 ` [U-Boot] [PATCH 5/8] ARM: keystone2: Use common structure for PLLs Lokesh Vutla
2015-07-23 19:30   ` Tom Rini
2015-07-22 15:39 ` [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition Lokesh Vutla
2015-07-23 18:01   ` Vitaly Andrianov
2015-07-24  4:20     ` Lokesh Vutla
2015-07-24 11:48       ` Vitaly Andrianov
2015-07-23 19:30   ` Tom Rini
2015-07-22 15:39 ` [U-Boot] [PATCH 7/8] ARM: keystone2: Remove unsed external clocks Lokesh Vutla
2015-07-23 19:30   ` Tom Rini
2015-07-22 15:39 ` [U-Boot] [PATCH 8/8] ARM: keystone2: Use common definition for clk_get_rate Lokesh Vutla
2015-07-23 19:30   ` Tom Rini
2015-07-22 15:45 ` [U-Boot] [PATCH 0/8] ARM: keystone2: Clocls and PLLs cleanup Lokesh Vutla

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