summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * mmc_test: initialize mmc_test_lock staticallyAkinobu Mita2008-09-201-3/+1Star
| * mmc_block: handle error from mmc_register_driver()Akinobu Mita2008-09-201-2/+7
* | drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()Andrew Morton2008-09-051-1/+3
|/
* mmc_block: use proper sg iteratorsPierre Ossman2008-08-011-6/+11
* mmc_test: Revert "mmc_test: test oversized sg lists"Pierre Ossman2008-08-011-82/+3Star
* mmc_test: print message when attaching to cardPierre Ossman2008-07-231-0/+2
* mmc_block: bounce buffer highmem supportPierre Ossman2008-07-231-66/+31Star
* mmc_test: test oversized sg listsPierre Ossman2008-07-231-3/+82
* mmc_test: highmem testsPierre Ossman2008-07-231-1/+137
* sdio_uart: Fix SDIO break control to now return success or an errorDavid Howells2008-07-151-3/+6
* mmc: remove multiwrite capabilityPierre Ossman2008-07-151-28/+19Star
* mmc_test: cleanupPierre Ossman2008-07-151-190/+364
* mmc_block: wait for card even on failuresPierre Ossman2008-07-151-4/+9
* mmc_test: only bind to supported cardsPierre Ossman2008-07-151-1/+4
* mmc_test: add test case controlPierre Ossman2008-07-151-2/+8
* mmc: Fix crash in mmc_block on 64-bitBen Collins2008-06-061-1/+1
* mmc: mmc host test driverPierre Ossman2008-05-143-0/+905
* blk_end_request: changing mmc (take 4)Kiyoshi Ueda2008-01-282-21/+7Star
* sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()Andre Haupt2007-11-291-1/+1
* mmc: Add missing sg_init_table() callHaavard Skinnemoen2007-11-271-1/+2
* mmc: Avoid re-using minor numbers before the original device is closed.David Woodhouse2007-11-211-8/+6Star
* mmc_block: check card state after writePierre Ossman2007-11-211-1/+7
* mmc: Fix sg helper copy-and-paste errorRoland Dreier2007-11-081-1/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-7/+8
* mmc: need to zero sglist on initJens Axboe2007-10-161-3/+3
* MMC/SD card driver learns SPIDavid Brownell2007-09-231-8/+15
* sdio: fix recursion issues between sdio-uart driver and tty layerNicolas Pitre2007-09-231-2/+19
* sdio: add default c_ispeed/c_ospeed values to sdio_uart driverNicolas Pitre2007-09-231-0/+2
* sdio: add /proc interface to sdio_uart driverNicolas Pitre2007-09-231-0/+62
* sdio: UART/GPS driverNicolas Pitre2007-09-233-0/+1086
* mmc: remove confusing flagPierre Ossman2007-09-231-1/+0Star
* mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman2007-09-231-2/+2
* mmc: remove custom error codesPierre Ossman2007-09-231-2/+2
* mmc: reorganize bounce buffer initPierre Ossman2007-08-091-7/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-07-261-1/+1
|\
| * mmc: update header file pathsPierre Ossman2007-07-261-1/+1
* | [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-4/+4
|/
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-5/+2Star