Age | Commit message (Expand) | Author | Files | Lines |
2013-11-19 | Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+0 |
2013-10-31 | ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculations | Santosh Shilimkar | 1 | -1/+2 |
2013-10-31 | mmc: Don't force card to active state when entering suspend/shutdown | Ulf Hansson | 1 | -2/+0 |
2013-08-25 | mmc: fix null pointer use in mmc_blk_remove_req | Franck Jullien | 1 | -1/+1 |
2013-08-25 | mmc: mmc_test: replace strict_strtol() with kstrtol_from_user() | Jingoo Han | 1 | -10/+4 |
2013-08-25 | mmc: block: fix a bug of error handling in MMC driver | KOBAYASHI Yoshitake | 1 | -3/+42 |
2013-06-27 | mmc: core: Handle card shutdown from mmc_bus | Ulf Hansson | 2 | -2/+18 |
2013-06-27 | mmc: card: fixing an false identification of SANITIZE command | Yaniv Gardi | 1 | -1/+2 |
2013-06-27 | mmc: reordered shutdown sequence in mmc_bld_remove_req | Paul Taysom | 1 | -6/+8 |
2013-05-26 | mmc: block: Enable runtime pm for mmc blkdevice | Ulf Hansson | 1 | -6/+26 |
2013-05-26 | mmc: card: Adding support for sanitize in eMMC 4.5 | Maya Erez | 2 | -22/+48 |
2013-05-07 | block_device_operations->release() should return void | Al Viro | 1 | -2/+1 |
2013-05-05 | Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -5/+10 |
2013-03-22 | mmc: block: fix the host's claim-release in special request | Seungwon Jeon | 3 | -5/+10 |
2013-03-19 | TTY: add tty_port_tty_hangup helper | Jiri Slaby | 1 | -11/+2 |
2013-02-26 | Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -32/+612 |
2013-02-24 | mmc: support packed write command for eMMC4.5 devices | Seungwon Jeon | 3 | -17/+556 |
2013-02-24 | mmc: block: don't start new request when the card is removed | Seungwon Jeon | 1 | -2/+8 |
2013-02-11 | mmc: fix async request mechanism for sequential read scenarios | Konstantin Dorfman | 3 | -15/+40 |
2013-02-11 | mmc: queue: exclude asynchronous transfer for special request | Seungwon Jeon | 1 | -0/+10 |
2013-01-19 | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 1 | -0/+1 |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -10/+4 |
2013-01-16 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -2/+3 |
2012-12-12 | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -13/+11 |
2012-12-06 | mmc: card: Add RPMB support in IOCTL interface | Loic Pallardy | 1 | -0/+64 |
2012-12-06 | mmc: card: Do not scan RPMB partitions | Loic Pallardy | 1 | -0/+2 |
2012-12-06 | mmc: core: Fix some driver hangs when dealing with broken devices | Trey Ramsay | 1 | -0/+15 |
2012-12-06 | mmc: queue: amend buffer swap for non-blocking transfer | Seungwon Jeon | 1 | -7/+10 |
2012-11-16 | MMC: sdio, use kref from tty_port | Jiri Slaby | 1 | -12/+11 |
2012-11-16 | MMC: sdio_uart, remove unused member from sdio_uart_port | Jiri Slaby | 1 | -1/+0 |
2012-09-17 | Merge 3.6-rc6 into tty-next | Greg Kroah-Hartman | 1 | -1/+25 |
2012-09-04 | mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption. | Ian Chen | 1 | -1/+25 |
2012-08-14 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -2/+2 |
2012-08-06 | Merge tty-next into 3.6-rc1 | Greg Kroah-Hartman | 1 | -27/+9 |
2012-07-17 | tty: move the termios object into the tty | Alan Cox | 1 | -10/+10 |
2012-07-11 | mmc: block: replace __blk_end_request() with blk_end_request() | Subhash Jadavani | 1 | -27/+9 |
2012-06-27 | mmc: block: fix the data timeout issue with ACMD22 | Subhash Jadavani | 1 | -13/+1 |
2012-05-17 | mmc: block: Allow disabling 512B sector size emulation | Saugata Das | 1 | -2/+17 |
2012-05-10 | mmc: card: Avoid null pointer dereference | Philippe De Swert | 1 | -1/+2 |
2012-05-09 | mmc: queue: remove redundant memsets | Venkatraman S | 1 | -2/+0 |
2012-05-09 | mmc: queue: rename mmc_request function | Venkatraman S | 1 | -2/+2 |
2012-04-21 | mmc: remove MMC bus legacy suspend/resume method | Chuanxiao Dong | 1 | -1/+1 |
2012-04-21 | mmc: fixes for eMMC v4.5 sanitize operation | Adrian Hunter | 1 | -16/+38 |
2012-04-21 | mmc: fixes for eMMC v4.5 discard operation | Adrian Hunter | 1 | -1/+1 |
2012-04-06 | mmc: block: Remove use of mmc_blk_set_blksize | Ulf Hansson | 1 | -26/+1 |
2012-03-29 | Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+16 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-03-26 | mmc: MMC-4.5 Data Tag Support | Saugata Das | 1 | -5/+16 |
2012-03-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2012-03-21 | debugfs-related mode_t whack-a-mole | Al Viro | 1 | -1/+1 |