index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
mmci.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callback
Ludovic Barre
2019-04-15
1
-7
/
+0
*
mmc: mmci: stm32: define get_dctrl_cfg
Ludovic Barre
2019-04-15
1
-0
/
+5
*
mmc: mmci: add get_datactrl_cfg callback and helper functions
Ludovic Barre
2019-04-15
1
-0
/
+6
*
mmc: mmci: Share sdmmc_variant_init() via the common header file
Ulf Hansson
2019-04-15
1
-0
/
+6
*
mmc: mmci: Drop qcom specific header file
Ulf Hansson
2019-04-15
1
-0
/
+6
*
mmc: mmci: Don't share un-implemented DMA functions
Ulf Hansson
2019-04-15
1
-0
/
+2
*
mmc: mmci: Send a CMD12 to clear the DPSM at errors
Ulf Hansson
2019-02-25
1
-0
/
+1
*
mmc: mmci: add variant property to set command stop bit
Ludovic Barre
2018-12-17
1
-0
/
+2
*
mmc: mmci: add stm32 sdmmc variant
Ludovic Barre
2018-10-09
1
-0
/
+5
*
mmc: mmci: add stm32 sdmmc registers
Ludovic Barre
2018-10-09
1
-0
/
+56
*
mmc: mmci: add clock divider for stm32 sdmmc
Ludovic Barre
2018-10-09
1
-0
/
+2
*
mmc: mmci: add optional reset property
Ludovic Barre
2018-10-09
1
-0
/
+2
*
mmc: mmci: add variant property to not read datacnt
Ludovic Barre
2018-10-09
1
-0
/
+3
*
mmc: mmci: add variant property to write datactrl before command
Ludovic Barre
2018-10-09
1
-0
/
+2
*
mmc: mmci: add variant property to define irq pio mask
Ludovic Barre
2018-10-09
1
-1
/
+4
*
mmc: mmci: add variant property to define dpsm bit
Ludovic Barre
2018-10-09
1
-0
/
+2
*
mmc: mmci: add variant properties to define cpsm & cmdresp bits
Ludovic Barre
2018-10-09
1
-0
/
+8
*
mmc: mmci: expand startbiterr to irqmask and error check
Ludovic Barre
2018-10-09
1
-3
/
+3
*
mmc: mmci: add datactrl block size variant property
Ludovic Barre
2018-10-09
1
-0
/
+2
*
mmc: mmci: add set_clk/pwrreg callbacks
Ludovic Barre
2018-10-09
1
-0
/
+5
*
mmc: mmci: add validate_data callback
Ludovic Barre
2018-10-09
1
-0
/
+1
*
mmc: mmci: add dma_error callback
Ludovic Barre
2018-10-09
1
-0
/
+2
*
mmc: mmci: add dma_finalize callback
Ludovic Barre
2018-10-09
1
-1
/
+2
*
mmc: mmci: add dma_start callback
Ludovic Barre
2018-10-09
1
-0
/
+2
*
mmc: mmci: add get_next_data callback
Ludovic Barre
2018-10-09
1
-0
/
+2
*
mmc: mmci: add prepare/unprepare_data callbacks
Ludovic Barre
2018-10-09
1
-0
/
+8
*
mmc: mmci: introduce dma_priv pointer to mmci_host
Ludovic Barre
2018-10-09
1
-15
/
+4
*
mmc: mmci: create common mmci_dma_setup/release
Ludovic Barre
2018-10-09
1
-1
/
+6
*
mmc: mmci: Change struct members from bool to u8
Ludovic Barre
2018-10-08
1
-16
/
+16
*
mmc: mmci: internalize dma_inprogress into mmci dma functions
Ludovic Barre
2018-10-08
1
-2
/
+0
*
mmc: mmci: Add and implement a ->dma_setup() callback for qcom dml
Ulf Hansson
2018-08-01
1
-0
/
+1
*
mmc: mmci: Initial support to manage variant specific callbacks
Ulf Hansson
2018-07-30
1
-1
/
+79
*
mmc: mmci: Add support for setting pad type via pinctrl
Patrice Chotard
2018-01-18
1
-0
/
+5
*
mmc: mmci: Don't pretend all variants to have MMCIMASK1 register
Patrice Chotard
2018-01-18
1
-0
/
+1
*
mmc: core/mmci: restore pre/post_req behaviour
Linus Walleij
2017-02-13
1
-1
/
+2
*
mmc: mmci: refactor ST Micro busy detection
Linus Walleij
2016-11-29
1
-1
/
+1
*
mmc: mmci: clean up header defines
Linus Walleij
2016-11-29
1
-31
/
+38
*
mmc: mmci: Add Qcom specific rx_fifocnt logic.
Srinivas Kandagatla
2014-07-09
1
-0
/
+1
*
mmc: mmci: add explicit clk control
Srinivas Kandagatla
2014-07-09
1
-0
/
+2
*
mmc: mmci: Add Qualcomm specific register defines.
Srinivas Kandagatla
2014-07-09
1
-0
/
+17
*
mmc: mmci: Enforce DT for signal direction and feedback clock
Ulf Hansson
2014-05-12
1
-0
/
+11
*
mmc: mmci: Convert to the mmc gpio API
Ulf Hansson
2014-05-12
1
-3
/
+0
*
Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-04-09
1
-0
/
+2
|
\
|
*
mmc: mmci: Enable support for busy detection for ux500 variant
Ulf Hansson
2014-02-23
1
-0
/
+2
*
|
ARM: 7956/1: mmci: rename some extended flags
Linus Walleij
2014-02-12
1
-4
/
+5
|
/
*
ARM: 7831/1: mmc: mmci: Adapt to new pinctrl handling
Ulf Hansson
2013-09-19
1
-4
/
+0
*
ARM: 7726/1: mmc: mmci: Add card_busy function to improve UHS card support
Ulf Hansson
2013-05-23
1
-0
/
+2
*
ARM: 7725/1: mmc: mmci: Cache MMCIDATACTRL register
Ulf Hansson
2013-05-23
1
-0
/
+1
*
ARM: 7721/1: mmc: mmci: Fixup regulator handling for vqmmc
Ulf Hansson
2013-05-23
1
-0
/
+1
[next]