aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card (follow)
AgeCommit message (Expand)AuthorFilesLines
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-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
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-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+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-21Merge tag 'mmc-v4.6' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2-13/+22
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-29mmc: mmc_test: mention that '0' runs all testsWolfram Sang1-0/+1
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman1-4/+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
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-7/+7
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
2015-10-21mmc: core: Fix init_card in 52MhzChaotian Jing1-6/+3
2015-09-08Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-0/+17
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-08-27mmc: block: skip trim for some kingston eMMCsShawn Lin1-0/+10
2015-08-17scatterlist: remove open coded sg_unmark_end instancesDan Williams1-2/+2
2015-08-17mmc: block: add fixup of broken CMD23 for Sandisk cardYangbo Lu1-0/+4
2015-08-17mmc: block: don't use parameter prefix if built as moduleAndy Shevchenko1-0/+3
2015-07-24mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()Tomas Winkler1-0/+2
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2015-06-18mmc: queue: prevent soft lockups on PREEMPT=nRabin Vincent1-0/+1
2015-06-16mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang1-3/+5
2015-06-15mmc: queue: use swap() in mmc_queue_thread()Fabian Frederick1-4/+1
2015-06-01mmc: mmc-test: use swap() in mmc_test_nonblock_transfer()Fabian Frederick1-3/+1
2015-06-01mmc: cast unsigned int to typeof(sector_t) to avoid unexpected errorKuninori Morimoto1-1/+2
2015-06-01mmc: card: mmc_test: Simplify a trivial if-return sequenceFabio Estevam1-85/+15
2015-06-01mmc: block: Retry errored data requests when re-tuning is neededAdrian Hunter2-1/+11
2015-06-01mmc: block: Check re-tuning in the recovery pathAdrian Hunter1-0/+3
2015-05-06mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong3-1/+15
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson2-28/+24
2015-04-10sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley1-2/+2
2015-01-28mmc: block: Remove unnecessary temporary variableTobias Klauser1-3/+1
2015-01-21mmc: block: fix format string warningAsaf Vertz1-1/+1
2015-01-19mmc: core: always check status after resetJohan Rudholm1-11/+7