alistair23-linux/drivers/spi
Abhilash Kesavan 45e5033851 spi: s3c64xx: Add fix for crash in spi suspend/resume
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 part of the driver
data. This fixes a SPI driver suspend crash.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-11-07 09:22:21 +01:00
..
Kconfig Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma 2012-10-10 11:10:41 +09:00
Makefile Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 2012-10-09 16:08:04 +09:00
spi-altera.c
spi-ath79.c
spi-atmel.c
spi-au1550.c
spi-bcm63xx.c
spi-bfin-sport.c
spi-bfin5xx.c
spi-bitbang-txrx.h
spi-bitbang.c
spi-butterfly.c
spi-coldfire-qspi.c
spi-davinci.c Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma 2012-10-10 11:10:41 +09:00
spi-dw-mid.c
spi-dw-mmio.c
spi-dw-pci.c
spi-dw.c
spi-dw.h
spi-ep93xx.c ARM: ep93xx: move platform_data definitions 2012-09-14 11:16:55 +02:00
spi-falcon.c
spi-fsl-espi.c
spi-fsl-lib.c
spi-fsl-lib.h
spi-fsl-spi.c
spi-gpio.c
spi-imx.c spi: Updates for v3.7 2012-10-02 17:26:42 -07:00
spi-lm70llp.c
spi-mpc52xx-psc.c
spi-mpc52xx.c
spi-mpc512x-psc.c
spi-mxs.c spi: mxs: Terminate DMA in case of DMA timeout 2012-10-17 16:11:09 +09:00
spi-nuc900.c ARM: w90x900: move platform_data definitions 2012-09-14 11:18:59 +02:00
spi-oc-tiny.c
spi-octeon.c
spi-omap-100k.c SPI: OMAP: remove unnecessary includes of plat/clock.h 2012-09-22 10:50:01 -06:00
spi-omap-uwire.c ARM: OMAP1: Make plat/mux.h omap1 only 2012-09-20 14:54:57 -07:00
spi-omap2-mcspi.c ARM: soc: late platform updates 2012-10-07 20:55:16 +09:00
spi-orion.c
spi-pl022.c spi/pl022: Revert recent runtime PM changes 2012-10-23 13:27:30 +01:00
spi-ppc4xx.c
spi-pxa2xx-pci.c
spi-pxa2xx.c
spi-rspi.c spi: spi-rspi: fix build error for the latest shdma driver 2012-10-17 16:32:46 +09:00
spi-s3c24xx-fiq.h
spi-s3c24xx-fiq.S
spi-s3c24xx.c
spi-s3c64xx.c spi: s3c64xx: Add fix for crash in spi suspend/resume 2012-11-07 09:22:21 +01:00
spi-sc18is602.c
spi-sh-hspi.c
spi-sh-msiof.c
spi-sh-sci.c
spi-sh.c
spi-sirf.c
spi-stmp.c
spi-ti-ssp.c
spi-tle62x0.c
spi-topcliff-pch.c spi: Updates for v3.7 2012-10-02 17:26:42 -07:00
spi-txx9.c
spi-xcomm.c
spi-xilinx.c
spi.c
spidev.c