summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-08-24block: better op and flags encodingChristoph Hellwig
2018-08-24block: split out request-only flags into a new namespaceChristoph Hellwig
2018-08-24mmc: sdhci: Clear SDHCI_HS400_TUNING flag after platform_execute_tuningRitesh Harjani
2018-08-24mmc: core: Move public functions from host.h to private headersUlf Hansson
2018-08-24mmc: core: Move public functions from card.h to private headersUlf Hansson
2018-08-24mmc: core: Move public functions from core.h to private headersUlf Hansson
2018-08-24mmc: core: First step in cleaning up private mmc header filesUlf Hansson
2018-08-24mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin
2018-08-24mmc: sdio: Factor out retry init card helper functionShawn Lin
2018-08-24mmc: core: Use kmalloc_array() in mmc_alloc_sg()Markus Elfring
2018-08-24mmc: mmc_test: Use kcalloc() in mmc_test_alloc_mem()Markus Elfring
2018-08-24mmc: mmc_test: Improve a size determination in five functionsMarkus Elfring
2018-08-24mmc: mmc_test: Combine substrings for 5 messagesMarkus Elfring
2018-08-24mmc: mmc_test: Add some spaces for better code readabilityMarkus Elfring
2018-08-24mmc: mmc_test: Use seq_puts() in mtf_testlist_show()Markus Elfring
2018-08-24mmc: mmc_test: Fix a typo in a comment lineMarkus Elfring
2018-08-24mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init()Markus Elfring
2018-08-24mmc: sdhci-esdhc: clean up register definitionsyangbo lu
2018-08-24mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson
2018-08-24mmc: sdhci: Include leds.hUlf Hansson
2018-08-24mmc: use empty initializer list to zero-clear structuresMasahiro Yamada
2018-08-24mmc: block: Replace "goto retry" by a proper do / while loopGeert Uytterhoeven
2018-08-24mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()Geert Uytterhoeven
2018-08-24mmc: core: Export device lifetime information through sysfsJungseung Lee
2018-08-24mmc: remove pointless request type check in mmc_prep_requestChristoph Hellwig
2018-08-24mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson
2018-08-24mmc: core: Further fix thread wake-upAdrian Hunter
2018-08-24mmc: sdhci: Fix to handle MMC_POWER_UNDEFINEDAdrian Hunter
2018-08-24mmc: block: Move files to coreUlf Hansson
2018-08-24mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada
2018-08-24mmc: sdhci: Tidy tuning loopAdrian Hunter
2018-08-24mmc: sdhci: Simplify tuning block size logicAdrian Hunter
2018-08-24mmc: sdhci: Factor out tuning helper functionsAdrian Hunter
2018-08-24mmc: sdhci: Use mmc_abort_tuning()Adrian Hunter
2018-08-24mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter
2018-08-24mmc: sdhci: Always allow tuning to fall back to fixed samplingAdrian Hunter
2018-08-24mmc: sdhci: Fix tuning reset after exhausting the maximum number of loopsAdrian Hunter
2018-08-24mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter
2018-08-24mmc: mmc_test: remove BUG_ONs and deploy error handlingShawn Lin
2018-08-24mmc: queue: remove BUG_ON for bounce_sgShawn Lin
2018-08-24mmc: sdio_uart: remove meaningless BUG_ONShawn Lin
2018-08-24mmc: core: remove BUG_ONs from core.cShawn Lin
2018-08-24mmc: core: remove BUG_ONs from sdShawn Lin
2018-08-24mmc: core: remove BUG_ONs from mmcShawn Lin
2018-08-24mmc: debugfs: remove BUG_ON from mmc_ext_csd_openShawn Lin
2018-08-24mmc: core: remove BUG_ONs from sdioShawn Lin
2018-08-24mmc: mmc: Add Command Queue definitionsAdrian Hunter
2018-08-24mmc: queue: Introduce queue depth and use it to allocate and freeAdrian Hunter
2018-08-24mmc: queue: Factor out mmc_queue_reqs_free_bufs()Adrian Hunter
2018-08-24mmc: queue: Factor out mmc_queue_alloc_sgs()Adrian Hunter