summaryrefslogtreecommitdiff
path: root/drivers/mmc/card
AgeCommit message (Expand)Author
2016-12-12mmc: block: Move files to coreUlf Hansson
2016-12-05mmc: mmc_test: remove BUG_ONs and deploy error handlingShawn Lin
2016-12-05mmc: queue: remove BUG_ON for bounce_sgShawn Lin
2016-12-05mmc: sdio_uart: remove meaningless BUG_ONShawn Lin
2016-12-05mmc: queue: Introduce queue depth and use it to allocate and freeAdrian Hunter
2016-12-05mmc: queue: Factor out mmc_queue_reqs_free_bufs()Adrian Hunter
2016-12-05mmc: queue: Factor out mmc_queue_alloc_sgs()Adrian Hunter
2016-12-05mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()Adrian Hunter
2016-12-05mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()Adrian Hunter
2016-12-05mmc: queue: Fix queue thread wake-upAdrian Hunter
2016-12-05mmc: block: Fix 4K native sector checkAdrian Hunter
2016-12-05mmc: block: Restore line inadvertently removed with packed commandsAdrian Hunter
2016-11-29mmc: block: delete packed command supportLinus Walleij
2016-11-29mmc: block: move packed command struct initLinus Walleij
2016-11-29mmc: block: rename data to blkdataLinus Walleij
2016-11-29mmc: block: use mmc_req_is_special()Linus Walleij
2016-11-29mmc: mmc_test: Uninitialized return valueDan Carpenter
2016-11-29mmc: core: use enum mmc_blk_status properlyLinus Walleij
2016-11-29mmc: block: convert ecc_err to a boolLinus Walleij
2016-11-29mmc: block: make gen_err a bool variableLinus Walleij
2016-11-07mmc: mmc_test: Fix "Commands during non-blocking write" testsAdrian Hunter
2016-10-10mmc: core: Annotate cmd_hdr as __le32Jiri Slaby
2016-10-10mmc: block: add missing header dependenciesBaoyou Xie
2016-09-26mmc: card: do away with indirection pointerLinus Walleij
2016-09-26mmc: mmc_test: Add tests for sending commands during transferAdrian Hunter
2016-09-26mmc: block: don't use CMD23 with very old MMC cardsDaniel Glöckner
2016-09-26mmc: block: remove the check of packed for packed request routineShawn Lin
2016-08-25mmc: fix use-after-free of struct requestAdrian Hunter
2016-08-16block: Fix secure eraseAdrian Hunter
2016-07-31Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-25mmc: block: Fix tag condition with packed writesAdrian Hunter
2016-07-25mmc: core: Disable HPI for certain Hynix eMMC cardsPratibhasagar V
2016-07-25mmc: block: correct 4KB alignment checkYuan, Juntao
2016-07-18mmc: block: fix packed command header endiannessTaras Kondratiuk
2016-07-18mmc: block: fix free of uninitialized 'idata->buf'Ville Viinikka
2016-06-22mmc: move 'parent' tracking to mmc_blk_dataDan Williams
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-05-26Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds
2016-05-23mmc: longer timeout for long read time quirkMatt Gumbel
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-17mmc: block: Pause re-tuning while switched to the RPMB partitionAdrian Hunter
2016-05-17mmc: block: Always switch back to main area after RPMB accessAdrian Hunter
2016-05-16mmc: block: improve logging of handling emmc timeoutsKen Sumrall
2016-05-02mmc: block: Convert to IDA for partition device indexesUlf Hansson
2016-05-02mmc: block: Release index in partition allocation error pathUlf Hansson