aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/block.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-12mmc: block: Move files to coreUlf Hansson1-2336/+0
2016-12-05mmc: queue: Fix queue thread wake-upAdrian Hunter1-7/+0
2016-12-05mmc: block: Fix 4K native sector checkAdrian Hunter1-3/+5
2016-12-05mmc: block: Restore line inadvertently removed with packed commandsAdrian Hunter1-0/+2
2016-11-29mmc: block: delete packed command supportLinus Walleij1-466/+17
2016-11-29mmc: block: move packed command struct initLinus Walleij1-0/+43
2016-11-29mmc: block: rename data to blkdataLinus Walleij1-10/+10
2016-11-29mmc: block: use mmc_req_is_special()Linus Walleij1-3/+1
2016-11-29mmc: core: use enum mmc_blk_status properlyLinus Walleij1-6/+7
2016-11-29mmc: block: convert ecc_err to a boolLinus Walleij1-4/+4
2016-11-29mmc: block: make gen_err a bool variableLinus Walleij1-8/+9
2016-10-10mmc: core: Annotate cmd_hdr as __le32Jiri Slaby1-1/+1
2016-10-10mmc: block: add missing header dependenciesBaoyou Xie1-0/+1
2016-09-26mmc: card: do away with indirection pointerLinus Walleij1-2/+1
2016-09-26mmc: block: don't use CMD23 with very old MMC cardsDaniel Glöckner1-1/+2
2016-09-26mmc: block: remove the check of packed for packed request routineShawn Lin1-12/+12
2016-08-25mmc: fix use-after-free of struct requestAdrian Hunter1-2/+2
2016-08-16block: Fix secure eraseAdrian Hunter1-0/+1
2016-07-31Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-10/+3
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+9
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+5
2016-07-25mmc: block: Fix tag condition with packed writesAdrian Hunter1-2/+1
2016-07-25mmc: core: Disable HPI for certain Hynix eMMC cardsPratibhasagar V1-6/+0
2016-07-25mmc: block: correct 4KB alignment checkYuan, Juntao1-2/+2
2016-07-18mmc: block: fix packed command header endiannessTaras Kondratiuk1-6/+6
2016-07-18mmc: block: fix free of uninitialized 'idata->buf'Ville Viinikka1-1/+3
2016-06-22mmc: move 'parent' tracking to mmc_blk_dataDan Williams1-2/+3
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-4/+6
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-3/+3
2016-06-07drivers: use req op accessorMike Christie1-4/+3
2016-05-26Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-3/+21
2016-05-23mmc: longer timeout for long read time quirkMatt Gumbel1-2/+3
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-05-17mmc: block: Pause re-tuning while switched to the RPMB partitionAdrian Hunter1-1/+10
2016-05-17mmc: block: Always switch back to main area after RPMB accessAdrian Hunter1-0/+8
2016-05-16mmc: block: improve logging of handling emmc timeoutsKen Sumrall1-2/+8
2016-05-02mmc: block: Convert to IDA for partition device indexesUlf Hansson1-9/+27
2016-05-02mmc: block: Release index in partition allocation error pathUlf Hansson1-0/+1
2016-04-14mmc: block: Use the mmc host device index as the mmcblk device indexUlf Hansson1-17/+1
2016-04-12mmc/block: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-03-17mmc: block: fix ABI regression of mmc_blk_ioctlShawn Lin1-8/+16
2016-02-29mmc: block: shut up "retrying because a re-tune was needed" messageRussell King1-2/+2
2016-02-29mmc: block: don't use the OR operation for flag of dataJaehoon Chung1-3/+3
2016-02-11Revert "mmc: block: don't use parameter prefix if built as module"Ulf Hansson1-3/+0
2016-02-10mmc: block: return error on failed mmc_blk_get()Olof Johansson1-1/+3
2015-12-28mmc: block: Allow more than 8 partitions per cardColin Cross1-5/+2
2015-12-22mmc: block: change to use kmalloc when copy data from userspaceyalin wang1-2/+2
2015-11-09mmc: remove bondage between REQ_META and reliable writeLuca Porzio1-8/+3
2015-10-26mmc: block: copy resp[] data on err for MMC_IOC_MULTI_CMDGrant Grundler1-18/+9
2015-10-26mmc: block: Add new ioctl to send multi commandsJon Hunter1-55/+151