aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/board-trout-mmc.c
Commit message (Collapse)AuthorAgeFilesLines
* arm: Cleanup the irq namespaceThomas Gleixner2011-03-291-1/+1
| | | | | | Convert to the new function names. Automated with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* msm: mmc: Add msm prefix to platform data structureSahitya Tummala2010-08-091-1/+1
| | | | | | | | Rename mmc_platform_data to msm_mmc_platform_data as it is used only by MSM platform. Signed-off-by: Sahitya Tummala <stummala@codeaurora.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
* msm: trout: Remove extern declaration from source fileSahitya Tummala2010-08-091-3/+0
| | | | | | | | Add msm_add_sdcc() prototype to mach/board.h to fix the checkpatch warning. Signed-off-by: Sahitya Tummala <stummala@codeaurora.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
* arm: msm: trout add mmc supportDaniel Walker2010-06-171-0/+189
This adds the platform data for MMC on trout. Signed-off-by: Daniel Walker <dwalker@codeaurora.org>