summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sh_mmcif.c
AgeCommit message (Expand)Author
2024-02-28mmc: sh_mmcif: Advance sg_miter before reading blocksLinus Walleij
2024-02-28mmc: sh_mmcif: sg_miter must not be atomicLinus Walleij
2024-02-13mmc: sh_mmcif: Use sg_miter for PIOLinus Walleij
2023-08-15mmc: sh_mmcif: Convert to platform remove callback returning voidYangtao Li
2023-08-09mmc: Explicitly include correct DT includesRob Herring
2023-06-19mmc: sh_mmcif: fix deferred probingSergey Shtylyov
2022-04-26mmc: sh_mmcif: move platform_data header to proper locationWolfram Sang
2022-02-28mmc: sh_mmcif: Simplify division/shift logicGeert Uytterhoeven
2022-01-24mmc: sh_mmcif: Check for null res pointerJiasheng Jiang
2021-08-24mmc: sh_mmcif: use proper DMAENGINE API for terminationWolfram Sang
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson
2020-07-13mmc: sh_mmcif: Use "kHz" for kilohertzGeert Uytterhoeven
2019-12-19mmc: sh_mmcif: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-18mmc: sh_mmcif: convert to devm_platform_ioremap_resourceYangtao Li
2019-10-03mmc: sh_mmcif: Use platform_get_irq_optional() for optional interruptGeert Uytterhoeven
2018-10-08mmc: use SPDX identifier for Renesas driversWolfram Sang
2018-03-05mmc: sh_mmcif: remove some cruftWolfram Sang
2018-01-18mmc: sh_mmcif: remove redundant initialization of 'opc'Colin Ian King
2017-08-30mmc: sh_mmcif: constify mmc_host_ops structuresJulia Lawall
2017-02-13mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform dataUlf Hansson
2017-02-13mmc: sh_mmcif: Remove unused ccs_unsupported from the platform dataUlf Hansson
2017-02-13mmc: sh_mmcif: Remove unused ->get_cd() platform callbackUlf Hansson
2017-02-13mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform dataUlf Hansson
2016-07-25mmc: sh_mmcif: Use a 10s timeout in the error recovery pathUlf Hansson
2016-07-25mmc: sh_mmcif: Inform the mmc core about the max busy timeoutUlf Hansson
2016-07-25mmc: sh_mmcif: Use response type to know when to enable busy detectionUlf Hansson
2016-07-25mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIOUlf Hansson
2016-05-02mmc: sh_mmci: Get rid of wrapper function for regulatorsUlf Hansson
2016-05-02mmc: sh_mmcif: Restructure ->set_ios()Ulf Hansson
2016-05-02mmc: sh_mmcif: Make sure the device stays active when needed in ->probe()Ulf Hansson
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-29mmc: sh_mmcif: use to_delayed_workGeliang Tang
2016-02-10mmc: sh_mmcif: Correct TX DMA channel allocationChris Paterson
2015-12-22mmc: sh_mmcif: rework dma channel handlingArnd Bergmann
2015-08-27mmc: sh_mmcif: Fix suspend processKoji Matsuoka
2015-06-01mmc: sh_mmcif: calculate best clock with parent clockKuninori Morimoto
2015-06-01mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functionsKuninori Morimoto
2015-06-01mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it.Kuninori Morimoto
2015-05-25mmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepareKuninori Morimoto
2015-05-25mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_hostKuninori Morimoto
2015-05-25mmc: sh_mmcif: cleanup to use dev instead of &pdev->devKuninori Morimoto
2015-05-25mmc: sh_mmcif: move mmcif_of_match to upsideKuninori Morimoto
2015-05-06mmc: sh_mmcif: Fix timeout value for command requestTakeshi Kihara
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-03-23mmc: sh_mmcif: Add exclusion between cmd and interruptKouichi Tomita
2015-03-23mmc: sh_mmcif: Move dev_err() of mmcif_timeout_work()Kouichi Tomita
2015-02-23mmc: sh_mmcif: remove slave_id settings for DMAEngineKuninori Morimoto
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-07-26mmc: sh_mmcif: Configure DMA slave bus widthLaurent Pinchart
2014-07-26mmc: sh_mmcif: Fix DMA slave address configurationLaurent Pinchart