Age | Commit message (Expand) | Author |
2017-03-30 | mmc: sdhci-of-at91: fix MMC_DDR_52 timing selection | Ludovic Desroches |
2017-03-30 | mmc: sdhci: Disable runtime pm when the sdio_irq is enabled | Hans de Goede |
2017-03-23 | mmc: sdhci-pci: Do not disable interrupts in sdhci_intel_set_power | Adrian Hunter |
2017-03-23 | mmc: sdhci: Do not disable interrupts while waiting for clock | Adrian Hunter |
2017-03-16 | mmc: ushc: fix NULL-deref at probe | Johan Hovold |
2017-03-16 | mmc: sdhci-of-at91: Support external regulators | Romain Izard |
2017-03-16 | mmc: core: mmc_blk_rw_cmd_err - remove unused variable | Winkler, Tomas |
2017-03-16 | mmc: mediatek: Fixed bug where clock frequency could be set wrong | yong mao |
2017-03-14 | mmc: block: Fix cmd error reset failure path | Adrian Hunter |
2017-03-14 | mmc: block: Fix is_waiting_last_req set incorrectly | Adrian Hunter |
2017-03-14 | mmc: core: Fix access to HS400-ES devices | Guenter Roeck |
2017-03-14 | mmc: sdhci-of-arasan: fix incorrect timeout clock | Anssi Hannula |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <uap... | Ingo Molnar |
2017-02-27 | scripts/spelling.txt: add "intialization" pattern and fix typo instances | Masahiro Yamada |
2017-02-21 | Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds |
2017-02-17 | Merge branch 'for-4.11/next' into for-4.11/linus-merge | Jens Axboe |
2017-02-15 | mmc: core: add mmc prefix for blk_fixups | Shawn Lin |
2017-02-15 | mmc: core: move all quirks together into quirks.h | Shawn Lin |
2017-02-15 | mmc: core: improve the quirks for sdio devices | Shawn Lin |
2017-02-15 | mmc: core: move some sdio IDs out of quirks file | Shawn Lin |
2017-02-15 | mmc: core: change quirks.c to be a header file | Shawn Lin |
2017-02-15 | mmc: sdhci-cadence: fix bit shift of read data from PHY port | Masahiro Yamada |
2017-02-14 | Merge branch 'fixes' into next | Ulf Hansson |
2017-02-14 | mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS support | Uri Yanai |
2017-02-14 | mmc: MAN_BKOPS_EN inverse debug message logic | Uri Yanai |
2017-02-14 | mmc: meson-gx: add support for HS400 mode | Heiner Kallweit |
2017-02-14 | mmc: meson-gx: remove unneeded checks in remove | Heiner Kallweit |
2017-02-14 | mmc: meson-gx: reduce bounce buffer size | Heiner Kallweit |
2017-02-14 | mmc: meson-gx: set max block count and request size | Heiner Kallweit |
2017-02-14 | mmc: meson-gx: improve interrupt handling | Heiner Kallweit |
2017-02-14 | mmc: meson-gx: improve meson_mmc_irq_thread | Heiner Kallweit |
2017-02-14 | mmc: meson-gx: improve meson_mmc_clk_set | Heiner Kallweit |
2017-02-14 | mmc: meson-gx: minor improvements in meson_mmc_set_ios | Heiner Kallweit |
2017-02-14 | mmc: meson: Assign the minimum clk rate as close to 400KHz as possible | Ulf Hansson |
2017-02-14 | mmc: core: start to break apart mmc_start_areq() | Linus Walleij |
2017-02-14 | mmc: block: respect bool returned from blk_end_request() | Linus Walleij |
2017-02-14 | mmc: block: return errorcode from mmc_sd_num_wr_blocks() | Linus Walleij |
2017-02-14 | mmc: core: fix multi-bit bus width without high-speed mode | Anssi Hannula |
2017-02-13 | mmc: queue: turn queue flags into bools | Linus Walleij |
2017-02-13 | mmc: block: rename mmc_active to areq | Linus Walleij |
2017-02-13 | mmc: block: refactor mmc_blk_rw_try_restart() | Linus Walleij |
2017-02-13 | mmc: core: rename mmc_start_req() to *areq() | Linus Walleij |
2017-02-13 | mmc: block: rename rqc and req | Linus Walleij |
2017-02-13 | mmc: block: inline the command abort and start new goto:s | Linus Walleij |
2017-02-13 | mmc: core: switch to ida_simple_ functions in block.c | Heiner Kallweit |
2017-02-13 | mmc: host: omap_hsmmc: avoid possible overflow of timeout value | Ravikumar Kattekola |
2017-02-13 | mmc: host: omap_hsmmc: use generic_cmd6_time to program timeout value for CMD6 | Kishon Vijay Abraham I |
2017-02-13 | mmc: host: omap_hsmmc: reset cmd line on ceb error | Ravikumar Kattekola |
2017-02-13 | mmc: dw_mmc: silent verbose log when calling from PM context | Shawn Lin |
2017-02-13 | mmc: core/mmci: restore pre/post_req behaviour | Linus Walleij |