summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card
Commit message (Expand)AuthorAgeFilesLines
* mmc: block: Move files to coreUlf Hansson2016-12-128-7486/+0
* mmc: mmc_test: remove BUG_ONs and deploy error handlingShawn Lin2016-12-051-4/+8
* mmc: queue: remove BUG_ON for bounce_sgShawn Lin2016-12-051-2/+0
* mmc: sdio_uart: remove meaningless BUG_ONShawn Lin2016-12-051-2/+0
* mmc: queue: Introduce queue depth and use it to allocate and freeAdrian Hunter2016-12-052-59/+59
* mmc: queue: Factor out mmc_queue_reqs_free_bufs()Adrian Hunter2016-12-051-39/+26
* mmc: queue: Factor out mmc_queue_alloc_sgs()Adrian Hunter2016-12-051-6/+16
* mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()Adrian Hunter2016-12-051-16/+28
* mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()Adrian Hunter2016-12-051-18/+29
* mmc: queue: Fix queue thread wake-upAdrian Hunter2016-12-053-21/+22
* mmc: block: Fix 4K native sector checkAdrian Hunter2016-12-051-3/+5
* mmc: block: Restore line inadvertently removed with packed commandsAdrian Hunter2016-12-051-0/+2
* mmc: block: delete packed command supportLinus Walleij2016-11-293-535/+20
* mmc: block: move packed command struct initLinus Walleij2016-11-293-46/+43
* mmc: block: rename data to blkdataLinus Walleij2016-11-292-11/+12
* mmc: block: use mmc_req_is_special()Linus Walleij2016-11-291-3/+1
* mmc: mmc_test: Uninitialized return valueDan Carpenter2016-11-291-1/+1
* mmc: core: use enum mmc_blk_status properlyLinus Walleij2016-11-292-16/+41
* mmc: block: convert ecc_err to a boolLinus Walleij2016-11-291-4/+4
* mmc: block: make gen_err a bool variableLinus Walleij2016-11-291-8/+9
* mmc: mmc_test: Fix "Commands during non-blocking write" testsAdrian Hunter2016-11-071-4/+4
* mmc: core: Annotate cmd_hdr as __le32Jiri Slaby2016-10-102-2/+2
* mmc: block: add missing header dependenciesBaoyou Xie2016-10-101-0/+1
* mmc: card: do away with indirection pointerLinus Walleij2016-09-264-5/+5
* mmc: mmc_test: Add tests for sending commands during transferAdrian Hunter2016-09-261-0/+308
* mmc: block: don't use CMD23 with very old MMC cardsDaniel Glöckner2016-09-261-1/+2
* mmc: block: remove the check of packed for packed request routineShawn Lin2016-09-261-12/+12
* mmc: fix use-after-free of struct requestAdrian Hunter2016-08-252-3/+5
* block: Fix secure eraseAdrian Hunter2016-08-163-2/+6
* Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-07-311-10/+3
|\
| * mmc: block: Fix tag condition with packed writesAdrian Hunter2016-07-251-2/+1
| * mmc: core: Disable HPI for certain Hynix eMMC cardsPratibhasagar V2016-07-251-6/+0
| * mmc: block: correct 4KB alignment checkYuan, Juntao2016-07-251-2/+2
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-262-7/+10
|\ \
| * | mmc: move 'parent' tracking to mmc_blk_dataDan Williams2016-06-221-2/+3
| * | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-092-5/+7
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-263-11/+12
|\ \ \ | |/ / | | / | |/ |/|
| * block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-072-4/+5
| * drivers: use req op accessorMike Christie2016-06-073-9/+9
* | mmc: block: fix packed command header endiannessTaras Kondratiuk2016-07-181-6/+6
* | mmc: block: fix free of uninitialized 'idata->buf'Ville Viinikka2016-07-181-1/+3
|/
* Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-05-261-3/+21
|\
| * mmc: longer timeout for long read time quirkMatt Gumbel2016-05-231-2/+3
| * mmc: block: Pause re-tuning while switched to the RPMB partitionAdrian Hunter2016-05-171-1/+10
| * mmc: block: Always switch back to main area after RPMB accessAdrian Hunter2016-05-171-0/+8
* | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-201-1/+1
|\ \
| * | tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
* | | Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-171-1/+1
|\ \ \ | |_|/ |/| |
| * | mmc/block: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
* | | mmc: block: improve logging of handling emmc timeoutsKen Sumrall2016-05-161-2/+8
OpenPOWER on IntegriCloud