* Remith Ravi <remith@xxxxxxxxxxxxxxxxxxxx> [080515 08:34]: > Khasim, > > After running the power management command ' echo "mem" > > /sys/power/state ' the OMAP3430EVM entered into suspend state. > > Now what I have to do to make the system resume the normal state? I > tried pressing some keys but it didn't help. You need to configure some wakeup events. For GPIO pins this requires setting the wakeup flags with enable_irq_wake(). Also to wake from an external module like smc91x, the external module's functional clock needs to be powerred on. It could also be that suspend does not yet wake properly in general as we don't yet have realy PM code 3430 integrated. Tony > > Regards, > Remith > Mistral Solutions. > > > On Mon, May 12, 2008 at 4:29 PM, Syed Mohammed, Khasim <khasim@xxxxxx> wrote: > > Hello all: > > > > We have uploaded OMAP3530 EVM sources on linux.omap.com > > > > x-loader : http://linux.omap.com/pub/xloader/3530evm/ > > u-boot-1.1.4 : http://linux.omap.com/pub/bootloader/3530evm/ > > Linux Kernel 2.6.22-18 : http://linux.omap.com/pub/kernel/3530evm/ > > Tool Chain used : Code Sourcery arm-2007q3 > > > > Few important features supported in kernel are listed below: > > > > * ALSA Audio Driver. > > * Power Management > > * Supports for NFS file system. > > * Ethernet. > > * Frame buffer (FBDEV). > > * Debug UART port. > > * DMA framework. > > * TWL4030 (T2) RTC. > > * Watchdog driver. > > * Support T2 Core GPIO. > > * GPIO. > > * V4L2 Based Video driver. > > * Keypad. > > * HS-I2C. > > * McBSP. > > * McSPI. > > * TouchScreen. > > * UART library. > > * High-speed MMC > > * NAND > > * USB OTG > > * TV out. > > * Clock framework with device driver adaptation > > > > Platform description can be found here, > > http://focus.ti.com/general/docs/wtbu/wtbusplashcontent.tsp?templateId=6123&contentId=4750#omap3530 > > > > Regards, > > Khasim > > -- > > 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 > > > -- > 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 -- 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