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
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-06
mmc: mmci: Prevent polling for busy detection in IRQ context
Ludovic Barre
1
-2
/
+3
2019-05-06
mmc: mmci: Cleanup mmci_cmd_irq() for busy detect
Ludovic Barre
1
-4
/
+4
2019-04-15
mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callback
Ludovic Barre
1
-24
/
+2
2019-04-15
mmc: mmci: define get_dctrl_cfg for legacy variant
Ludovic Barre
1
-6
/
+24
2019-04-15
mmc: mmci: Make mmci_variant_init() static
Ulf Hansson
1
-1
/
+1
2019-04-15
mmc: mmci: Share sdmmc_variant_init() via the common header file
Ulf Hansson
1
-6
/
+0
2019-04-15
mmc: mmci: Drop qcom specific header file
Ulf Hansson
1
-1
/
+0
2019-04-15
mmc: mmci: Re-work code starting DMA for the qcom variant
Ulf Hansson
1
-4
/
+0
2019-02-25
mmc: mmci: Send a CMD12 to clear the DPSM at errors
Ulf Hansson
1
-2
/
+23
2019-02-25
mmc: slot-gpio: Remove override_active_level on WP
Linus Walleij
1
-1
/
+1
2018-12-17
mmc: mmci: add variant property to set command stop bit
Ludovic Barre
1
-0
/
+6
2018-12-17
mmc: mmci: send stop command if sbc error issue
Ludovic Barre
1
-3
/
+2
2018-10-09
mmc: mmci: add stm32 sdmmc variant
Ludovic Barre
1
-0
/
+36
2018-10-09
mmc: mmci: add clock divider for stm32 sdmmc
Ludovic Barre
1
-0
/
+2
2018-10-09
mmc: mmci: add optional reset property
Ludovic Barre
1
-0
/
+7
2018-10-09
mmc: mmci: add variant property to not read datacnt
Ludovic Barre
1
-2
/
+6
2018-10-09
mmc: mmci: add variant property to write datactrl before command
Ludovic Barre
1
-2
/
+4
2018-10-09
mmc: mmci: add variant property to define irq pio mask
Ludovic Barre
1
-2
/
+11
2018-10-09
mmc: mmci: add variant property to define dpsm bit
Ludovic Barre
1
-3
/
+12
2018-10-09
mmc: mmci: add variant properties to define cpsm & cmdresp bits
Ludovic Barre
1
-4
/
+43
2018-10-09
mmc: mmci: expand startbiterr to irqmask and error check
Ludovic Barre
1
-11
/
+16
2018-10-09
mmc: mmci: add datactrl block size variant property
Ludovic Barre
1
-2
/
+11
2018-10-09
mmc: mmci: add set_clk/pwrreg callbacks
Ludovic Barre
1
-4
/
+12
2018-10-09
mmc: mmci: add validate_data callback
Ludovic Barre
1
-18
/
+21
2018-10-09
mmc: mmci: add dma_error callback
Ludovic Barre
1
-11
/
+15
2018-10-09
mmc: mmci: add dma_finalize callback
Ludovic Barre
1
-7
/
+12
2018-10-09
mmc: mmci: add dma_start callback
Ludovic Barre
1
-30
/
+39
2018-10-09
mmc: mmci: add get_next_data callback
Ludovic Barre
1
-6
/
+10
2018-10-09
mmc: mmci: add prepare/unprepare_data callbacks
Ludovic Barre
1
-33
/
+68
2018-10-09
mmc: mmci: merge prepare data functions
Ludovic Barre
1
-12
/
+7
2018-10-09
mmc: mmci: introduce dma_priv pointer to mmci_host
Ludovic Barre
1
-54
/
+90
2018-10-09
mmc: mmci: create common mmci_dma_setup/release
Ludovic Barre
1
-15
/
+60
2018-10-08
mmc: mmci: internalize dma_inprogress into mmci dma functions
Ludovic Barre
1
-6
/
+10
2018-10-08
mmc: mmci: internalize dma map/unmap into mmci dma functions
Ludovic Barre
1
-23
/
+17
2018-10-08
mmc: mmci: Drop support for pdata GPIO numbers
Linus Walleij
1
-28
/
+6
2018-08-01
mmc: mmci: Add and implement a ->dma_setup() callback for qcom dml
Ulf Hansson
1
-4
/
+3
2018-07-30
mmc: mmci: Initial support to manage variant specific callbacks
Ulf Hansson
1
-72
/
+3
2018-05-02
mmc: mmci: Remove bogus local_irq_save()
Thomas Gleixner
1
-5
/
+0
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
[next]