aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pxav3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-04mmc: sdhci-pxav3: controller should use SDCLK for timeout calculationKevin Liu1-1/+1
2013-04-04mmc: sdhci-pxav3: enhance device tree parser codeKevin Liu1-19/+5
2013-04-04mmc: sdhci-pxav3: remove cd-broken quirk for permanently present cardKevin Liu1-4/+2
2013-04-04mmc: sdhci-pxav3: transfer sdhci_pltfm_data as args to sdhci_pltfm_initKevin Liu1-8/+9
2013-03-22mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen1-1/+1
2013-02-24mmc: sdhci-pxav3: add pm runtime supportKevin Liu1-1/+95
2013-02-24mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clockLars-Peter Clausen1-8/+1
2013-02-11mmc: sdhci-pxav3: add IRQ wake up supportKevin Liu1-0/+7
2013-02-11mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio usersShawn Guo1-5/+0
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2012-12-06mmc: sdhci-pxav3: add quirks2Kevin Liu1-0/+2
2012-12-06mmc: sdhci-pxav3: Add base clock quirkKevin Liu1-1/+10
2012-11-28mmc: remove use of __devexitBill 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-10-07mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirksChris Ball1-0/+2
2012-09-19mmc: sdhci-pxav3: dt: Support "cd-gpios" propertyChris Ball1-0/+25
2012-09-04mmc: sdhci-pxav2, sdhci-pxav3: use clk_prepare/unprepare APIsChao Xie1-4/+4
2012-07-21mmc: sdhci-pxa: Add device tree supportChris Ball1-0/+52
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-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-08-13mmc: sdhci: pxav3: controller needs 32 bit ADMA addressingPhilip Rakity1-1/+2
2011-07-20mmc: sdhci-pxa: move platform data to include/linux/platform_dataZhangfei Gao1-1/+1
2011-07-20mmc: host: split up sdhci-pxa, create sdhci-pxav3.cZhangfei Gao1-0/+289