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
/
mtk-sd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4
Douglas Anderson
1
-0
/
+1
2020-09-07
mmc: mediatek: add pre_enable() and post_disable() hook function
Chun-Hung Wu
1
-0
/
+22
2020-08-24
mmc: mediatek: add optional module reset property
Wenbin Mei
1
-0
/
+13
2020-08-05
mmc: mediatek: make function msdc_cqe_disable() static
Wei Yongjun
1
-1
/
+1
2020-07-24
mmc: mediatek: command queue support
Chun-Hung Wu
1
-0
/
+115
2020-07-24
mmc: mediatek: refine msdc timeout api
Chun-Hung Wu
1
-10
/
+22
2020-07-24
mmc: mediatek: add MT6779 MMC driver support
Chun-Hung Wu
1
-0
/
+13
2020-07-13
mmc: mtk-sd: Demote msdc_recheck_sdio_irq() function header
Lee Jones
1
-2
/
+1
2020-05-28
mmc: host: Drop redundant MMC_CAP_ERASE
Ulf Hansson
1
-1
/
+1
2020-05-28
mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0
Marek Vasut
1
-9
/
+10
2020-03-27
mmc: mediatek: fix SDIO irq issue
yong mao
1
-0
/
+41
2019-12-18
mmc: mtk-sd: convert to devm_platform_ioremap_resource
Yangtao Li
1
-2
/
+1
2019-12-16
mmc: mediatek: fix CMD_TA to 2 for MT8173 HS200/HS400 mode
Chaotian Jing
1
-0
/
+2
2019-09-11
mmc: mtk-sd: Re-store SDIO IRQs mask at system resume
Ulf Hansson
1
-0
/
+3
2019-09-11
mmc: mediatek: enable SDIO IRQ low level trigger function
yong mao
1
-0
/
+2
2019-09-11
mmc: mediatek: support 24bits segment size
Chaotian Jing
1
-3
/
+13
2019-09-11
mmc: mediatek: fix controller busy when plug out SD
Chaotian Jing
1
-3
/
+5
2019-06-17
mmc: mediatek: fix SDIO IRQ detection issue
jjian zhou
1
-0
/
+2
2019-06-17
mmc: mediatek: fix SDIO IRQ interrupt handle flow
jjian zhou
1
-17
/
+20
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2019-05-06
mmc: mtk-sd: enable internal card-detect logic.
NeilBrown
1
-4
/
+60
2019-05-06
mmc: mtk-sd: add support for config found in mt7620 family SOCs.
NeilBrown
1
-0
/
+12
2019-05-06
mmc: mtk-sd: don't hard-code interrupt trigger type
NeilBrown
1
-1
/
+1
2019-04-15
mmc: mtk-sd: check for valid optional memory resource
Fabien Parent
1
-3
/
+5
2019-04-15
mmc: mtk-sd: add support for MT8516
Fabien Parent
1
-0
/
+11
2019-01-28
mmc: mediatek: fix incorrect register setting of hs400_cmd_int_delay
Chaotian Jing
1
-1
/
+1
2018-12-19
mmc: mediatek: Add MMC_CAP_SDIO_IRQ support
jjian zhou
1
-3
/
+50
2018-10-15
mmc: mediatek: drop too much code of tuning method
Chaotian Jing
1
-95
/
+38
2018-10-15
mmc: mediatek: add MT8183 MMC driver support
Chaotian Jing
1
-50
/
+233
2018-10-15
mmc: mediatek: tune CMD/DATA together
Chaotian Jing
1
-0
/
+87
2018-10-15
mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready fail
Chaotian Jing
1
-1
/
+1
2018-10-15
mmc: mediatek: fill the actual clock for mmc debugfs
Chaotian Jing
1
-6
/
+7
2018-10-08
mmc: mediatek: add bus_clk control
Chaotian Jing
1
-0
/
+6
2018-05-02
mmc: mediatek: add 64G DRAM DMA support
Chaotian Jing
1
-7
/
+49
2018-05-02
mmc: mediatek: use of_device_get_match_data()
Ryder Lee
1
-5
/
+2
2018-03-05
mmc: mediatek: add support for MT7622 SoC
Sean Wang
1
-0
/
+12
2017-11-02
mmc: mediatek: perfer to use rise edge latching for cmd line
Chaotian Jing
1
-1
/
+2
2017-11-02
mmc: mediatek: improve eMMC hs400 mode read performance
Chaotian Jing
1
-0
/
+9
2017-11-02
mmc: mediatek: add latch-ck support
Chaotian Jing
1
-0
/
+6
2017-11-02
mmc: mediatek: add support of source_cg clock
Chaotian Jing
1
-1
/
+22
2017-11-02
mmc: mediatek: add stop_clk fix and enhance_rx support
Chaotian Jing
1
-4
/
+43
2017-11-02
mmc: mediatek: add busy_check support
Chaotian Jing
1
-0
/
+7
2017-11-02
mmc: mediatek: add async fifo and data tune support
Chaotian Jing
1
-2
/
+50
2017-11-02
mmc: mediatek: add pad_tune0 support
Chaotian Jing
1
-18
/
+33
2017-11-02
mmc: mediatek: make hs400_tune_response only for mt8173
Chaotian Jing
1
-2
/
+9
2017-10-30
mmc: mediatek: add support of mt2701/mt2712
Chaotian Jing
1
-13
/
+69
2017-10-30
mmc: mtk-sd: catch all errors when getting regulators
Wolfram Sang
1
-1
/
+1
2017-08-30
mmc: mediatek: constify mmc_host_ops structures
Julia Lawall
1
-1
/
+1
2017-08-30
mmc: mediatek: add ops->get_cd() support
Chaotian Jing
1
-0
/
+1
2017-06-20
mmc: mediatek: Fixed size in dma_free_coherent
Phong LE
1
-1
/
+1
[prev]
[next]