vpack270 and sleep mode
Russell King - ARM Linux
linux at arm.linux.org.uk
Wed May 26 05:27:56 EDT 2010
On Wed, May 26, 2010 at 03:19:16PM +0600, 237 Rumjantsev Egor (PROG) wrote:
> no they doesn't, but here is a part of pxa2xx-flash.c and driver
> structure registered by driver_register call. Is it problem ?
>
>
> static struct device_driver pxa2xx_flash_driver = {
> .name = "pxa2xx-flash",
> .bus = &platform_bus_type,
> .probe = pxa2xx_flash_probe,
> .remove = __exit_p(pxa2xx_flash_remove),
> .suspend = pxa2xx_flash_suspend,
> .resume = pxa2xx_flash_resume,
The suspend and resume callbacks are removed in later kernels - could you
try commenting these two out and seeing what the effect is please?
More information about the linux-arm-kernel
mailing list