summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/davinci_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: davinci_mmc: report all possible bus widthsBastien Curutchet2024-07-111-3/+8
* mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's lengthBastien Curutchet2024-07-111-0/+3
* mmc: davinci: Don't strip remove function when driver is builtinUwe Kleine-König2024-04-021-2/+2
* mmc: davinci_mmc: Drop dangling variableLinus Walleij2024-02-151-2/+0
* mmc: davinci_mmc: Use sg_miter for PIOLinus Walleij2024-02-131-33/+28
* mmc: davinci_mmc: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* mmc: Explicitly include correct DT includesRob Herring2023-08-091-1/+0
* mmc: davinci: Make SDIO irq truly optionalJulien Delbergue2023-08-091-1/+1
* mmc: davinci_mmc: Handle error for clk_enableJiasheng Jiang2022-03-151-1/+5
* mmc: davinci: Use of_device_get_match_data() helperBean Huo2022-02-281-4/+2
* mmc: davinci: remove unneeded semicolonTom Rix2020-11-161-1/+1
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: davinci: Fix -Wpointer-to-int-cast on compile testKrzysztof Kozlowski2020-09-071-1/+1
* mmc: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-071-3/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław2019-12-181-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* mmc: davinci: remove extraneous __init annotationArnd Bergmann2019-03-181-1/+1
* mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-251-1/+1
* mmc: host: simplify getting .drvdataWolfram Sang2018-05-021-4/+2
* mmc: davinci: suppress error message on EPROBE_DEFERDavid Lechner2018-01-221-2/+3
* mmc: davinci: dont' use module_platform_driver_probe()David Lechner2018-01-221-6/+6
* mmc: davinci: constify mmc_host_ops structuresJulia Lawall2017-08-301-1/+1
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-10/+4
* mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson2017-02-131-0/+1
* mmc: davinci: request gpios using gpio descriptorsahaslam@baylibre.com2016-11-291-1/+12
* mmc: davinci: use mmc_of_parse to parse common mmc configurationahaslam@baylibre.com2016-11-291-64/+55
* mmc: davinci: remove incorrect NO_IRQ useArnd Bergmann2016-09-261-2/+4
* mmc: davinci: prepare clockDavid Lechner2016-05-021-5/+5
* mmc: davinci: fix unwinding in probeDavid Lechner2016-05-021-60/+40
* mmc: davinci: remove matching stringDavid Lechner2016-05-021-1/+1
* mmc: davinci_mmc: Use dma_request_chan() to requesting DMA channelPeter Ujfalusi2016-05-021-39/+14
* mmc: davinci_mmc: remove the MMC_DATA_STREAM flagJaehoon Chung2016-02-291-12/+3
* mmc: davinci: Constify platform_device_idKrzysztof Kozlowski2015-06-011-1/+1
* mmc: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* mmc: davinci: Remove redundant of_match_ptrSachin Kamat2014-02-251-2/+2
* mmc: davinci_mmc: Move away from using deprecated APIsUlf Hansson2013-10-301-21/+5
* Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-101-1/+0
|\
| * mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-1/+0
* | ARM: davinci: move private EDMA API to arm/commonMatt Porter2013-06-181-0/+1
|/
* Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-041-16/+7
|\
| * mmc: davinci_mmc: use module_platform_driver_probe()Jingoo Han2013-03-221-12/+1
| * mmc: davinci_mmc: allow driver to work without DMA resourceManjunathappa, Prakash2013-03-221-4/+6
* | mmc: davinci_mmc: add DT supportManjunathappa, Prakash2013-04-041-4/+66
* | ARM: davinci: mmc: derive version information from device nameManjunathappa, Prakash2013-04-031-1/+17
|/
* Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-101-189/+82
|\
| * mmc: davinci_mmc: convert to DMA engine APIMatt Porter2012-09-191-189/+82
* | ARM: davinci: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
|/
* mmc: davinci_mmc: set MODULE_ALIAS to allow autoloadingJan Luebbe2012-04-221-0/+1
* mmc: davinci: Poll status for small size transfersIdo Yariv2012-03-271-1/+28