aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/davinci_mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-02mmc: davinci: Don't strip remove function when driver is builtinUwe Kleine-König1-2/+2
2024-02-15mmc: davinci_mmc: Drop dangling variableLinus Walleij1-2/+0
2024-02-13mmc: davinci_mmc: Use sg_miter for PIOLinus Walleij1-33/+28
2023-08-15mmc: davinci_mmc: Convert to platform remove callback returning voidYangtao Li1-4/+2
2023-08-09mmc: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-09mmc: davinci: Make SDIO irq truly optionalJulien Delbergue1-1/+1
2022-03-15mmc: davinci_mmc: Handle error for clk_enableJiasheng Jiang1-1/+5
2022-02-28mmc: davinci: Use of_device_get_match_data() helperBean Huo1-4/+2
2020-11-16mmc: davinci: remove unneeded semicolonTom Rix1-1/+1
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2020-09-07mmc: davinci: Fix -Wpointer-to-int-cast on compile testKrzysztof Kozlowski1-1/+1
2020-09-07mmc: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-03-18mmc: davinci: remove extraneous __init annotationArnd Bergmann1-1/+1
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij1-1/+1
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