index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
mmci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-24
mmc: mmci: fix error return code in mmci_probe()
Wei Yongjun
1
-0
/
+3
2018-01-18
mmc: mmci: Add STM32 variant
Patrice Chotard
1
-0
/
+22
2018-01-18
mmc: mmci: Add support for setting pad type via pinctrl
Patrice Chotard
1
-2
/
+39
2018-01-18
mmc: mmci: Don't pretend all variants to have OPENDRAIN bit
Patrice Chotard
1
-11
/
+12
2018-01-18
mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flag
Patrice Chotard
1
-2
/
+14
2018-01-18
mmc: mmci: Don't pretend all variants to have MMCIMASK1 register
Patrice Chotard
1
-4
/
+24
2017-10-30
mmc: mmci: catch all errors when getting regulators
Wolfram Sang
1
-1
/
+1
2017-08-30
mmc: mmci: constify amba_id
Arvind Yadav
1
-1
/
+1
2017-04-24
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
1
-12
/
+8
2017-02-13
mmc: core/mmci: restore pre/post_req behaviour
Linus Walleij
1
-1
/
+6
2017-02-08
mmc: mmci: avoid clearing ST Micro busy end interrupt mistakenly
Jean-Nicolas Graux
1
-7
/
+25
2016-11-29
mmc: delete is_first_req parameter from pre-request callback
Linus Walleij
1
-2
/
+1
2016-11-29
mmc: mmci: refactor ST Micro busy detection
Linus Walleij
1
-29
/
+84
2016-11-29
mmc: mmci: clean up header defines
Linus Walleij
1
-8
/
+8
2016-05-02
mmc: mmci: Remove redundant runtime PM calls
Ulf Hansson
1
-20
/
+0
2016-03-17
mmc: mmci: Remove unnecessary header file
Wang Hongcheng
1
-1
/
+0
2016-01-14
mmc: mmci: support 8bit mode on the Nomadik
Linus Walleij
1
-0
/
+1
2016-01-14
mmc: mmci: fix an ages old detection error
Linus Walleij
1
-1
/
+1
2015-03-25
mmc: mmci: Cascade EPROBE_DEFER from regulators.
Bjorn Andersson
1
-1
/
+4
2015-01-28
mmc: mmci: Get rid of dead code in mmci_dma_setup
Pramod Gurav
1
-5
/
+0
2015-01-19
mmc: mmci: Do pm_runtime_put() after the host has been added
Ulf Hansson
1
-1
/
+1
2014-12-11
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2014-12-04
PM: Merge the SET*_RUNTIME_PM_OPS() macros
Rafael J. Wysocki
1
-1
/
+1
2014-11-10
mmc: mmci: fix mmci_post_request
Srinivas Kandagatla
1
-0
/
+7
2014-10-02
mmc: core: restore detect line inversion semantics
Linus Walleij
1
-2
/
+2
2014-09-10
mmc: mmci: rename sdio flag in vendor data to st_sdio
Srinivas Kandagatla
1
-24
/
+24
2014-09-10
mmc: mmci: Add sdio enable mask in variant data
Srinivas Kandagatla
1
-7
/
+7
2014-09-09
mmc: mmci: augment driver to handle gpio descriptors
Linus Walleij
1
-10
/
+29
2014-09-09
mmc: mmci: Add qcom dml support to the driver.
Srinivas Kandagatla
1
-1
/
+17
2014-08-11
mmc: mmci: Reverse IRQ handling for the arm_variant
Ulf Hansson
1
-2
/
+10
2014-08-11
mmc: mmci: Move all CMD irq handling to mmci_cmd_irq()
Ulf Hansson
1
-10
/
+12
2014-08-11
mmc: mmci: Remove redundant check of status for DATA irq
Ulf Hansson
1
-6
/
+5
2014-07-09
mmc: mmci: Add Qualcomm Id to amba id table
Srinivas Kandagatla
1
-0
/
+23
2014-07-09
mmc: mmci: Add Qcom specific rx_fifocnt logic.
Srinivas Kandagatla
1
-2
/
+28
2014-07-09
mmc: mmci: add explicit clk control
Srinivas Kandagatla
1
-3
/
+26
2014-07-09
mmc: mmci: add f_max to variant structure
Srinivas Kandagatla
1
-2
/
+11
2014-07-09
mmc: mmci: Add support to data commands via variant structure.
Srinivas Kandagatla
1
-0
/
+5
2014-07-09
mmc: mmci: add edge support to data and command out in variant data.
Srinivas Kandagatla
1
-1
/
+5
2014-07-09
mmc: mmci: add 8bit bus support in variant data
Srinivas Kandagatla
1
-1
/
+6
2014-07-09
mmc: mmci: add ddrmode mask to variant data
Srinivas Kandagatla
1
-1
/
+4
2014-07-09
mmc: mmci: Add Qcom datactrl register variant
Srinivas Kandagatla
1
-0
/
+5
2014-07-09
mmc: mmci: Add enough delay between writes to CMD register.
Srinivas Kandagatla
1
-1
/
+1
2014-07-09
mmc: mmci: use NSEC_PER_SEC macro
Srinivas Kandagatla
1
-1
/
+1
2014-06-11
Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+4
2014-06-02
mmc: mmci: Enforce DMA configuration through DT
Ulf Hansson
1
-23
/
+1
2014-05-20
mmc: mmci: Enforce max frequency configuration through DT
Ulf Hansson
1
-4
/
+1
2014-05-12
mmc: mmci: Enforce mmc capabilities through DT
Ulf Hansson
1
-2
/
+0
2014-05-12
mmc: mmci: Enforce DT for signal direction and feedback clock
Ulf Hansson
1
-20
/
+14
2014-05-12
mmc: mmci: Enable MMC_CAP_CMD23
Ulf Hansson
1
-0
/
+3
2014-05-12
mmc: mmci: Use the common mmc DT parser
Ulf Hansson
1
-59
/
+33
[next]