From: Lokesh Vutla <a0131933@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/8] ARM: keystone2: Clocls and PLLs cleanup
Date: Wed, 22 Jul 2015 21:15:11 +0530 [thread overview]
Message-ID: <55AFBA87.7020802@ti.com> (raw)
In-Reply-To: <1437579558-26579-1-git-send-email-lokeshvutla@ti.com>
Hi,
On Wednesday 22 July 2015 09:09 PM, Lokesh Vutla wrote:
> 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.
Sorry about the typo in $subject. Will update it after the comments
on this series.
Thanks and regards,
Lokesh
>
> 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
>
prev parent reply other threads:[~2015-07-22 15:45 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Lokesh Vutla [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55AFBA87.7020802@ti.com \
--to=a0131933@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.