summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/jz4740_mmc.c
AgeCommit message (Expand)Author
2023-10-10mmc: jz4740: Use device_get_match_data()Rob Herring
2023-08-15mmc: jz4740: Convert to platform remove callback returning voidYangtao Li
2023-03-23mmc: jz4740: Use devm_platform_get_and_ioremap_resource()Yang Li
2023-02-14mmc: jz4740: Add support for vqmmc power supplyPaul Cercueil
2023-02-14mmc: jz4740: Work around bug on JZ4760(B)Paul Cercueil
2022-09-14mmc: jz4740_mmc: Fix error check for dma_map_sgJack Wang
2022-04-26mmc: jz4740: Apply DMA engine limits to maximum segment sizeAidan MacDonald
2022-01-18Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-01-12PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macroPaul Cercueil
2022-01-11Merge tag 'mmc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2021-12-21mmc: jz4740: Support using a bi-directional DMA channelPaul Cercueil
2021-12-17mmc: jz4740: Use the new PM macrosPaul Cercueil
2021-09-03mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_dataChristoph Hellwig
2021-07-13mmc: jz4740: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-14mmc: JZ4740: Add support for JZ4775周琰杰 (Zhou Yanjie)
2021-06-14mmc: jz4740: Remove redundant error printing in jz4740_mmc_probe()Zhen Lei
2021-02-01mmc: jz4740: remove unused struct component card_detect_irqH. Nikolaus Schaller
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson
2020-09-07mmc: jz4740: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-27mmc: jz4740: Use pm_ptr() macroPaul Cercueil
2020-05-28mmc: jz4740: Inform the mmc core about the maximum busy timeoutUlf Hansson
2019-12-16mmc: jz4740: Convert to pinctrl_select_default_state()Ulf Hansson
2019-11-13mmc: jz4740: Add support for Low Power Mode (LPM)Zhou Yanjie
2019-11-13mmc: jz4740: Add support for X1000Zhou Yanjie
2019-11-13mmc: jz4740: Add support for JZ4760Zhou Yanjie
2019-11-13mmc: jz4740: Add 8bit mode supportZhou Yanjie
2019-09-11mmc: jz4740: Drop dependency on arch headerPaul Cercueil
2019-09-11mmc: jz4740: Code cleanupPaul Cercueil
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner
2019-02-25mmc: jz4740: Remove platform data and use standard APIsPaul Cercueil
2019-02-25mmc: jz4740: Annotate implicit fall throughMathieu Malaterre
2018-12-17mmc: jz4740: Use PTR_ERR_OR_ZERO in jz4740_mmc_request_gpios()YueHaibing
2018-12-17mmc: jz4740: rework pre_req/post_req implementationEzequiel Garcia
2018-12-17mmc: jz4740: Use GPIO descriptor for powerLinus Walleij
2018-12-17mmc: jz4740: Get CD/WP GPIOs from descriptorsLinus Walleij
2018-10-08mmc: jz4740: Add support for the JZ4725BPaul Cercueil
2018-05-02mmc: jz4740: Use dma_request_chan()Ezequiel Garcia
2018-05-02mmc: jz4740: Add support for the JZ4780Alex Smith
2018-05-02mmc: jz4740: Set clock rate to mmc->f_max rather than JZ_MMC_CLK_RATEAlex Smith
2018-05-02mmc: jz4740: Introduce devicetree probeEzequiel Garcia
2018-05-02mmc: jz4740: Reset the device requesting the interruptZubair Lutfullah Kakakhel
2018-05-02mmc: jz4740: Use dev_get_platdataEzequiel Garcia
2018-05-02mmc: jz4780: Order headers alphabeticallyEzequiel Garcia
2018-05-02mmc: jz4740: Fix error exit path in driver's probePaul Cercueil
2018-04-04mmc: jz4740: Fix race condition in IRQ mask updateAlex Smith
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook
2017-05-22mmc: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit