Age | Commit message (Expand) | Author | Files | Lines |
2014-07-09 | mmc: sdhci: Replace host->mmc with mmc where possible | Markus Mayer | 1 | -15/+15 |
2014-07-09 | mmc: sdhci: avoid double-delay while transitioning to 1.8V | Russell King | 1 | -3/+0 |
2014-07-09 | mmc: sdhci: Remove blank line | Ulf Hansson | 1 | -1/+0 |
2014-07-09 | mmc: sdhci: Improve external VDD regulator support | Tim Kryger | 1 | -7/+9 |
2014-07-09 | mmc: sdhci: Remove unused ret variables | Markus Pargmann | 1 | -4/+3 |
2014-07-09 | mmc: sdhci: Use mmc core regulator infrastucture | Tim Kryger | 1 | -61/+36 |
2014-05-22 | mmc: sdhci: SD tuning is broken for some controllers | Al Cooper | 1 | -15/+9 |
2014-05-22 | mmc: sdhci: track whether preset mode is currently enabled in hardware | Russell King | 1 | -18/+26 |
2014-05-22 | mmc: sdhci: move remaining power handling into sdhci_set_power() | Russell King | 1 | -9/+7 |
2014-05-22 | mmc: sdhci: move regulator handling into sdhci_set_power() | Russell King | 1 | -37/+35 |
2014-05-22 | mmc: sdhci: remove platform_suspend/platform_resume callbacks | Russell King | 1 | -6/+0 |
2014-05-22 | mmc: sdhci: clean up sdhci_execute_tuning() decision | Russell King | 1 | -16/+15 |
2014-05-22 | mmc: sdhci: cache timing information locally | Russell King | 1 | -11/+12 |
2014-05-22 | mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function | Russell King | 1 | -20/+24 |
2014-05-22 | mmc: sdhci: convert sdhci_set_clock() into a library function | Russell King | 1 | -11/+6 |
2014-05-22 | mmc: sdhci: move setting mmc->actual_clock into set_clock handlers | Russell King | 1 | -2/+2 |
2014-05-22 | mmc: sdhci: move setting host->clock into sdhci_do_set_ios() | Russell King | 1 | -5/+4 |
2014-05-22 | mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock() | Russell King | 1 | -16/+5 |
2014-05-22 | mmc: sdhci: convert ADMA descriptors to a coherent allocation | Russell King | 1 | -21/+22 |
2014-05-22 | mmc: sdhci: avoid sync'ing the SG if there's no misalignment | Russell King | 1 | -1/+10 |
2014-05-22 | mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc code | Russell King | 1 | -5/+0 |
2014-05-22 | mmc: sdhci: convert reset into a library function | Russell King | 1 | -23/+24 |
2014-05-22 | mmc: sdhci: convert generic bus width setup to library function | Russell King | 1 | -23/+22 |
2014-05-22 | mmc: sdhci: plug hole in disabling card detection interrupts | Russell King | 1 | -8/+9 |
2014-05-22 | mmc: sdhci: more efficient interrupt enable register handling | Russell King | 1 | -51/+47 |
2014-05-22 | mmc: sdhci: allow sdio interrupts while sdhci runtime suspended | Russell King | 1 | -4/+3 |
2014-05-22 | mmc: sdhci: push card_tasklet into threaded irq handler | Russell King | 1 | -14/+9 |
2014-05-22 | mmc: sdhci: convert to new SDIO IRQ handling | Russell King | 1 | -23/+39 |
2014-05-22 | mmc: sdhci: clean up sdio interrupt enable handling | Russell King | 1 | -18/+17 |
2014-05-22 | mmc: sdhci: clean up interrupt handling | Russell King | 1 | -66/+58 |
2014-05-14 | mmc: sdhci: remove mdelay in eMMC tuning | Nick Sanders | 1 | -1/+4 |
2014-04-21 | mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMC | Seungwon Jeon | 1 | -1/+3 |
2014-03-26 | sdhci: only reprogram retuning timer when flag is set | Arend van Spriel | 1 | -4/+3 |
2014-03-17 | mmc: sdhci: Allow for irq being shared | Adrian Hunter | 1 | -3/+1 |
2014-02-23 | mmc: core: Rename cmd_timeout_ms to busy_timeout | Ulf Hansson | 1 | -4/+4 |
2014-02-23 | mmc: core: Rename max_discard_to to max_busy_timeout | Ulf Hansson | 1 | -1/+1 |
2014-02-22 | mmc: sdhci: add support for realtek rts5250 | Micky Ching | 1 | -1/+2 |
2014-01-20 | mmc: sdhci: Allow for long command timeouts | Adrian Hunter | 1 | -1/+6 |
2014-01-18 | mmc: sdhci: fix lockdep error in tuning routine | Aisheng Dong | 1 | -13/+7 |
2014-01-13 | mmc: sdhci: add quirk for broken HS200 support | David Cohen | 1 | -1/+2 |
2014-01-13 | mmc: sdhci: Setting the host->mrq to NULL before executing tuning | Chuansheng Liu | 1 | -0/+7 |
2013-11-27 | mmc: sdhci: clear auto cmd setting bits for no data cmds | Dong Aisheng | 1 | -1/+6 |
2013-11-08 | mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq | Alexey Neyman | 1 | -0/+8 |
2013-10-31 | mmc: sdhci: Move away from using deprecated APIs | Ulf Hansson | 1 | -18/+2 |
2013-10-21 | mmc: sdhci: remove unneeded call when have preset value quirk | Dong Aisheng | 1 | -1/+2 |
2013-10-21 | mmc: sdhci: report error once the maximum tuning loops exhausted or timeout | Dong Aisheng | 1 | -0/+1 |
2013-09-26 | mmc: sdhci: allow platform access of sdhci_send_command | Dong Aisheng | 1 | -2/+2 |
2013-09-26 | mmc: sdhci: add hooks for platform specific tuning | Dong Aisheng | 1 | -0/+8 |
2013-09-11 | Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+5 |
2013-08-26 | mmc: sdhci: get voltage from sdhc host | Haijun Zhang | 1 | -0/+3 |