vpack270 and sleep mode

237 Rumjantsev Egor (PROG) rumjantsev at papillon.ru
Wed May 26 05:50:19 EDT 2010


26.05.2010 15:27, Russell King - ARM Linux пишет:
> 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?
>
i commented suspend/resume functions and inserted return 0 but it didn't 
help

-- 
Rumjantsev Egor



More information about the linux-arm-kernel mailing list