summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-0/+1
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* | mmc: Convert pr_warning to pr_warnJoe Perches2014-09-243-11/+8Star
* | mmc: block: change stop errors to infoJohan Rudholm2014-09-191-1/+1
* | mmc: card: Prevent partition scan for the eMMC boot areasUlf Hansson2014-09-091-1/+1
* | mmc: remove MMC_CAP2_NO_MULTI_READ flagsKuninori Morimoto2014-09-091-5/+0Star
* | mmc: Add .multi_io_quirk callback for multi I/O HW bugKuninori Morimoto2014-09-091-0/+10
|/
* mmc: Do not advertise secure discard if it is blacklistedLukas Czerner2014-07-261-3/+3
* Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-091-66/+115
|\
| * mmc: block: Fixup busy detection while invoking stop cmd at recoveryUlf Hansson2014-02-231-28/+55
| * mmc: block: Respect hw busy detection in card_busy_detect()Ulf Hansson2014-02-231-2/+8
| * mmc: block: Implement card_busy_detect() for busy detectionUlf Hansson2014-02-231-35/+47
| * mmc: block: Use R1 responses for stop cmds for read requestsUlf Hansson2014-02-231-1/+6
| * mmc: card: Remove host cap MMC_CAP2_SANITIZEUlf Hansson2014-02-141-2/+1Star
* | Fix uses of dma_max_pfn() when converting to a limiting addressRussell King2014-02-181-1/+1
|/
* mmc: fix host release issue after discard operationRay Jui2014-01-131-3/+4
* Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-181-2/+0Star
|\
| * mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson2013-10-311-2/+0Star
* | ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculationsSantosh Shilimkar2013-10-311-1/+2
|/
* mmc: fix null pointer use in mmc_blk_remove_reqFranck Jullien2013-08-251-1/+1
* mmc: mmc_test: replace strict_strtol() with kstrtol_from_user()Jingoo Han2013-08-251-10/+4Star
* mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake2013-08-251-3/+42
* mmc: core: Handle card shutdown from mmc_busUlf Hansson2013-06-272-2/+18
* mmc: card: fixing an false identification of SANITIZE commandYaniv Gardi2013-06-271-1/+2
* mmc: reordered shutdown sequence in mmc_bld_remove_reqPaul Taysom2013-06-271-6/+8
* mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson2013-05-261-6/+26
* mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez2013-05-262-22/+48
* block_device_operations->release() should return voidAl Viro2013-05-071-2/+1Star
* Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-043-5/+10
|\
| * mmc: block: fix the host's claim-release in special requestSeungwon Jeon2013-03-223-5/+10
* | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-191-11/+2Star
|/
* Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-263-32/+612
|\
| * mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon2013-02-243-17/+556
| * mmc: block: don't start new request when the card is removedSeungwon Jeon2013-02-241-2/+8
| * mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman2013-02-113-15/+40
| * mmc: queue: exclude asynchronous transfer for special requestSeungwon Jeon2013-02-111-0/+10
* | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-0/+1
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-10/+4Star
* | TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-2/+3
|/
* Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-13/+11Star
|\
| * MMC: sdio, use kref from tty_portJiri Slaby2012-11-161-12/+11Star
| * MMC: sdio_uart, remove unused member from sdio_uart_portJiri Slaby2012-11-161-1/+0Star
* | mmc: card: Add RPMB support in IOCTL interfaceLoic Pallardy2012-12-061-0/+64
* | mmc: card: Do not scan RPMB partitionsLoic Pallardy2012-12-061-0/+2
* | mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay2012-12-061-0/+15
* | mmc: queue: amend buffer swap for non-blocking transferSeungwon Jeon2012-12-061-7/+10
|/
* Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman2012-09-171-1/+25
|\
| * mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.Ian Chen2012-09-041-1/+25
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-141-2/+2
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-061-27/+9Star
|\|