android_kernel_xiaomi_sdm845/include/linux/mmc
David Brownell 97018580c4 MMC headers learn about SPI
Teach the MMC/SD/SDIO system headers that some hosts use SPI mode

 - New host capabilities and status bits
    * MMC_CAP_SPI, with mmc_host_is_spi() test
    * mmc_host.use_spi_crc flag

 - SPI-specific declarations:
    * Response types, MMC_RSP_SPI_R*
    * Two SPI-only commands
    * Status bits used native to SPI:  R1_SPI_*, R2_SPI_*

 - Fix a few (unrelated) whitespace bugs in the headers.

 - Reorder a few mmc_host fields, removing several bytes of padding

None of these changes affect current code.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
2007-09-23 21:37:51 +02:00
..
card.h sdio: store vendor strings 2007-09-23 21:28:01 +02:00
core.h MMC headers learn about SPI 2007-09-23 21:37:51 +02:00
host.h MMC headers learn about SPI 2007-09-23 21:37:51 +02:00
mmc.h MMC headers learn about SPI 2007-09-23 21:37:51 +02:00
sd.h mmc: Separate out protocol ops 2007-05-01 13:04:18 +02:00
sdio_func.h sdio: store vendor strings 2007-09-23 21:28:01 +02:00
sdio_ids.h sdio: defines for some standard interface types 2007-09-23 20:54:47 +02:00
sdio.h sdio: add SDIO_FBR_BASE(f) macro 2007-09-23 21:16:27 +02:00