linux_dsm_epyc7002/drivers/mmc/core
Bradley Bolen f3d7c2292d mmc: core: Fix size overflow for mmc partitions
With large eMMC cards, it is possible to create general purpose
partitions that are bigger than 4GB.  The size member of the mmc_part
struct is only an unsigned int which overflows for gp partitions larger
than 4GB.  Change this to a u64 to handle the overflow.

Signed-off-by: Bradley Bolen <bradleybolen@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2019-11-18 10:05:38 +01:00
..
block.c mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response 2019-11-13 16:10:16 +01:00
block.h
bus.c
bus.h
card.h
core.c mmc: core: Re-work HW reset for SDIO cards 2019-11-14 16:28:56 +01:00
core.h mmc: core: Re-work HW reset for SDIO cards 2019-11-14 16:28:56 +01:00
debugfs.c
host.c
host.h
Kconfig
Makefile
mmc_ops.c
mmc_ops.h
mmc_test.c
mmc.c mmc: core: Fix size overflow for mmc partitions 2019-11-18 10:05:38 +01:00
pwrseq_emmc.c
pwrseq_sd8787.c
pwrseq_simple.c
pwrseq.c
pwrseq.h
queue.c
queue.h
quirks.h mmc: core: fix wl1251 sdio quirks 2019-11-15 09:59:19 +01:00
regulator.c
sd_ops.c
sd_ops.h
sd.c
sd.h
sdio_bus.c mmc: core: Re-work HW reset for SDIO cards 2019-11-14 16:28:56 +01:00
sdio_bus.h
sdio_cis.c
sdio_cis.h
sdio_io.c
sdio_irq.c
sdio_ops.c
sdio_ops.h
sdio_uart.c
sdio.c mmc: core: Re-work HW reset for SDIO cards 2019-11-14 16:28:56 +01:00
slot-gpio.c
slot-gpio.h