alistair23-linux/drivers/spi
Shubhrajyoti D 1458d160de OMAP: SPI: Fix the trying to free nonexistent resource error
Currently there is a request_mem_region(r->start, ..
followed by r->start += pdata->regs_offset;

And then in remove

   r = platform_get_resource(pdev, IORESOURCE_MEM, 0);
   release_mem_region(r->start, resource_size(r));

Here the offset addition is not taken care. Fix the code for the
same.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2011-10-24 13:44:30 +02:00
..
Kconfig spi/imx: use soc name in spi device type naming scheme 2011-07-14 13:47:02 -06:00
Makefile spi: remove obsolete spi-s3c24xx-gpio driver 2011-07-04 10:52:58 -06:00
spi-altera.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-ath79.c spi: Convert uses of struct resource * to resource_size(ptr) 2011-06-10 23:43:41 -06:00
spi-atmel.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-au1550.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-bfin-sport.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-bfin5xx.c spi/bfin_spi: uninline fat queue funcs 2011-06-17 08:35:58 -06:00
spi-bitbang-txrx.h spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-bitbang.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-butterfly.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-coldfire-qspi.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-davinci.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-dw-mid.c spi: spi-dw: fix all sparse warnings 2011-09-21 09:41:48 -06:00
spi-dw-mmio.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-dw-pci.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-dw.c spi: spi-dw: fix all sparse warnings 2011-09-21 09:41:48 -06:00
spi-dw.h spi: spi-dw: fix all sparse warnings 2011-09-21 09:41:48 -06:00
spi-ep93xx.c spi/spi-ep93xx: add module.h include 2011-10-16 02:04:18 -06:00
spi-fsl-espi.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-fsl-lib.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-fsl-lib.h spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-fsl-spi.c spi: Fix WARN when removing spi-fsl-spi module 2011-09-23 17:28:29 -06:00
spi-gpio.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-imx.c spi/imx: Fix spi-imx when the hardware SPI chipselects are used 2011-09-15 15:54:38 -06:00
spi-lm70llp.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-mpc52xx-psc.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-mpc52xx.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-mpc512x-psc.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-nuc900.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-oc-tiny.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-omap-100k.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-omap-uwire.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-omap2-mcspi.c OMAP: SPI: Fix the trying to free nonexistent resource error 2011-10-24 13:44:30 +02:00
spi-orion.c spi: Convert uses of struct resource * to resource_size(ptr) 2011-06-10 23:43:41 -06:00
spi-pl022.c spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is true 2011-09-21 09:41:48 -06:00
spi-ppc4xx.c spi: Convert uses of struct resource * to resource_size(ptr) 2011-06-10 23:43:41 -06:00
spi-pxa2xx-pci.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-pxa2xx.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-s3c24xx-fiq.h spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-s3c24xx-fiq.S spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-s3c24xx.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-s3c64xx.c Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 2011-07-22 14:52:44 -07:00
spi-sh-msiof.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-sh-sci.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-sh.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-stmp.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-tegra.c spi/tegra: fix compilation error in spi-tegra.c 2011-10-14 16:41:04 -06:00
spi-ti-ssp.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-tle62x0.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-topcliff-pch.c spi-topcliff-pch: Fix overrun issue 2011-10-04 10:10:50 -06:00
spi-txx9.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi-xilinx.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spi.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00
spidev.c spi: reorganize drivers 2011-06-06 01:16:30 -06:00