summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-17mmc: atmel-mci: add debug logsLudovic Desroches1-0/+41
2012-05-17mmc: atmel-mci: add support for version lower than v2xxLudovic Desroches1-4/+58
2012-05-17mmc: atmel-mci: change the state machine for compatibility with old IPLudovic Desroches1-116/+162
2012-05-17mmc: atmel-mci: the r/w proof capability lack was not well managedLudovic Desroches1-14/+78
2012-05-17mmc: dw_mmc: Fixed sdio interrupt mask bit setting bugKyoungil Kim1-2/+2
2012-05-17mmc: omap: convert to module_platform_driverVenkatraman S1-13/+1
2012-05-17mmc: omap: make it behave well as a moduleVenkatraman S1-4/+5
2012-05-17mmc: omap: convert to per instance workqueueVenkatraman S1-17/+12
2012-05-10mmc: core: Remove dead codePhilippe De Swert1-5/+1
2012-05-10mmc: card: Avoid null pointer dereferencePhilippe De Swert1-1/+2
2012-05-09mmc: core: Prevent eMMC VCC supply to be cut from late initUlf Hansson1-3/+15
2012-05-09mmc: dw_mmc: make multiple instances of dw_mci_card_workqueueThomas Abraham1-8/+6
2012-05-09mmc: queue: remove redundant memsetsVenkatraman S1-2/+0
2012-05-09mmc: queue: rename mmc_request functionVenkatraman S1-2/+2
2012-05-09mmc: core: skip card initialization if power class selection failsSubhash Jadavani1-11/+7
2012-05-09mmc: core: fix the signaling 1.8V for HS200Seungwon Jeon1-5/+7
2012-05-09mmc: core: fix the decision of HS200/DDR card-typeSeungwon Jeon1-49/+32
2012-05-08mmc: mmci: Fix compiler error when CONFIG_OF is not setLee Jones1-0/+6
2012-05-04mmc: mmci: Use correct GPIO binding for IRQ requestsLee Jones1-2/+3
2012-05-04mmc: mmci: Enable Device Tree support for ux500 variantsLee Jones1-4/+54
2012-05-01mmc: sdhci-spear: Use devm_* derivativesViresh Kumar1-53/+27
2012-05-01mmc: sdhci-spear: No need to check 'pdev == NULL' in probeViresh Kumar1-2/+0
2012-04-24mmc: cd-gpio: protect against NULL context in mmc_cd_gpio_free()Guennadi Liakhovetski1-0/+3
2012-04-23mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacksChuanxiao Dong1-0/+2
2012-04-22mmc: omap_hsmmc: release correct resourceRussell King1-1/+3
2012-04-22mmc: tegra: support SDHCI SPEC 300Pavan Kunapuli1-0/+26
2012-04-22mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre2-5/+8
2012-04-22mmc: remove imxmmc driverSascha Hauer4-1244/+0
2012-04-22mmc: sdhci: Log what timeout was set if the timeout is too largeMark Brown1-2/+2
2012-04-22mmc: davinci_mmc: set MODULE_ALIAS to allow autoloadingJan Luebbe1-0/+1
2012-04-22mmc: omap_hsmmc: Cleanup use of cpu_is_* for debounce_clockRajendra Nayak1-22/+17
2012-04-22mmc: omap_hsmmc: use spinlock IRQ safe variantVenkatraman S1-8/+11
2012-04-22mmc: omap_hsmmc: add DDR supportBalaji T K1-0/+5
2012-04-22mmc: omap_hsmmc: Enable Auto CMD12Balaji T K1-3/+12
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+13
2012-04-21Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-80/+85
2012-04-21Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-10/+69
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-137/+121
2012-04-21kill mm argument of vm_munmap()Al Viro1-2/+1
2012-04-21mmc: core: Do not pre-claim host in suspendUlf Hansson1-35/+20
2012-04-21mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung1-1/+2
2012-04-21mmc: unbreak sdhci-esdhc-imx on i.MX25Eric BĂ©nard1-2/+1
2012-04-21mmc: cd-gpio: Include header to pickup exported symbol prototypesH Hartley Sweeten1-0/+1
2012-04-21mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake1-1/+1
2012-04-21mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon1-1/+3
2012-04-21mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2-17/+9
2012-04-21VM: add "vm_mmap()" helper functionLinus Torvalds4-14/+7
2012-04-21VM: add "vm_munmap()" helper functionLinus Torvalds1-3/+1
2012-04-21mmc: omap_hsmmc: Get rid of of_have_populated_dt() usageRajendra Nayak1-2/+2
2012-04-21mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=mChris Ball1-1/+1