index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
mmci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: mmci: stm32: add SDIO in-band interrupt mode
Christophe Kerello
2023-12-07
1
-2
/
+67
*
mmc: mmci: use peripheral flow control for STM32
Ben Wolsieffer
2023-10-10
1
-1
/
+2
*
mmc: mmci: Improve ux500 debug prints
Linus Walleij
2023-08-09
1
-8
/
+31
*
mmc: mmci: Add support for SW busy-end timeouts
Ulf Hansson
2023-06-22
1
-5
/
+45
*
mmc: mmci: Add support for sdmmc variant revision v3.0
Yann Gautier
2023-06-20
1
-0
/
+33
*
mmc: mmci: add stm32_idmabsize_align parameter
Yann Gautier
2023-06-20
1
-0
/
+2
*
mmc: mmci: Break out a helper function
Linus Walleij
2023-06-19
1
-15
/
+16
*
mmc: mmci: Use a switch statement machine
Linus Walleij
2023-06-19
1
-12
/
+17
*
mmc: mmci: Use state machine state as exit condition
Linus Walleij
2023-06-19
1
-8
/
+10
*
mmc: mmci: Retry the busy start condition
Linus Walleij
2023-06-19
1
-12
/
+27
*
mmc: mmci: Make busy complete state machine explicit
Linus Walleij
2023-06-19
1
-18
/
+31
*
mmc: mmci: Break out error check in busy detect
Linus Walleij
2023-06-19
1
-1
/
+10
*
mmc: mmci: Stash status while waiting for busy
Linus Walleij
2023-06-19
1
-0
/
+1
*
mmc: mmci: Unwind big if() clause
Linus Walleij
2023-06-19
1
-7
/
+26
*
mmc: mmci: Clear busy_status when starting command
Linus Walleij
2023-06-19
1
-0
/
+1
*
mmc: Merge branch fixes into next
Ulf Hansson
2023-06-15
1
-1
/
+2
|
\
|
*
mmc: mmci: stm32: fix max busy timeout calculation
Christophe Kerello
2023-06-13
1
-1
/
+2
*
|
mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS
Ulf Hansson
2023-06-13
1
-0
/
+1
|
/
*
mmc: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-23
1
-11
/
+11
*
mmc: mmci: fix return value check of mmc_add_host()
Yang Yingliang
2022-12-07
1
-1
/
+3
*
mmc: mmci: Fix typo in comment
Xiang wangx
2022-07-12
1
-1
/
+1
*
mmc: mmci: Remove custom ios handler
Linus Walleij
2022-05-04
1
-4
/
+0
*
mmc: mmci: Break IRQ status loop when all zero
Linus Walleij
2022-04-26
1
-0
/
+2
*
mmc: mmci: increase stm32 sdmmcv2 clock max freq
Yann Gautier
2021-12-21
1
-1
/
+1
*
mmc: mmci: Add support for sdmmc variant revision v2.2
Yann Gautier
2021-12-21
1
-0
/
+5
*
mmc: mmci: Add small comment about reset thread
Linus Walleij
2021-10-12
1
-0
/
+4
*
mmc: mmci: De-assert reset on probe
Linus Walleij
2021-08-24
1
-0
/
+3
*
mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variants
Yann Gautier
2021-03-09
1
-1
/
+9
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-02-22
1
-3
/
+1
|
\
|
*
amba: Make the remove callback return void
Uwe Kleine-König
2021-02-02
1
-3
/
+1
*
|
mmc: mmci: Add support for probing bus voltage level translator
Marek Vasut
2021-02-01
1
-5
/
+65
|
/
*
mmc: mmci: add sdio datactrl mask for sdmmc revisions
Ludovic Barre
2020-07-13
1
-0
/
+2
*
mmc: mmci: Switch to mmc_regulator_set_vqmmc()
Marek Vasut
2020-05-28
1
-22
/
+8
*
mmc: mmci: Add support for sdmmc variant revision 2.0
Ludovic Barre
2020-03-24
1
-0
/
+31
*
mmc: mmci: Add callbacks for to manage signal voltage switch
Ludovic Barre
2020-03-24
1
-0
/
+8
*
mmc: mmci: Add a reference at mmc_host_ops in mmci struct
Ludovic Barre
2020-03-24
1
-2
/
+2
*
mmc: mmci: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-19
1
-4
/
+14
*
mmc: mmci: Support any block sizes for ux500v2 and qcom variant
Linus Walleij
2019-12-18
1
-4
/
+30
*
mmc: mmci: add threaded irq to abort DPSM of non-functional state
Ludovic Barre
2019-12-18
1
-6
/
+40
*
mmc: core: Remove mmc_gpiod_request_*(invert_gpio)
Michał Mirosław
2019-12-18
1
-2
/
+2
*
mmc: mmci: Convert to pinctrl_select_default_state()
Ulf Hansson
2019-12-16
1
-10
/
+2
*
mmc: mmci: sdmmc: add busy_complete callback
Ludovic Barre
2019-11-13
1
-0
/
+4
*
mmc: mmci: add busy_complete callback
Ludovic Barre
2019-11-13
1
-62
/
+72
*
mmc: mmci: add hardware busy timeout feature
Ludovic Barre
2019-11-13
1
-5
/
+37
*
mmc: mmci: make unexported functions static
Ben Dooks
2019-11-13
1
-10
/
+10
*
mmc: mmci: Clarify comments and some code for busy detection
Ulf Hansson
2019-09-11
1
-32
/
+37
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
mmc: mmci: Prevent polling for busy detection in IRQ context
Ludovic Barre
2019-05-06
1
-2
/
+3
*
mmc: mmci: Cleanup mmci_cmd_irq() for busy detect
Ludovic Barre
2019-05-06
1
-4
/
+4
*
mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callback
Ludovic Barre
2019-04-15
1
-24
/
+2
[next]