summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/jz4740_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: jz4740: Add support for vqmmc power supplyPaul Cercueil2023-02-141-1/+37
* mmc: jz4740: Work around bug on JZ4760(B)Paul Cercueil2023-02-141-0/+10
* mmc: jz4740_mmc: Fix error check for dma_map_sgJack Wang2022-09-141-2/+2
* mmc: jz4740: Apply DMA engine limits to maximum segment sizeAidan MacDonald2022-04-261-0/+20
* Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-01-181-2/+2
|\
| * PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macroPaul Cercueil2022-01-121-2/+2
* | Merge tag 'mmc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-01-111-2/+17
|\ \ | |/ |/|
| * mmc: jz4740: Support using a bi-directional DMA channelPaul Cercueil2021-12-211-2/+17
* | mmc: jz4740: Use the new PM macrosPaul Cercueil2021-12-171-4/+4
|/
* mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_dataChristoph Hellwig2021-09-031-4/+0
* mmc: jz4740: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-131-0/+2
* mmc: JZ4740: Add support for JZ4775周琰杰 (Zhou Yanjie)2021-06-141-2/+3
* mmc: jz4740: Remove redundant error printing in jz4740_mmc_probe()Zhen Lei2021-06-141-1/+0
* mmc: jz4740: remove unused struct component card_detect_irqH. Nikolaus Schaller2021-02-011-1/+0
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: jz4740: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-071-3/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* mmc: jz4740: Use pm_ptr() macroPaul Cercueil2020-07-271-9/+3
* mmc: jz4740: Inform the mmc core about the maximum busy timeoutUlf Hansson2020-05-281-2/+11
* mmc: jz4740: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-1/+1
* mmc: jz4740: Add support for Low Power Mode (LPM)Zhou Yanjie2019-11-131-0/+23
* mmc: jz4740: Add support for X1000Zhou Yanjie2019-11-131-1/+3
* mmc: jz4740: Add support for JZ4760Zhou Yanjie2019-11-131-0/+2
* mmc: jz4740: Add 8bit mode supportZhou Yanjie2019-11-131-2/+10
* mmc: jz4740: Drop dependency on arch headerPaul Cercueil2019-09-111-4/+0
* mmc: jz4740: Code cleanupPaul Cercueil2019-09-111-7/+7
* mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-111-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-301-10/+1
* mmc: jz4740: Remove platform data and use standard APIsPaul Cercueil2019-02-251-57/+14
* mmc: jz4740: Annotate implicit fall throughMathieu Malaterre2019-02-251-0/+2
* mmc: jz4740: Use PTR_ERR_OR_ZERO in jz4740_mmc_request_gpios()YueHaibing2018-12-171-4/+1
* mmc: jz4740: rework pre_req/post_req implementationEzequiel Garcia2018-12-171-64/+54
* mmc: jz4740: Use GPIO descriptor for powerLinus Walleij2018-12-171-49/+16
* mmc: jz4740: Get CD/WP GPIOs from descriptorsLinus Walleij2018-12-171-10/+10
* mmc: jz4740: Add support for the JZ4725BPaul Cercueil2018-10-081-2/+3
* mmc: jz4740: Use dma_request_chan()Ezequiel Garcia2018-05-021-15/+7
* mmc: jz4740: Add support for the JZ4780Alex Smith2018-05-021-19/+67
* mmc: jz4740: Set clock rate to mmc->f_max rather than JZ_MMC_CLK_RATEAlex Smith2018-05-021-1/+1
* mmc: jz4740: Introduce devicetree probeEzequiel Garcia2018-05-021-10/+41
* mmc: jz4740: Reset the device requesting the interruptZubair Lutfullah Kakakhel2018-05-021-1/+2
* mmc: jz4740: Use dev_get_platdataEzequiel Garcia2018-05-021-3/+3
* mmc: jz4780: Order headers alphabeticallyEzequiel Garcia2018-05-021-9/+9
* mmc: jz4740: Fix error exit path in driver's probePaul Cercueil2018-05-021-8/+9
* mmc: jz4740: Fix race condition in IRQ mask updateAlex Smith2018-04-041-1/+1
* mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-4/+3
* mmc: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil2017-05-221-39/+5
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-7/+2
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-291-2/+1
* timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-2/+0
* mmc: jz4740_mmc: remove the MMC_DATA_STREAM flagJaehoon Chung2016-02-291-2/+0