aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmc/boot.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-13mmc: Removed the unused public mmc boot.h headerUlf Hansson1-7/+0
Signed-off-by: Ulf Hansson <[email protected]> Reviewed-by: Linus Walleij <[email protected]>
2011-07-20mmc: Standardize header file inclusion checks.Robert P. J. Day1-3/+3
Standardize the checks for multiple MMC header file inclusion, including adding comments to terminating #endif's, and fixing one incorrect comment. Signed-off-by: Robert P. J. Day <[email protected]> Signed-off-by: Chris Ball <[email protected]>
2011-03-25mmc: Add MMC_PROGRESS_*Simon Horman1-0/+7
This is my second attempt to make this enum generally available. The first attempt added MMCIF_PROGRESS_* to include/linux/mmc/sh_mmcif.h. However this is not sufficiently generic as the enum will be used by SDHI boot code. Signed-off-by: Simon Horman <[email protected]> Signed-off-by: Paul Mundt <[email protected]>