aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/mach/mmc.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Add 'card_present' state to mmc_platfrom_dataDmitry Shmidt2011-06-141-0/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Recreate asm/mach/mmc.h include fileColin Cross2011-06-141-0/+27
| | | | | Change-Id: I9f10244b0603f7842b8504a16124d40dc4a71ed2 Signed-off-by: Colin Cross <ccross@android.com>
* ARM: 5720/1: Move MMCI header to amba include dirLinus Walleij2009-09-221-18/+0
| | | | | | | | | | | | | This moves the mmci platform data definition struct away from arch/arm/include/asm/mach/mmc.h into the more proper place among the other primecells in include/linux/amba/mmci.h and at the same time renames it to "mmci.h", and also the struct in this file confusingly named mmc_platform_data has been renamed mmci_platform_data for clarity. Cc: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: 5698/1: MMCI pass capabilities in platform dataLinus Walleij2009-09-151-0/+1
| | | | | | | | | | | | This makes it possible to pass down the host controller capabilities for the MMCI driver using the platform data. It also provides the capabilties for the U300 implementation as an example, and makes sure the 4bit wide mode is set if this is requested by the ios() now that we can actually set that capability for a platform. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* MMC: MMCI: allow GPIOs to be passedRussell King2009-07-091-0/+2
| | | | | | | | Add and initialize the gpio_wp and gpio_cd members. We need to ensure that all users are covered, because GPIO 0 may be valid. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Linus Walleij <linus.walleij@stericsson.com>
* [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-021-0/+15
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>