aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-5/+2
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-07-121-22/+0
|\
| * [ARM] pxa: remove MMC register defines from pxa-regs.hRussell King2007-07-121-22/+0
* | mmc: at91_mci: fix hanging and rework to match flowchartsNicolas Ferre2007-07-091-91/+108
* | mmc: at91_mci typoNicolas Ferre2007-07-091-15/+15
* | sdhci: Fix "Unexpected interrupt" handlingRolf Eike Beer2007-07-091-1/+1
* | mmc: fix silly copy-and-paste errorPierre Ossman2007-07-091-3/+3
* | mmc: move layer init and workqueue to core filePierre Ossman2007-07-093-56/+48
* | mmc: refactor host class handlingPierre Ossman2007-07-097-164/+187
* | mmc: refactor bus operationsPierre Ossman2007-07-099-244/+418
* | sdhci: add ene controller idMilko Krachounov2007-07-091-0/+8
* | mmc: bounce requests for simple hostsPierre Ossman2007-07-094-15/+208
|/
* mmc: get back read-only switch functionPierre Ossman2007-06-131-0/+15
* mmc-omap: fix sd response type 6 vs. 1Ragner Magalhaes2007-06-131-21/+3
* mmc: don't call switch on old cardsPierre Ossman2007-06-071-4/+20
* mmc: fix broken if clausePierre Ossman2007-06-071-1/+1
* au1xmmc: Replace C code with call to ARRAY_SIZE() macro.Robert P. J. Day2007-06-071-2/+1
* mmc-atmel: remove linux/mmc/protocol.h dependenciesMarc Pignat2007-06-071-3/+2
* mmc: clean up unused parts of block driverPierre Ossman2007-05-243-53/+8
* pxamci: fix PXA27x MMC workaround for bad CRC with 136 bit responseNicolas Pitre2007-05-141-12/+6
* mmc: use assigned major for block devicePierre Ossman2007-05-141-13/+4
* sdhci: handle dma boundary interruptsPierre Ossman2007-05-141-0/+9
* mmc: au1xmmc command types check from data flagsYoichi Yuasa2007-05-141-21/+14
* [S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky2007-05-101-0/+1
* mmc build fixAndrew Morton2007-05-091-2/+2
* mmc: use lock instead of claim in debug checkPierre Ossman2007-05-081-4/+6
* mmc: Use menuconfig objectsJan Engelhardt2007-05-084-18/+15
* disable socket power in adapter driver instead of media oneAlex Dubov2007-05-081-12/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-05-061-2/+2
|\
| * [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao2007-04-211-2/+2
* | mmc-omap: Clean up omap set_ios and make MMC_POWER_ON workTony Lindgren2007-05-011-21/+26
* | mmc-omap: Fix omap to use MMC_POWER_ONTony Lindgren2007-05-011-2/+4
* | mmc-omap: add missing '\n'Arnaud Patard2007-05-011-1/+1
* | mmc: make tifm_sd_set_dma_data() staticAdrian Bunk2007-05-011-1/+1
* | mmc: remove old card statesPierre Ossman2007-05-013-19/+31
* | mmc: support unsafe resume of cardsPierre Ossman2007-05-016-213/+444
* | mmc: separate out reading EXT_CSDPierre Ossman2007-05-011-40/+35
* | mmc: break apart switch functionPierre Ossman2007-05-011-8/+41
* | MMC: Fix handling of low-voltage cardsPhilip Langdale2007-05-013-3/+31
* | MMC: Consolidate voltage definitionsPhilip Langdale2007-05-011-10/+7
* | mmc: add bus handlerPierre Ossman2007-05-015-682/+1035
* | wbsd: check for data opcode earlierPierre Ossman2007-05-011-21/+20
* | mmc: Separate out protocol opsPierre Ossman2007-05-0110-464/+758
* | mmc: Move core functions to subdirPierre Ossman2007-05-015-13/+19
* | mmc: deprecate mmc bus topologyPierre Ossman2007-05-012-536/+398
* | mmc: remove card upon suspendPierre Ossman2007-05-011-3/+10
* | mmc: allow suspended block driver to be removedPierre Ossman2007-05-011-0/+3
* | mmc: Flush pending detects on host removalPierre Ossman2007-05-011-1/+14
* | mmc: Move host and card drivers to subdirsPierre Ossman2007-05-0124-127/+158
* | mmc: Move queue functions to mmc_blockPierre Ossman2007-05-014-7/+7