summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-spear.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-04mmc: sdhci-spear: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-03-22mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen1-1/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+5
2012-12-06mmc: sdhci-spear: Don't call clk_{un}prepare() in suspend/resumeViresh Kumar1-2/+2
2012-12-06mmc: sdhci-spear: Initialize sdhci clk to 50 MHzVipul Kumar Samar1-0/+5
2012-11-28mmc: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitBill Pemberton1-5/+3
2012-11-28mmc: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-07mmc: sdhci-spear: Add clk_{un}prepare() supportViresh Kumar1-5/+5
2012-10-07mmc: sdhci-spear: add device tree bindingsViresh Kumar1-2/+55
2012-06-20Viresh has movedViresh Kumar1-2/+2
2012-05-01mmc: sdhci-spear: Use devm_* derivativesViresh Kumar1-53/+27
2012-05-01mmc: sdhci-spear: No need to check 'pdev == NULL' in probeViresh Kumar1-2/+0
2012-03-27mmc: sdhci-spear: add pm callbacks to support hibernationShiraz Hashim1-7/+2
2012-01-12mmc: sdhci-spear: Fix compilation errorViresh Kumar1-2/+1
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-11/+1
2012-01-11mmc: sdhci-spear: Implement suspend/resumeViresh Kumar1-0/+40
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-10-26mmc: sdhci-spear: Don't set power gpio to 1 on probeViresh Kumar1-2/+0
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-1/+1
2010-05-27sdhci-spear: ST SPEAr based SDHCI controller glueViresh KUMAR1-0/+298