summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/davinci_mmc.c
AgeCommit message (Expand)Author
2024-10-14mmc: davinci: use generic device_get_match_data()Bartosz Golaszewski
2024-10-14mmc: davinci: order includes alphabeticallyBartosz Golaszewski
2024-10-14mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-07-11mmc: davinci_mmc: report all possible bus widthsBastien Curutchet
2024-07-11mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's lengthBastien Curutchet
2024-04-02mmc: davinci: Don't strip remove function when driver is builtinUwe Kleine-König
2024-02-15mmc: davinci_mmc: Drop dangling variableLinus Walleij
2024-02-13mmc: davinci_mmc: Use sg_miter for PIOLinus Walleij
2023-08-15mmc: davinci_mmc: Convert to platform remove callback returning voidYangtao Li
2023-08-09mmc: Explicitly include correct DT includesRob Herring
2023-08-09mmc: davinci: Make SDIO irq truly optionalJulien Delbergue
2022-03-15mmc: davinci_mmc: Handle error for clk_enableJiasheng Jiang
2022-02-28mmc: davinci: Use of_device_get_match_data() helperBean Huo
2020-11-16mmc: davinci: remove unneeded semicolonTom Rix
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson
2020-09-07mmc: davinci: Fix -Wpointer-to-int-cast on compile testKrzysztof Kozlowski
2020-09-07mmc: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-03-18mmc: davinci: remove extraneous __init annotationArnd Bergmann
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij
2018-05-02mmc: host: simplify getting .drvdataWolfram Sang
2018-01-22mmc: davinci: suppress error message on EPROBE_DEFERDavid Lechner
2018-01-22mmc: davinci: dont' use module_platform_driver_probe()David Lechner
2017-08-30mmc: davinci: constify mmc_host_ops structuresJulia Lawall
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit
2017-02-13mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson
2016-11-29mmc: davinci: request gpios using gpio descriptorsahaslam@baylibre.com
2016-11-29mmc: davinci: use mmc_of_parse to parse common mmc configurationahaslam@baylibre.com
2016-09-26mmc: davinci: remove incorrect NO_IRQ useArnd Bergmann
2016-05-02mmc: davinci: prepare clockDavid Lechner
2016-05-02mmc: davinci: fix unwinding in probeDavid Lechner
2016-05-02mmc: davinci: remove matching stringDavid Lechner
2016-05-02mmc: davinci_mmc: Use dma_request_chan() to requesting DMA channelPeter Ujfalusi
2016-02-29mmc: davinci_mmc: remove the MMC_DATA_STREAM flagJaehoon Chung
2015-06-01mmc: davinci: Constify platform_device_idKrzysztof Kozlowski
2014-10-20mmc: host: drop owner assignment from platform_driversWolfram Sang
2014-02-25mmc: davinci: Remove redundant of_match_ptrSachin Kamat
2013-10-30mmc: davinci_mmc: Move away from using deprecated APIsUlf Hansson
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-06-18ARM: davinci: move private EDMA API to arm/commonMatt Porter
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-04mmc: davinci_mmc: add DT supportManjunathappa, Prakash
2013-04-03ARM: davinci: mmc: derive version information from device nameManjunathappa, Prakash
2013-03-22mmc: davinci_mmc: use module_platform_driver_probe()Jingoo Han
2013-03-22mmc: davinci_mmc: allow driver to work without DMA resourceManjunathappa, Prakash
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-09-19mmc: davinci_mmc: convert to DMA engine APIMatt Porter