Re: [PATCH] spi: s3c64xx: Add fix for crash in spi suspend/resume

2012-11-07 Thread Mark Brown
On Wed, Nov 07, 2012 at 11:40:12AM +0530, Naveen Krishna Chatradhi wrote: > From: Abhilash Kesavan > > The SPI driver makes a gpio_request during initialization. The requested > gpios need to be populated as part of the s3c64xx_spi_driver_data so that > they can be released during suspend and req

[PATCH] spi: s3c64xx: Add fix for crash in spi suspend/resume

2012-11-06 Thread Naveen Krishna Chatradhi
From: Abhilash Kesavan The SPI driver makes a gpio_request during initialization. The requested gpios need to be populated as part of the s3c64xx_spi_driver_data so that they can be released during suspend and requested again during resume. Add the missing code to save the requested gpios as par