]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
24xx PM: convert pm24xx.c code to use pwrdm/clkdm interfaces
authorPaul Walmsley <paul@pwsan.com>
Wed, 21 May 2008 00:41:52 +0000 (18:41 -0600)
committerTony Lindgren <tony@atomide.com>
Wed, 28 May 2008 20:40:33 +0000 (13:40 -0700)
commit405b75886eb5f90f5e9d23fc56727b07b3b68a17
treecf319b5dcae075ec4e8513b67feaad77fd5a6a18
parent89cbc1f1834c85d1082056a8e2d7dbca910ff054
24xx PM: convert pm24xx.c code to use pwrdm/clkdm interfaces

Convert the existing OMAP24xx pm24xx.c code to use the recent
powerdomain/clockdomain interface code.  This mostly consists of removing
direct register reads and writes and replacing it with code that can be
more generic.

Also update some of the comments to better reflect what is actually
happening on the chip.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm24xx.c