public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] PM: add omapdev code
@ 2008-10-18 21:59 Paul Walmsley
  2008-10-18 21:59 ` [PATCH 1/5] OMAP2/3 omapdev: add basic omapdev structure Paul Walmsley
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Paul Walmsley @ 2008-10-18 21:59 UTC (permalink / raw)
  To: linux-omap

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



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

end of thread, other threads:[~2008-12-11  8:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-18 21:59 [PATCH 0/5] PM: add omapdev code Paul Walmsley
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

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