summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-1/+4
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* | sdio_uart: Use kfifo instead of the messy circ stuffAlan Cox2010-03-021-63/+30Star
* | block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-4/+2Star
* | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-2/+2
* | mmc_test: block addressed cardsJohan Kristell2010-02-111-3/+6
|/
* mmc_block: fix queue cleanupAdrian Hunter2010-01-112-9/+11
* mmc_block: fix probe error cleanup bugJarkko Lavinen2010-01-111-0/+1
* mmc_block: add dev_t initialization checkAnna Lemehova2010-01-111-0/+5
* tty: sdio_uart: Fix the locking on "func" for new codeAlan Cox2009-12-121-0/+4
* tty: sdio_uart: add modem functionalityAlan Cox2009-12-121-1/+32
* tty: sdio_uart: Style fixesAlan Cox2009-12-121-11/+12
* tty: sdio_uart: Fix termios handlingAlan Cox2009-12-121-6/+0Star
* tty: sdio_uart: Switch to the open/close helpersAlan Cox2009-12-121-82/+119
* sdio_uart: Move the open lockAlan Cox2009-12-121-11/+9Star
* sdio_uart: refcount the tty objectsAlan Cox2009-12-121-17/+42
* sdio_uart: Fix oops caused by the previous changesetNicolas Pitre2009-12-121-1/+1
* sdio_uart: use tty_portAlan Cox2009-12-121-18/+23
* sdio_uart: coding style fixesThadeu Lima de Souza Cascardo2009-12-041-19/+21
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* mmc_block: do not DMA to stackBen Dooks2009-06-131-4/+12
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-0/+8
|\
| * mmc_block: be prepared for oversized requestsPierre Ossman2009-05-031-0/+8
* | block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-8/+3Star
* | block: convert to dequeueing model (easy ones)Tejun Heo2009-05-111-6/+6
* | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-5/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-04-051-0/+2
|\
| * mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft2009-03-241-0/+2
* | proc tty: switch sdio_uart to ->proc_fopsAlexey Dobriyan2009-04-011-32/+30Star
|/
* mmc_test: fix basic read testRabin Vincent2009-02-181-1/+1
* MMC: fix bug - SDHC card capacity not correctYi Li2009-02-181-1/+1
* mmc_block: ensure all sectors that do not have errors are readAdrian Hunter2008-12-311-17/+59
* mmc_block: print better error messagesAdrian Hunter2008-12-311-7/+37
* mmc: trivial annotation of 'blocks'Harvey Harrison2008-12-311-4/+2Star
* [PATCH] switch mmcAl Viro2008-10-211-9/+8Star
* [PATCH] beginning of methods conversionAl Viro2008-10-211-2/+2
* mmc_block: tell block layer there is no seek penaltyPierre Ossman2008-10-141-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-10-123-49/+23Star
|\
| * mmc: explicitly mention SDIO support in KconfigPierre Ossman2008-10-121-1/+1
| * mmc: remove redundant "depends on"Pierre Ossman2008-10-121-1/+0Star
| * mmc_block: hard code 512 byte block sizePierre Ossman2008-10-121-18/+5Star
| * mmc_block: filter out PC requestsPierre Ossman2008-10-121-1/+1
| * mmc_block: indicate strict orderingPierre Ossman2008-10-121-0/+1
| * mmc_block: inform block layer about sector count restrictionPierre Ossman2008-10-122-28/+15Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-101-3/+7
|\ \
| * | [SCSI] mmc_block: use generic helper to print capacitiesPierre Ossman2008-10-031-3/+7
| |/
* / block: don't depend on consecutive minor spaceTejun Heo2008-10-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-09-212-5/+8
|\