From: Paul Walmsley <paul@pwsan.com>
To: linux-arm-kernel@lists.arm.linux.org.uk
Cc: linux-omap@vger.kernel.org
Subject: [PATCH 00/10] OMAP clock updates for post 2.6.27
Date: Thu, 02 Oct 2008 10:37:46 -0600 [thread overview]
Message-ID: <20081002163508.15385.43247.stgit@localhost.localdomain> (raw)
Hello,
This patch series updates the OMAP2/3 clock tree. Some patches are
from Tony's previous omap2-upstream series, and were already posted to
linux-arm-kernel and reviewed[1]. The remaining patches are mostly
clockdomain updates.
The series can be pulled from:
git://git.pwsan.com/linux-2.6 omap-clock-upstream
The branch is based on rmk/devel, since powerdomain and clockdomain
changes are not yet in mainline.
- Paul
1. http://lists.arm.linux.org.uk/lurker/message/20080823.233712.c5e3bf4e.en.html
---
Kevin Hilman (1):
ARM: OMAP2: Implement CPUfreq frequency table based on PRCM table
Paul Walmsley (8):
OMAP2/3 clock: add clockdomains to all remaining clocks; remove superfluous init
OMAP3 PRCM: add DPLL1-5 powerdomains, clockdomains; mark clocks
OMAP2/3 clockdomains: add CM, PRM, virt_opp_clkdm clockdomains
OMAP2/3 clockdomains: combine pwrdm, pwrdm_name into union in struct clockdomain
OMAP2/3 clock: combine clkdm, clkdm_name into union in struct clk
ARM: OMAP: Clock tree updates for OMAP2/3
ARM: OMAP: Fix sparse, checkpatch warnings in OMAP2/3 PRCM/PM code
ARM: OMAP2: Add non-CORE DPLL rate set code and M,N programming
Tony Lindgren (1):
ARM: OMAP2: Remove OMAP_PRM_REGADDR, OMAP_CM_REGADDR
arch/arm/mach-omap2/clock.c | 143 ++--
arch/arm/mach-omap2/clock.h | 2
arch/arm/mach-omap2/clock24xx.c | 145 +++-
arch/arm/mach-omap2/clock24xx.h | 611 +++++++++---------
arch/arm/mach-omap2/clock34xx.c | 141 ++++
arch/arm/mach-omap2/clock34xx.h | 850 ++++++++++++++-----------
arch/arm/mach-omap2/clockdomain.c | 58 +-
arch/arm/mach-omap2/clockdomains.h | 119 +++-
arch/arm/mach-omap2/cm-regbits-34xx.h | 15
arch/arm/mach-omap2/cm.h | 17 -
arch/arm/mach-omap2/memory.c | 3
arch/arm/mach-omap2/pm.c | 2
arch/arm/mach-omap2/powerdomains.h | 5
arch/arm/mach-omap2/powerdomains34xx.h | 31 +
arch/arm/mach-omap2/prm-regbits-34xx.h | 9
arch/arm/mach-omap2/prm.h | 166 ++---
arch/arm/mach-omap2/sram242x.S | 5
arch/arm/mach-omap2/sram243x.S | 5
arch/arm/plat-omap/common.c | 1
arch/arm/plat-omap/cpu-omap.c | 58 ++
arch/arm/plat-omap/include/mach/clock.h | 17 -
arch/arm/plat-omap/include/mach/clockdomain.h | 24 -
arch/arm/plat-omap/include/mach/common.h | 5
arch/arm/plat-omap/include/mach/powerdomain.h | 5
arch/arm/plat-omap/include/mach/prcm.h | 5
arch/arm/plat-omap/include/mach/system.h | 4
26 files changed, 1484 insertions(+), 962 deletions(-)
next reply other threads:[~2008-10-02 16:47 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-02 16:37 Paul Walmsley [this message]
2008-10-02 16:37 ` [PATCH 01/10] ARM: OMAP2: Add non-CORE DPLL rate set code and M, N programming Paul Walmsley
2008-10-02 16:37 ` [PATCH 02/10] ARM: OMAP: Fix sparse, checkpatch warnings in OMAP2/3 PRCM/PM code Paul Walmsley
2008-10-04 13:19 ` Russell King - ARM Linux
2008-10-06 14:52 ` Paul Walmsley
2008-10-06 15:09 ` Russell King - ARM Linux
2008-10-06 15:13 ` Paul Walmsley
2008-10-02 16:37 ` [PATCH 03/10] ARM: OMAP: Clock tree updates for OMAP2/3 Paul Walmsley
2008-10-02 16:37 ` [PATCH 04/10] ARM: OMAP2: Remove OMAP_PRM_REGADDR, OMAP_CM_REGADDR Paul Walmsley
2008-10-06 16:18 ` Russell King - ARM Linux
2008-10-06 23:39 ` Russell King - ARM Linux
2008-10-07 14:12 ` Paul Walmsley
2008-10-27 20:59 ` Russell King - ARM Linux
2008-11-06 13:15 ` Paul Walmsley
2008-10-07 12:54 ` Paul Walmsley
2008-10-02 16:37 ` [PATCH 05/10] ARM: OMAP2: Implement CPUfreq frequency table based on PRCM table Paul Walmsley
2008-10-02 16:37 ` [PATCH 06/10] OMAP2/3 clock: combine clkdm, clkdm_name into union in struct clk Paul Walmsley
2008-10-02 16:37 ` [PATCH 07/10] OMAP2/3 clockdomains: combine pwrdm, pwrdm_name into union in struct clockdomain Paul Walmsley
2008-10-02 16:37 ` [PATCH 09/10] OMAP3 PRCM: add DPLL1-5 powerdomains, clockdomains; mark clocks Paul Walmsley
2008-10-02 16:37 ` [PATCH 08/10] OMAP2/3 clockdomains: add CM, PRM, virt_opp_clkdm clockdomains Paul Walmsley
2008-10-02 16:37 ` [PATCH 10/10] OMAP2/3 clock: add clockdomains to all remaining clocks; remove superfluous init Paul Walmsley
2008-10-02 20:17 ` [PATCH 00/10] OMAP clock updates for post 2.6.27 Russell King - ARM Linux
2008-10-03 6:38 ` Tony Lindgren
2008-10-06 14:48 ` Paul Walmsley
2008-10-06 15:12 ` Russell King - ARM Linux
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=20081002163508.15385.43247.stgit@localhost.localdomain \
--to=paul@pwsan.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-omap@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox