map3: pm: Update TRITON power scripts and making it generic This series of patch implements a updated TRITON power scripts. Also moving the sleep, wakeup & warm_reset sequence to a generic script file, which can be used by different OMAP3 board with the power companion chip TWL4030. V1: Initial Patch Series V2: Incorporated comments arch/arm/mach-omap2/Makefile | 12 ++- arch/arm/mach-omap2/board-3430sdp.c | 124 ++++++++----------------- arch/arm/mach-omap2/board-3630sdp.c | 25 +++++- arch/arm/mach-omap2/board-zoom-peripherals.c | 43 +++++++++- arch/arm/mach-omap2/board-zoom2.c | 25 +++++- arch/arm/mach-omap2/board-zoom3.c | 25 +++++- arch/arm/mach-omap2/include/mach/board-zoom.h | 2 +- arch/arm/mach-omap2/pm.h | 11 ++- arch/arm/mach-omap2/pm34xx.c | 60 ++++++++++-- drivers/mfd/twl4030-power.c | 30 +++++-- include/linux/i2c/twl.h | 4 + 11 files changed, 245 insertions(+), 116 deletions(-) Tested on top of Kevins PM branch commit id: ad4776c4207a376961372752fe0a0ae3814990b3 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html