aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/davinci_mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-02mmc: host: simplify getting .drvdataWolfram Sang1-4/+2
2018-01-22mmc: davinci: suppress error message on EPROBE_DEFERDavid Lechner1-2/+3
2018-01-22mmc: davinci: dont' use module_platform_driver_probe()David Lechner1-6/+6
2017-08-30mmc: davinci: constify mmc_host_ops structuresJulia Lawall1-1/+1
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit1-10/+4
2017-02-13mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson1-0/+1
2016-11-29mmc: davinci: request gpios using gpio descriptorsahaslam@baylibre.com1-1/+12
2016-11-29mmc: davinci: use mmc_of_parse to parse common mmc configurationahaslam@baylibre.com1-64/+55
2016-09-26mmc: davinci: remove incorrect NO_IRQ useArnd Bergmann1-2/+4
2016-05-02mmc: davinci: prepare clockDavid Lechner1-5/+5
2016-05-02mmc: davinci: fix unwinding in probeDavid Lechner1-60/+40
2016-05-02mmc: davinci: remove matching stringDavid Lechner1-1/+1
2016-05-02mmc: davinci_mmc: Use dma_request_chan() to requesting DMA channelPeter Ujfalusi1-39/+14
2016-02-29mmc: davinci_mmc: remove the MMC_DATA_STREAM flagJaehoon Chung1-12/+3
2015-06-01mmc: davinci: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2014-10-20mmc: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-25mmc: davinci: Remove redundant of_match_ptrSachin Kamat1-2/+2
2013-10-30mmc: davinci_mmc: Move away from using deprecated APIsUlf Hansson1-21/+5
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-1/+0
2013-06-18ARM: davinci: move private EDMA API to arm/commonMatt Porter1-0/+1
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-16/+7
2013-04-04mmc: davinci_mmc: add DT supportManjunathappa, Prakash1-4/+66
2013-04-03ARM: davinci: mmc: derive version information from device nameManjunathappa, Prakash1-1/+17
2013-03-22mmc: davinci_mmc: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-03-22mmc: davinci_mmc: allow driver to work without DMA resourceManjunathappa, Prakash1-4/+6
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-189/+82
2012-09-19mmc: davinci_mmc: convert to DMA engine APIMatt Porter1-189/+82
2012-09-14ARM: davinci: move platform_data definitionsArnd Bergmann1-1/+1
2012-04-22mmc: davinci_mmc: set MODULE_ALIAS to allow autoloadingJan Luebbe1-0/+1
2012-03-27mmc: davinci: Poll status for small size transfersIdo Yariv1-1/+28
2012-03-27mmc: davinci: Eliminate spurious interruptsIdo Yariv1-6/+27
2012-03-27mmc: start removing enable / disable APIAdrian Hunter1-4/+0
2011-09-17mmc: davinci: Add support for set_power callbackIdo Yariv1-0/+13
2011-01-09mmc: davinci: add support for SDIO irq handlingAlagu Sankar1-5/+73
2011-01-08mmc: davinci_mmc: Remove unnecessary semicolonJoe Perches1-1/+1
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-5/+3
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-2/+1
2010-05-27davinci: mmc: updates to suspend/resume implementationChaithrika U S1-8/+43
2010-05-27davinci: mmc: add a function to control reset state of the controllerChaithrika U S1-21/+16
2010-05-27davinci: mmc: pass number of SG segments as platform dataSudhakar Rajashekhara1-7/+17
2010-03-06davinci: MMC: add support for 8bit MMC cardsVipin Bhandari1-10/+35
2009-12-15davinci: mmc: add cpufreq supportChaithrika U S1-16/+84
2009-12-15mmc: davinci: modify data types of EDMA related variablesSudhakar Rajashekhara1-2/+2
2009-12-15DaVinci: MMC: MMC/SD controller driver for DaVinci familyVipin Bhandari1-0/+1281