Age | Commit message (Expand) | Author |
2014-09-24 | mmc: core: Add new power_mode MMC_POWER_UNDEFINED | Roger Tseng |
2014-09-09 | mmc: remove MMC_CAP2_NO_MULTI_READ flags | Kuninori Morimoto |
2014-09-09 | mmc: Add .multi_io_quirk callback for multi I/O HW bug | Kuninori Morimoto |
2014-09-09 | mmc: implement Driver Stage Register handling | Sascha Hauer |
2014-05-22 | mmc: sdio_irq: rework sdio irq handling | Russell King |
2014-05-12 | mmc: core: Improve support for deferred regulators | Tim Kryger |
2014-05-12 | mmc: add support for HS400 mode of eMMC5.0 | Seungwon Jeon |
2014-05-12 | mmc: identify available device type to select | Seungwon Jeon |
2014-05-12 | mmc: drop the speed mode of card's state | Seungwon Jeon |
2014-04-22 | mmc: Delay the card_event callback into the mmc_rescan worker | Markus Mayer |
2014-04-20 | mmc: clarify DDR timing mode between SD-UHS and eMMC | Seungwon Jeon |
2014-02-23 | mmc: core: Rename max_discard_to to max_busy_timeout | Ulf Hansson |
2014-02-13 | mmc: core: Enable MMC_CAP2_CACHE_CTRL as default | Ulf Hansson |
2014-02-13 | mmc: core: Use mmc_flush_cache() during mmc suspend | Ulf Hansson |
2014-02-13 | mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMD | Ulf Hansson |
2014-02-13 | mmc: core: Remove unused host cap MMC_CAP2_BROKEN_VOLTAGE | Ulf Hansson |
2014-02-13 | mmc: card: Remove host cap MMC_CAP2_SANITIZE | Ulf Hansson |
2014-02-13 | mmc: core: Use MMC_UNSAFE_RESUME as default behavior | Ulf Hansson |
2013-10-30 | mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume | Ulf Hansson |
2013-10-30 | mmc: core: Remove deprecated mmc_suspend|resume_host APIs | Ulf Hansson |
2013-10-30 | mmc: core: Move cached value of the negotiated ocr mask to card struct | Ulf Hansson |
2013-06-27 | mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLE | Ulf Hansson |
2013-06-27 | mmc: return mmc_of_parse() errors to caller | Simon Baatz |
2013-05-26 | mmc: core: Restructure and simplify code for mmc sleep|awake | Ulf Hansson |
2013-05-26 | mmc: core: Support aggressive power management for (e)MMC/SD | Ulf Hansson |
2013-05-26 | mmc: card: Adding support for sanitize in eMMC 4.5 | Maya Erez |
2013-05-26 | mmc: core: Re-use code for MMC_CAP2_DETECT_ON_ERR in polling mode | Ulf Hansson |
2013-05-06 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds |
2013-04-12 | mmc: core: fix performance regression initializing MMC host controllers | Adrian Hunter |
2013-04-01 | leds: trigger: use inline functions instead of macros | Kim, Milo |
2013-03-22 | mmc: sdio: bind acpi with sdio function device | Aaron Lu |
2013-02-24 | mmc: (cosmetic) remove "extern" from function declarations | Guennadi Liakhovetski |
2013-02-24 | mmc: provide a standard MMC device-tree binding parser centrally | Guennadi Liakhovetski |
2013-02-24 | mmc: support packed write command for eMMC4.5 devices | Seungwon Jeon |
2013-02-24 | mmc: add packed command feature of eMMC4.5 | Seungwon Jeon |
2013-02-24 | mmc: sdhci: enhance preset value function | Kevin Liu |
2013-02-24 | mmc: core: Add card_busy to host_ops | Johan Rudholm |
2013-02-11 | mmc: fix async request mechanism for sequential read scenarios | Konstantin Dorfman |
2013-02-11 | mmc: sdio: Fix SDIO 3.0 UHS-I initialization sequence | Sujit Reddy Thumma |
2012-12-07 | mmc: add a card-event host operation | Guennadi Liakhovetski |
2012-12-06 | mmc: host: Make UHS timing values fully unique | Kevin Liu |
2012-12-06 | mmc: Standardise capability type | Lee Jones |
2012-10-07 | mmc: core: Fixup broken suspend and eMMC4.5 power off notify | Ulf Hansson |
2012-09-04 | mmc: core: Do not rescan non-removable devices | Johan Rudholm |
2012-07-22 | mmc: sd: Fix sd current limit setting | Aaron Lu |
2012-07-21 | mmc: core: convert slot functions to managed allocation | Guennadi Liakhovetski |
2012-07-21 | mmc: add two capability flags for CD and WP signal polarity | Guennadi Liakhovetski |
2012-07-21 | mmc: core: use a more generic name for slot function types and fields | Guennadi Liakhovetski |
2012-07-21 | mmc: add a function to get regulators, supplying card's power | Guennadi Liakhovetski |
2012-04-22 | mmc: sdio: avoid spurious calls to interrupt handlers | Nicolas Pitre |