From: hemantp@ti.com (Hemant Pedanekar)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH v2 0/6] TI81XX: Add clock and hwmod data
Date: Tue, 23 Aug 2011 22:43:14 +0530 [thread overview]
Message-ID: <1314119594-22647-1-git-send-email-hemantp@ti.com> (raw)
This patch set is the v2 of TI816X clock and hwmods patches sent earlier.
The clock data is currently added only for TI816X, while minimal hwmod data
common for TI816X and TI814X is added.
This patch set depends on following patches:
TI81XX: Prepare for addition of TI814X support
TI814X: Add cpu type macros and detection support
TI814X: Create board support and enable build for TI8148 EVM
Please note that CHIP_IS_TI816X/CHIP_IS_TI814X are still being used and I will
send update once SoC list usage is available.
Hemant Pedanekar (6):
TI816X: prcm: Add module and register offsets
TI816X: clock: Add clock data
TI816X: clock: Add clockdomains and powerdomains data
clock: Integrate TI816X clock data into OMAP clock framework
TI81XX: Add minimal hwmod data
hwmods: Integrate TI81XX hwmods
arch/arm/mach-omap2/Makefile | 5 +
arch/arm/mach-omap2/clock3xxx_data.c | 5 +-
arch/arm/mach-omap2/clock816x.h | 21 +
arch/arm/mach-omap2/clock816x_data.c | 1108 ++++++++++++++++++++++
arch/arm/mach-omap2/clockdomain.h | 1 +
arch/arm/mach-omap2/clockdomain2xxx_3xxx.c | 18 +-
arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c | 1 +
arch/arm/mach-omap2/clockdomains816x_data.c | 196 ++++
arch/arm/mach-omap2/cm-regbits-816x.h | 44 +
arch/arm/mach-omap2/cm2xxx_3xxx.c | 35 +
arch/arm/mach-omap2/cm2xxx_3xxx.h | 6 +
arch/arm/mach-omap2/cm816x.h | 368 +++++++
arch/arm/mach-omap2/cm81xx.c | 54 ++
arch/arm/mach-omap2/io.c | 3 +
arch/arm/mach-omap2/omap_hwmod.c | 13 +-
arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 677 +++++++++++++
arch/arm/mach-omap2/powerdomain.h | 2 +
arch/arm/mach-omap2/powerdomain2xxx_3xxx.c | 27 +-
arch/arm/mach-omap2/powerdomains3xxx_data.c | 4 +-
arch/arm/mach-omap2/powerdomains816x_data.c | 84 ++
arch/arm/mach-omap2/prm2xxx_3xxx.h | 21 +
arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 +
22 files changed, 2682 insertions(+), 12 deletions(-)
create mode 100644 arch/arm/mach-omap2/clock816x.h
create mode 100644 arch/arm/mach-omap2/clock816x_data.c
create mode 100644 arch/arm/mach-omap2/clockdomains816x_data.c
create mode 100644 arch/arm/mach-omap2/cm-regbits-816x.h
create mode 100644 arch/arm/mach-omap2/cm816x.h
create mode 100644 arch/arm/mach-omap2/cm81xx.c
create mode 100644 arch/arm/mach-omap2/omap_hwmod_81xx_data.c
create mode 100644 arch/arm/mach-omap2/powerdomains816x_data.c
--
1.7.3.5
next reply other threads:[~2011-08-23 17:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-23 17:13 Hemant Pedanekar [this message]
2011-08-30 18:46 ` [RFC PATCH v2 0/6] TI81XX: Add clock and hwmod data Paul Walmsley
2011-09-15 0:33 ` Tony Lindgren
2011-09-15 1:41 ` Pedanekar, Hemant
2011-10-04 9:24 ` Paul Walmsley
2011-10-05 1:58 ` Pedanekar, Hemant
2011-10-05 17:37 ` Paul Walmsley
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=1314119594-22647-1-git-send-email-hemantp@ti.com \
--to=hemantp@ti.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).