aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-spear.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29mmc: sdhci-*: Don't emit error msg if sdhci_add_host() failsJisheng Zhang1-3/+1
2017-12-15mmc: sdhci-spear: Handle return value of platform_get_irqArvind Yadav1-0/+4
2017-04-24mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter1-0/+3
2015-07-17Update Viresh Kumar's email addressViresh Kumar1-2/+2
2015-03-23mmc: sdhci-spear: Remove exported headerUlf Hansson1-26/+9
2015-03-23mmc: sdhci-spear: Simplify by adding build dependency to CONFIG_OFUlf Hansson1-16/+4
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert reset into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King1-1/+1
2014-03-04mmc: sdhci-spear: use generic card detection gpio supportRussell King1-62/+17
2014-03-04mmc: sdhci-spear: remove support for power gpioRussell King1-32/+0
2014-03-04mmc: sdhci-spear: simplify resource handlingRussell King1-27/+13
2014-03-04mmc: sdhci-spear: fix platform_data usageRussell King1-26/+17
2014-03-04mmc: sdhci-spear: fix error handling paths for DTRussell King1-6/+3
2014-02-25mmc: sdhci-spear: Fix NULL pointer dereferenceSachin Kamat1-5/+3
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/git/gregkh/driver-coreLinus 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