aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-06-13mmc_block: do not DMA to stackBen Dooks1-4/+12
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-0/+8
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-8/+3
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-6/+6
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-5/+5
2009-05-03mmc_block: be prepared for oversized requestsPierre Ossman1-0/+8
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds1-0/+2
2009-04-01proc tty: switch sdio_uart to ->proc_fopsAlexey Dobriyan1-32/+30
2009-03-24mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft1-0/+2
2009-02-18mmc_test: fix basic read testRabin Vincent1-1/+1
2009-02-18MMC: fix bug - SDHC card capacity not correctYi Li1-1/+1
2008-12-31mmc_block: ensure all sectors that do not have errors are readAdrian Hunter1-17/+59
2008-12-31mmc_block: print better error messagesAdrian Hunter1-7/+37
2008-12-31mmc: trivial annotation of 'blocks'Harvey Harrison1-4/+2
2008-10-21[PATCH] switch mmcAl Viro1-9/+8
2008-10-21[PATCH] beginning of methods conversionAl Viro1-2/+2
2008-10-14mmc_block: tell block layer there is no seek penaltyPierre Ossman1-0/+1
2008-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds3-49/+23
2008-10-12mmc: explicitly mention SDIO support in KconfigPierre Ossman1-1/+1
2008-10-12mmc: remove redundant "depends on"Pierre Ossman1-1/+0
2008-10-12mmc_block: hard code 512 byte block sizePierre Ossman1-18/+5
2008-10-12mmc_block: filter out PC requestsPierre Ossman1-1/+1
2008-10-12mmc_block: indicate strict orderingPierre Ossman1-0/+1
2008-10-12mmc_block: inform block layer about sector count restrictionPierre Ossman2-28/+15
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+7
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-1/+1
2008-10-03[SCSI] mmc_block: use generic helper to print capacitiesPierre Ossman1-3/+7
2008-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds2-5/+8
2008-09-20mmc_test: initialize mmc_test_lock staticallyAkinobu Mita1-3/+1
2008-09-20mmc_block: handle error from mmc_register_driver()Akinobu Mita1-2/+7
2008-09-05drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()Andrew Morton1-1/+3
2008-08-01mmc_block: use proper sg iteratorsPierre Ossman1-6/+11
2008-08-01mmc_test: Revert "mmc_test: test oversized sg lists"Pierre Ossman1-82/+3
2008-07-23mmc_test: print message when attaching to cardPierre Ossman1-0/+2
2008-07-23mmc_block: bounce buffer highmem supportPierre Ossman1-66/+31
2008-07-23mmc_test: test oversized sg listsPierre Ossman1-3/+82
2008-07-23mmc_test: highmem testsPierre Ossman1-1/+137
2008-07-15sdio_uart: Fix SDIO break control to now return success or an errorDavid Howells1-3/+6
2008-07-15mmc: remove multiwrite capabilityPierre Ossman1-28/+19
2008-07-15mmc_test: cleanupPierre Ossman1-190/+364
2008-07-15mmc_block: wait for card even on failuresPierre Ossman1-4/+9
2008-07-15mmc_test: only bind to supported cardsPierre Ossman1-1/+4
2008-07-15mmc_test: add test case controlPierre Ossman1-2/+8
2008-06-05mmc: Fix crash in mmc_block on 64-bitBen Collins1-1/+1
2008-05-14mmc: mmc host test driverPierre Ossman3-0/+905
2008-01-28blk_end_request: changing mmc (take 4)Kiyoshi Ueda2-21/+7
2007-11-29sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()Andre Haupt1-1/+1
2007-11-27mmc: Add missing sg_init_table() callHaavard Skinnemoen1-1/+2