aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-dove.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-29mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPSUlf Hansson1-1/+1
2015-03-23mmc: sdhci: set the .remove to sdhci_pltfm_unregister()Kevin Hao1-6/+1
2015-03-23mmc: sdhci: disable the clock in sdhci_pltfm_unregister()Kevin Hao1-7/+1
2015-03-23mmc: sdhci-dove: kill the driver specific private structKevin Hao1-21/+5
2015-03-23mmc: sdhci-dove: remove the unneeded error checkKevin Hao1-4/+2
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-05-23mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handlerSebastian Hesselbarth1-69/+5
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-0/+1
2014-02-25mmc: sdhci-dove: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-05-31mmc: sdhci: Add size for caller in init+registerChristian Daudt1-1/+1
2013-03-22mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen1-1/+1
2013-03-22mmc: sdhci_pltfm: Constify sdhci_pltfm_dataLars-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-4/+4
2012-12-06mmc: sdhci-dove: allow GPIOs to be used for card detection on DoveRussell King1-6/+67
2012-12-06mmc: sdhci-dove: use two-stage initialization for sdhci-pltfmRussell King1-7/+17
2012-12-06mmc: sdhci-dove: use devm_clk_get()Russell King1-7/+4
2012-11-28mmc: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-07mmc: fix sdhci-dove probe/removalRussell King - ARM Linux1-18/+20
2012-09-04mmc: sdhci-dove: DT support for sdhci-doveSebastian Hesselbarth1-0/+8
2012-07-22mmc: sdhci-dove: Prepare for common clock frameworkSebastian Hesselbarth1-1/+47
2012-07-22mmc: sdhci-dove: Add SDHCI_QUIRK_NO_HISPD_BITSebastian Hesselbarth1-1/+2
2012-04-05mmc: sdhci-dove: Fix compile error by including module.hAlf Høgemark1-0/+1
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-11/+1
2011-12-19mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss1-4/+1
2011-07-20mmc: sdhci: change sdhci-pltfm into a moduleShawn Guo1-1/+0
2011-07-20mmc: sdhci: make sdhci-pltfm device drivers self registeredShawn Guo1-1/+41
2011-01-08mmc: Add support for the Marvell Dove SDHCI controllerMike Rapoport1-0/+70