aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/jz4740_mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-14mmc: jz4740_mmc: Fix error check for dma_map_sgJack Wang1-2/+2
2022-04-26mmc: jz4740: Apply DMA engine limits to maximum segment sizeAidan MacDonald1-0/+20
2022-01-18Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2022-01-12PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macroPaul Cercueil1-2/+2
2022-01-11Merge tag 'mmc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-2/+17
2021-12-21mmc: jz4740: Support using a bi-directional DMA channelPaul Cercueil1-2/+17
2021-12-17mmc: jz4740: Use the new PM macrosPaul Cercueil1-4/+4
2021-09-03mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_dataChristoph Hellwig1-4/+0
2021-07-13mmc: jz4740: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+2
2021-06-14mmc: JZ4740: Add support for JZ4775周琰杰 (Zhou Yanjie)1-2/+3
2021-06-14mmc: jz4740: Remove redundant error printing in jz4740_mmc_probe()Zhen Lei1-1/+0
2021-02-01mmc: jz4740: remove unused struct component card_detect_irqH. Nikolaus Schaller1-1/+0
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2020-09-07mmc: jz4740: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-27mmc: jz4740: Use pm_ptr() macroPaul Cercueil1-9/+3
2020-05-28mmc: jz4740: Inform the mmc core about the maximum busy timeoutUlf Hansson1-2/+11
2019-12-16mmc: jz4740: Convert to pinctrl_select_default_state()Ulf Hansson1-1/+1
2019-11-13mmc: jz4740: Add support for Low Power Mode (LPM)Zhou Yanjie1-0/+23
2019-11-13mmc: jz4740: Add support for X1000Zhou Yanjie1-1/+3
2019-11-13mmc: jz4740: Add support for JZ4760Zhou Yanjie1-0/+2
2019-11-13mmc: jz4740: Add 8bit mode supportZhou Yanjie1-2/+10
2019-09-11mmc: jz4740: Drop dependency on arch headerPaul Cercueil1-4/+0
2019-09-11mmc: jz4740: Code cleanupPaul Cercueil1-7/+7
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner1-10/+1
2019-02-25mmc: jz4740: Remove platform data and use standard APIsPaul Cercueil1-57/+14
2019-02-25mmc: jz4740: Annotate implicit fall throughMathieu Malaterre1-0/+2
2018-12-17mmc: jz4740: Use PTR_ERR_OR_ZERO in jz4740_mmc_request_gpios()YueHaibing1-4/+1
2018-12-17mmc: jz4740: rework pre_req/post_req implementationEzequiel Garcia1-64/+54
2018-12-17mmc: jz4740: Use GPIO descriptor for powerLinus Walleij1-49/+16
2018-12-17mmc: jz4740: Get CD/WP GPIOs from descriptorsLinus Walleij1-10/+10
2018-10-08mmc: jz4740: Add support for the JZ4725BPaul Cercueil1-2/+3
2018-05-02mmc: jz4740: Use dma_request_chan()Ezequiel Garcia1-15/+7
2018-05-02mmc: jz4740: Add support for the JZ4780Alex Smith1-19/+67
2018-05-02mmc: jz4740: Set clock rate to mmc->f_max rather than JZ_MMC_CLK_RATEAlex Smith1-1/+1
2018-05-02mmc: jz4740: Introduce devicetree probeEzequiel Garcia1-10/+41
2018-05-02mmc: jz4740: Reset the device requesting the interruptZubair Lutfullah Kakakhel1-1/+2
2018-05-02mmc: jz4740: Use dev_get_platdataEzequiel Garcia1-3/+3
2018-05-02mmc: jz4780: Order headers alphabeticallyEzequiel Garcia1-9/+9
2018-05-02mmc: jz4740: Fix error exit path in driver's probePaul Cercueil1-8/+9
2018-04-04mmc: jz4740: Fix race condition in IRQ mask updateAlex Smith1-1/+1
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-05-22mmc: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil1-39/+5
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit1-7/+2
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij1-2/+1
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-2/+0
2016-02-29mmc: jz4740_mmc: remove the MMC_DATA_STREAM flagJaehoon Chung1-2/+0
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-09-09mmc: jz4740: prepare next dma transfer in parallel with current transferApelete Seketeli1-22/+116