summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pxav3.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-pxav3: fix error handling of sdhci_add_hostXiang Wang2014-09-101-2/+2
* mmc: sdhci-pxav3: set_uhs_signaling is initialized twice differentlyPeter Griffin2014-09-091-2/+1
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* mmc: sdhci-pxav3: Use devm_* managed helpersLaurent Pinchart2014-08-111-10/+3
* mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: set_uhs_signaling() need not return a valueRussell King2014-05-221-3/+1
* mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: convert reset into a library functionRussell King2014-05-221-2/+4
* mmc: sdhci: convert generic bus width setup to library functionRussell King2014-05-221-0/+1
* mmc: sdhci-pxav3: add support for the Armada 38x SDHCI controllerMarcin Wojtas2014-03-291-0/+68
* mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-241-1/+2
* sdhci-pxav3: Fix runtime PM initializationDaniel Drake2013-06-271-4/+3
* mmc: sdhci-pxav3: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-2/+5
* mmc: sdhci: Add size for caller in init+registerChristian Daudt2013-05-311-1/+1
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0
* mmc: sdhci-pxav3: controller should use SDCLK for timeout calculationKevin Liu2013-04-041-1/+1
* mmc: sdhci-pxav3: enhance device tree parser codeKevin Liu2013-04-041-19/+5
* mmc: sdhci-pxav3: remove cd-broken quirk for permanently present cardKevin Liu2013-04-041-4/+2
* mmc: sdhci-pxav3: transfer sdhci_pltfm_data as args to sdhci_pltfm_initKevin Liu2013-04-041-8/+9
* mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen2013-03-221-1/+1
* mmc: sdhci-pxav3: add pm runtime supportKevin Liu2013-02-241-1/+95
* mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clockLars-Peter Clausen2013-02-241-8/+1
* mmc: sdhci-pxav3: add IRQ wake up supportKevin Liu2013-02-111-0/+7
* mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio usersShawn Guo2013-02-111-5/+0
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-3/+3
|\
| * mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
| * mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* | mmc: sdhci-pxav3: add quirks2Kevin Liu2012-12-061-0/+2
* | mmc: sdhci-pxav3: Add base clock quirkKevin Liu2012-12-061-1/+10
|/
* mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirksChris Ball2012-10-071-0/+2
* mmc: sdhci-pxav3: dt: Support "cd-gpios" propertyChris Ball2012-09-191-0/+25
* mmc: sdhci-pxav2, sdhci-pxav3: use clk_prepare/unprepare APIsChao Xie2012-09-041-4/+4
* mmc: sdhci-pxa: Add device tree supportChris Ball2012-07-211-0/+52
* mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-111-11/+1
* mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss2011-12-191-4/+1
* mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-261-0/+1
* mmc: sdhci: pxav3: controller needs 32 bit ADMA addressingPhilip Rakity2011-08-131-1/+2
* mmc: sdhci-pxa: move platform data to include/linux/platform_dataZhangfei Gao2011-07-201-1/+1
* mmc: host: split up sdhci-pxa, create sdhci-pxav3.cZhangfei Gao2011-07-201-0/+289
OpenPOWER on IntegriCloud