Age | Commit message (Expand) | Author |
2020-03-26 | mmc: core: Re-work the code for eMMC sanitize | Ulf Hansson |
2020-03-24 | mmc: mmc_test: Pass different sg lists for non-blocking requests | Veerabhadrarao Badiganti |
2020-03-24 | mmc: core: Fix indentation | Jérôme Pouiller |
2020-03-24 | mmc: core: Fixup support for HW busy detection for HPI commands | Ulf Hansson |
2020-03-24 | mmc: core: Convert to mmc_poll_for_busy() for HPI commands | Ulf Hansson |
2020-03-24 | mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd() | Ulf Hansson |
2020-03-24 | mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discard | Ulf Hansson |
2020-03-24 | mmc: core: Update CMD13 busy check for CMD6 commands | Ulf Hansson |
2020-03-24 | mmc: core: Enable re-use of mmc_blk_in_tran_state() | Ulf Hansson |
2020-03-24 | mmc: core: Split up mmc_poll_for_busy() | Ulf Hansson |
2020-03-24 | mmc: core: Drop redundant in-parameter to __mmc_switch() | Ulf Hansson |
2020-03-24 | mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status() | Ulf Hansson |
2020-03-24 | mmc: core: Drop unused define | Ulf Hansson |
2020-03-24 | mmc: core: Throttle polling rate for CMD6 | Ulf Hansson |
2020-03-24 | mmc: core: Enable the MMC host software queue for the SD card | Baolin Wang |
2020-03-24 | mmc: Add MMC host software queue support | Baolin Wang |
2020-03-12 | mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command | Ulf Hansson |
2020-03-11 | mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard | Ulf Hansson |
2020-03-11 | mmc: core: Allow host controllers to require R1B for CMD6 | Ulf Hansson |
2020-01-24 | mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch() | Ulf Hansson |
2020-01-24 | mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD | Ulf Hansson |
2020-01-24 | mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC | Ulf Hansson |
2020-01-20 | mmc: core: limit probe clock frequency to configured f_max | Michał Mirosław |
2019-12-18 | mmc: core: Remove mmc_gpiod_request_*(invert_gpio) | Michał Mirosław |
2019-12-18 | mmc: core: Rework cd-gpio handling | Michał Mirosław |
2019-12-18 | mmc: core: Rework wp-gpio handling | Michał Mirosław |
2019-11-18 | mmc: core: Fix size overflow for mmc partitions | Bradley Bolen |
2019-11-15 | mmc: core: fix wl1251 sdio quirks | H. Nikolaus Schaller |
2019-11-14 | mmc: core: Re-work HW reset for SDIO cards | Ulf Hansson |
2019-11-14 | mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan() | Ulf Hansson |
2019-11-13 | mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response | Chaotian Jing |
2019-11-13 | mmc: block: Make card_busy_detect() a bit more generic | Chaotian Jing |
2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2019-09-12 | mmc: queue: Fix bigger segments usage | Yoshihiro Shimoda |
2019-09-11 | mmc: core: Fixup processing of SDIO IRQs during system suspend/resume | Ulf Hansson |
2019-09-11 | mmc: core: WARN if SDIO IRQs are enabled for non-powered card in suspend | Ulf Hansson |
2019-09-11 | mmc: core: Clarify that the ->ack_sdio_irq() callback is mandatory | Ulf Hansson |
2019-09-11 | mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREAD | Ulf Hansson |
2019-09-11 | mmc: core: Move code to get pending SDIO IRQs to a function | Matthias Kaehlcke |
2019-09-03 | Revert "mmc: core: do not retry CMD6 in __mmc_switch()" | Jan Kaisrlik |
2019-09-03 | mmc: queue: use bigger segments if DMA MAP layer can merge the segments | Yoshihiro Shimoda |
2019-08-30 | mmc: core: Fix init of SD cards reporting an invalid VDD range | Ulf Hansson |
2019-07-22 | mmc: mmc_spi: Enable stable writes | Andreas Koop |
2019-07-11 | Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds |
2019-07-10 | mmc: core: let the dma map ops handle bouncing | Christoph Hellwig |
2019-07-10 | mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card() | Ulf Hansson |
2019-07-10 | mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card() | Ulf Hansson |
2019-07-10 | mmc: sdio: Don't re-initialize powered-on removable SDIO cards at resume | Ulf Hansson |
2019-07-10 | mmc: sdio: Drop powered-on re-init at runtime resume and HW reset | Ulf Hansson |
2019-07-10 | mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card() | Ulf Hansson |