index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
mtk-sd.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-04-24
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
1
-6
/
+2
2017-04-24
mmc: mediatek: Use data tune for CMD line tune
yong mao
1
-16
/
+152
2017-03-16
mmc: mediatek: Fixed bug where clock frequency could be set wrong
yong mao
1
-2
/
+2
2017-02-13
mmc: mediatek: correct the implementation of msdc_card_busy
yong mao
1
-5
/
+2
2017-02-13
mmc: host: Include interrupt.h in mmc host drivers that depends on it
Ulf Hansson
1
-0
/
+1
2016-11-29
mmc: delete is_first_req parameter from pre-request callback
Linus Walleij
1
-2
/
+1
2016-11-29
mmc: mediatek: Fix module autoload
Javier Martinez Canillas
1
-0
/
+1
2016-07-25
mmc: mediatek: perfer to use rise edge latching
Chaotian Jing
1
-9
/
+14
2016-07-25
mmc: mediatek: fix CMD21/CMD19 timeout issue
Chaotian Jing
1
-2
/
+12
2016-07-25
mmc: mediatek: fix CRC error when calling mmc_select_hs400()
Chaotian Jing
1
-0
/
+23
[next]