index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
jz4740_mmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
mmc: jz4740: Use device_get_match_data()
Rob Herring
1
-10
/
+5
2023-08-15
mmc: jz4740: Convert to platform remove callback returning void
Yangtao Li
1
-4
/
+2
2023-03-23
mmc: jz4740: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-02-14
mmc: jz4740: Add support for vqmmc power supply
Paul Cercueil
1
-1
/
+37
2023-02-14
mmc: jz4740: Work around bug on JZ4760(B)
Paul Cercueil
1
-0
/
+10
2022-09-14
mmc: jz4740_mmc: Fix error check for dma_map_sg
Jack Wang
1
-2
/
+2
2022-04-26
mmc: jz4740: Apply DMA engine limits to maximum segment size
Aidan MacDonald
1
-0
/
+20
2022-01-18
Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-2
/
+2
2022-01-12
PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macro
Paul Cercueil
1
-2
/
+2
2022-01-11
Merge tag 'mmc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-2
/
+17
2021-12-21
mmc: jz4740: Support using a bi-directional DMA channel
Paul Cercueil
1
-2
/
+17
2021-12-17
mmc: jz4740: Use the new PM macros
Paul Cercueil
1
-4
/
+4
2021-09-03
mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data
Christoph Hellwig
1
-4
/
+0
2021-07-13
mmc: jz4740: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+2
2021-06-14
mmc: JZ4740: Add support for JZ4775
周琰杰 (Zhou Yanjie)
1
-2
/
+3
2021-06-14
mmc: jz4740: Remove redundant error printing in jz4740_mmc_probe()
Zhen Lei
1
-1
/
+0
2021-02-01
mmc: jz4740: remove unused struct component card_detect_irq
H. Nikolaus Schaller
1
-1
/
+0
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4
Douglas Anderson
1
-0
/
+1
2020-09-07
mmc: jz4740: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-27
mmc: jz4740: Use pm_ptr() macro
Paul Cercueil
1
-9
/
+3
2020-05-28
mmc: jz4740: Inform the mmc core about the maximum busy timeout
Ulf Hansson
1
-2
/
+11
2019-12-16
mmc: jz4740: Convert to pinctrl_select_default_state()
Ulf Hansson
1
-1
/
+1
2019-11-13
mmc: jz4740: Add support for Low Power Mode (LPM)
Zhou Yanjie
1
-0
/
+23
2019-11-13
mmc: jz4740: Add support for X1000
Zhou Yanjie
1
-1
/
+3
2019-11-13
mmc: jz4740: Add support for JZ4760
Zhou Yanjie
1
-0
/
+2
2019-11-13
mmc: jz4740: Add 8bit mode support
Zhou Yanjie
1
-2
/
+10
2019-09-11
mmc: jz4740: Drop dependency on arch header
Paul Cercueil
1
-4
/
+0
2019-09-11
mmc: jz4740: Code cleanup
Paul Cercueil
1
-7
/
+7
2019-09-11
mmc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-1
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151
Thomas Gleixner
1
-10
/
+1
2019-02-25
mmc: jz4740: Remove platform data and use standard APIs
Paul Cercueil
1
-57
/
+14
2019-02-25
mmc: jz4740: Annotate implicit fall through
Mathieu Malaterre
1
-0
/
+2
2018-12-17
mmc: jz4740: Use PTR_ERR_OR_ZERO in jz4740_mmc_request_gpios()
YueHaibing
1
-4
/
+1
2018-12-17
mmc: jz4740: rework pre_req/post_req implementation
Ezequiel Garcia
1
-64
/
+54
2018-12-17
mmc: jz4740: Use GPIO descriptor for power
Linus Walleij
1
-49
/
+16
2018-12-17
mmc: jz4740: Get CD/WP GPIOs from descriptors
Linus Walleij
1
-10
/
+10
2018-10-08
mmc: jz4740: Add support for the JZ4725B
Paul Cercueil
1
-2
/
+3
2018-05-02
mmc: jz4740: Use dma_request_chan()
Ezequiel Garcia
1
-15
/
+7
2018-05-02
mmc: jz4740: Add support for the JZ4780
Alex Smith
1
-19
/
+67
2018-05-02
mmc: jz4740: Set clock rate to mmc->f_max rather than JZ_MMC_CLK_RATE
Alex Smith
1
-1
/
+1
2018-05-02
mmc: jz4740: Introduce devicetree probe
Ezequiel Garcia
1
-10
/
+41
2018-05-02
mmc: jz4740: Reset the device requesting the interrupt
Zubair Lutfullah Kakakhel
1
-1
/
+2
2018-05-02
mmc: jz4740: Use dev_get_platdata
Ezequiel Garcia
1
-3
/
+3
2018-05-02
mmc: jz4780: Order headers alphabetically
Ezequiel Garcia
1
-9
/
+9
2018-05-02
mmc: jz4740: Fix error exit path in driver's probe
Paul Cercueil
1
-8
/
+9
2018-04-04
mmc: jz4740: Fix race condition in IRQ mask update
Alex Smith
1
-1
/
+1
2017-11-02
mmc: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-05-22
mmc: jz4740: Let the pinctrl driver configure the pins
Paul Cercueil
1
-39
/
+5
2017-04-24
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
1
-7
/
+2
[next]