From: Paul Walmsley <paul@pwsan.com>
To: linux-omap@vger.kernel.org
Subject: [PATCH 0/5] PM: add omapdev code
Date: Sat, 18 Oct 2008 15:59:08 -0600 [thread overview]
Message-ID: <20081018215247.9699.35039.stgit@localhost.localdomain> (raw)
This patch series provides an initial representation for most on-chip
devices on OMAP2/3 chips, 'struct omapdev'. Currently, it is used to
map platform_devices to the corresponding powerdomains for the OMAP PM
code. In the future, the intention is to use these structures to
initialize on-chip devices at boot and to clean up device
registration. Detailed notes are in the patch descriptions, and in the
code comments in the final patch.
Tested on 3430SDP and 2430SDP.
(This patchset was formerly known as the "tiocp" patchset.)
- Paul
---
text data bss dec hex filename
3459409 159880 105744 3725033 38d6e9 vmlinux.3430sdp.orig
3461481 163344 105744 3730569 38ec89 vmlinux.3430sdp
arch/arm/mach-omap2/Makefile | 2
arch/arm/mach-omap2/io.c | 3
arch/arm/mach-omap2/omapdev-common.h | 309 +++++++++++
arch/arm/mach-omap2/omapdev.c | 177 ++++++
arch/arm/mach-omap2/omapdev242x.h | 581 +++++++++++++++++++++
arch/arm/mach-omap2/omapdev243x.h | 661 ++++++++++++++++++++++++
arch/arm/mach-omap2/omapdev3xxx.h | 802 +++++++++++++++++++++++++++++
arch/arm/plat-omap/include/mach/omapdev.h | 58 ++
8 files changed, 2592 insertions(+), 1 deletions(-)
create mode 100644 arch/arm/mach-omap2/omapdev-common.h
create mode 100644 arch/arm/mach-omap2/omapdev.c
create mode 100644 arch/arm/mach-omap2/omapdev242x.h
create mode 100644 arch/arm/mach-omap2/omapdev243x.h
create mode 100644 arch/arm/mach-omap2/omapdev3xxx.h
create mode 100644 arch/arm/plat-omap/include/mach/omapdev.h
next reply other threads:[~2008-10-18 22:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-18 21:59 Paul Walmsley [this message]
2008-10-18 21:59 ` [PATCH 1/5] OMAP2/3 omapdev: add basic omapdev structure Paul Walmsley
2008-10-23 7:26 ` David Brownell
2008-10-18 21:59 ` [PATCH 2/5] OMAP242x omapdev: add OMAP242x omapdev records Paul Walmsley
2008-10-23 7:34 ` David Brownell
2008-12-11 3:55 ` Paul Walmsley
2008-12-11 8:10 ` Felipe Balbi
2008-10-18 21:59 ` [PATCH 3/5] OMAP243x omapdev: add OMAP243x " Paul Walmsley
2008-10-18 21:59 ` [PATCH 4/5] OMAP3xxx omapdev: add OMAP3xxx " Paul Walmsley
2008-10-18 21:59 ` [PATCH 5/5] OMAP2/3 omapdev: add code to walk the " 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=20081018215247.9699.35039.stgit@localhost.localdomain \
--to=paul@pwsan.com \
--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