linux_dsm_epyc7002/drivers/mmc/host
Joe Perches 28f65c11f2 treewide: Convert uses of struct resource to resource_size(ptr)
Several fixes as well where the +1 was missing.

Done via coccinelle scripts like:

@@
struct resource *ptr;
@@

- ptr->end - ptr->start + 1
+ resource_size(ptr)

and some grep and typing.

Mostly uncompiled, no cross-compilers.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2011-06-10 14:55:36 +02:00
..
at91_mci.c
atmel-mci-regs.h
atmel-mci.c
au1xmmc.c
bfin_sdh.c
cb710-mmc.c
cb710-mmc.h
davinci_mmc.c
dw_mmc.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
dw_mmc.h
imxmmc.c
imxmmc.h
jz4740_mmc.c
Kconfig mmc: Add new VUB300 USB-to-SD/SDIO/MMC driver 2011-05-24 23:54:00 -04:00
Makefile mmc: Add new VUB300 USB-to-SD/SDIO/MMC driver 2011-05-24 23:54:00 -04:00
mmc_spi.c
mmci.c ARM: 6832/1: mmci: support for ST-Ericsson db8500v2 2011-05-26 10:33:35 +01:00
mmci.h
msm_sdcc.c
msm_sdcc.h
mvsdio.c
mvsdio.h
mxcmmc.c
mxs-mmc.c
of_mmc_spi.c
omap_hsmmc.c ARM: OMAP4: MMC: no regulator off during probe for eMMC 2011-06-01 02:25:04 -07:00
omap.c
pxamci.c
pxamci.h
s3cmci.c
s3cmci.h
sdhci-cns3xxx.c
sdhci-dove.c
sdhci-esdhc-imx.c
sdhci-esdhc.h
sdhci-of-core.c
sdhci-of-esdhc.c
sdhci-of-hlwd.c
sdhci-of.h
sdhci-pci.c mmc: sdhci: Fix read-only detection with JMicron 388 chip 2011-05-24 21:02:42 -04:00
sdhci-pltfm.c
sdhci-pltfm.h
sdhci-pxa.c mmc: sdhci-pxa: Add quirks for DMA/ADMA to match h/w 2011-05-24 23:54:00 -04:00
sdhci-s3c.c
sdhci-spear.c
sdhci-tegra.c mmc: tegra: add pm_flags 2011-05-24 20:59:30 -04:00
sdhci.c mmc: sdhci: Auto-CMD23 fixes. 2011-05-25 16:52:26 -04:00
sdhci.h mmc: sdhci: Auto-CMD23 support. 2011-05-25 16:51:40 -04:00
sdricoh_cs.c
sh_mmcif.c mmc: add runtime and system power-management support to the MMCIF driver 2011-05-24 23:53:51 -04:00
sh_mobile_sdhi.c mmc: sdhi: allow powering down controller with no card inserted 2011-05-24 23:53:55 -04:00
tifm_sd.c
tmio_mmc_dma.c mmc: Add runtime and system-wide PM to the TMIO MMC driver 2011-05-24 23:53:51 -04:00
tmio_mmc_pio.c mmc: tmio: runtime suspend the controller, where possible 2011-05-24 23:53:55 -04:00
tmio_mmc.c mmc: Use device platform_data to retrieve tmio_mmc platform bits 2011-05-26 19:44:59 +02:00
tmio_mmc.h mmc: tmio: runtime suspend the controller, where possible 2011-05-24 23:53:55 -04:00
ushc.c
via-sdmmc.c
vub300.c mmc: Add new VUB300 USB-to-SD/SDIO/MMC driver 2011-05-24 23:54:00 -04:00
wbsd.c
wbsd.h