aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds22-175/+250
2007-07-26drivers/mmc/core/: make 3 functions staticAdrian Bunk4-75/+69
2007-07-26mmc: add missing printk levelsPierre Ossman2-10/+8
2007-07-26mmc: remove redundant debug information from sdhci and wbsdPierre Ossman2-26/+0
2007-07-26mmc: proper debugging output in corePierre Ossman1-8/+40
2007-07-26mmc: be more verbose about card insertions/removalPierre Ossman3-2/+35
2007-07-26mmc: Don't hold lock when releasing an added cardPierre Ossman2-10/+16
2007-07-26mmc: add a might_sleep() to mmc_claim_host()Pierre Ossman1-0/+2
2007-07-26mmc: update kerneldocPierre Ossman3-14/+26
2007-07-26mmc: update header file pathsPierre Ossman18-18/+18
2007-07-26sdhci: add support to ENE-CB714Leandro Dorileo1-0/+27
2007-07-26mmc: check error bits before command completionPierre Ossman1-13/+10
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-4/+4
2007-07-20sdhci: make sure to clear the error interruptPierre Ossman2-0/+3
2007-07-20mmc: at91_mci: wakeup on card insertion (or removal)Marc Pignat1-1/+12
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-5/+2
2007-07-12Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-22/+0
2007-07-12[ARM] pxa: remove MMC register defines from pxa-regs.hRussell King1-22/+0
2007-07-09mmc: at91_mci: fix hanging and rework to match flowchartsNicolas Ferre1-91/+108
2007-07-09mmc: at91_mci typoNicolas Ferre1-15/+15
2007-07-09sdhci: Fix "Unexpected interrupt" handlingRolf Eike Beer1-1/+1
2007-07-09mmc: fix silly copy-and-paste errorPierre Ossman1-3/+3
2007-07-09mmc: move layer init and workqueue to core filePierre Ossman3-56/+48
2007-07-09mmc: refactor host class handlingPierre Ossman7-164/+187
2007-07-09mmc: refactor bus operationsPierre Ossman9-244/+418
2007-07-09sdhci: add ene controller idMilko Krachounov1-0/+8
2007-07-09mmc: bounce requests for simple hostsPierre Ossman4-15/+208
2007-06-13mmc: get back read-only switch functionPierre Ossman1-0/+15
2007-06-13mmc-omap: fix sd response type 6 vs. 1Ragner Magalhaes1-21/+3
2007-06-07mmc: don't call switch on old cardsPierre Ossman1-4/+20
2007-06-07mmc: fix broken if clausePierre Ossman1-1/+1
2007-06-07au1xmmc: Replace C code with call to ARRAY_SIZE() macro.Robert P. J. Day1-2/+1
2007-06-07mmc-atmel: remove linux/mmc/protocol.h dependenciesMarc Pignat1-3/+2
2007-05-24mmc: clean up unused parts of block driverPierre Ossman3-53/+8
2007-05-14pxamci: fix PXA27x MMC workaround for bad CRC with 136 bit responseNicolas Pitre1-12/+6
2007-05-14mmc: use assigned major for block devicePierre Ossman1-13/+4
2007-05-14sdhci: handle dma boundary interruptsPierre Ossman1-0/+9
2007-05-14mmc: au1xmmc command types check from data flagsYoichi Yuasa1-21/+14
2007-05-10[S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky1-0/+1
2007-05-09mmc build fixAndrew Morton1-2/+2
2007-05-08mmc: use lock instead of claim in debug checkPierre Ossman1-4/+6
2007-05-08mmc: Use menuconfig objectsJan Engelhardt4-18/+15
2007-05-08disable socket power in adapter driver instead of media oneAlex Dubov1-12/+1
2007-05-06Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2007-05-01mmc-omap: Clean up omap set_ios and make MMC_POWER_ON workTony Lindgren1-21/+26
2007-05-01mmc-omap: Fix omap to use MMC_POWER_ONTony Lindgren1-2/+4
2007-05-01mmc-omap: add missing '\n'Arnaud Patard1-1/+1
2007-05-01mmc: make tifm_sd_set_dma_data() staticAdrian Bunk1-1/+1
2007-05-01mmc: remove old card statesPierre Ossman3-19/+31