index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tee
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-24
mmc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
9
-9
/
+9
2020-03-24
mmc: mmc_test: Pass different sg lists for non-blocking requests
Veerabhadrarao Badiganti
1
-12
/
+40
2020-03-24
dt-bindings: mmc: sdhci-msm: Add CQE reg map
Veerabhadrarao Badiganti
1
-1
/
+7
2020-03-24
mmc: sdhci-sprd: Set the missing MMC_CAP_WAIT_WHILE_BUSY flag
Baolin Wang
1
-1
/
+1
2020-03-24
mmc: core: Fix indentation
Jérôme Pouiller
1
-7
/
+8
2020-03-24
mmc: sdhci-esdhc-imx: restore pin state when resume back
Haibo Chen
1
-1
/
+9
2020-03-24
mmc: sdhci-esdhc-imx: clear DMA_SEL when disable DMA mode
Haibo Chen
1
-2
/
+16
2020-03-24
mmc: sdhci-esdhc-imx: clear pending interrupt and halt cqhci
Haibo Chen
1
-0
/
+16
2020-03-24
mmc: sdhci-esdhc-imx: Add an new esdhc_soc_data for i.MX8MM
Haibo Chen
1
-0
/
+9
2020-03-24
mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_BROKEN_AUTO_CMD23
Haibo Chen
1
-4
/
+30
2020-03-24
mmc: sdhci-esdhc-imx: optimize the strobe dll setting
Haibo Chen
1
-8
/
+7
2020-03-24
mmc: sdhci-esdhc-imx: optimize the clock setting
Haibo Chen
2
-1
/
+24
2020-03-24
mmc: sdhci-esdhc-imx: add strobe-dll-delay-target support
Haibo Chen
2
-1
/
+12
2020-03-24
doc: dt: fsl-imx-esdhc: add strobe-dll-delay-target binding
Haibo Chen
1
-0
/
+5
2020-03-24
mmc: sdhci-esdhc-imx: restore the per_clk rate in PM_RUNTIME
Haibo Chen
1
-1
/
+7
2020-03-24
mmc: sdhci-esdhci-imx: retune needed for Mega/Mix enabled SoCs
Haibo Chen
1
-5
/
+20
2020-03-24
mmc: sdhci-esdhc-imx: no fail when no pinctrl available
Haibo Chen
1
-1
/
+1
2020-03-24
mmc: sdhci: do not enable card detect interrupt for gpio cd type
Haibo Chen
1
-1
/
+1
2020-03-24
mmc: sdhci_am654: Enable DLL only for some speed modes
Faiz Abbas
1
-60
/
+68
2020-03-24
mmc: sdhci_am654: Update OTAPDLY writes
Faiz Abbas
2
-18
/
+107
2020-03-24
dt-bindings: mmc: sdhci-am654: Update Output tap delay binding
Faiz Abbas
1
-2
/
+19
2020-03-24
mmc: host: hsq: Add missing MODULE_LICENSE() and MODULE_DESCRIPTION()
Baolin Wang
1
-0
/
+4
2020-03-24
mmc: mmci: Add support for sdmmc variant revision 2.0
Ludovic Barre
1
-0
/
+31
2020-03-24
mmc: mmci_sdmmc: Implement signal voltage callbacks
Ludovic Barre
2
-0
/
+47
2020-03-24
mmc: mmci: Add callbacks for to manage signal voltage switch
Ludovic Barre
2
-0
/
+10
2020-03-24
mmc: mmci_sdmmc: Add execute tuning with delay block
Ludovic Barre
1
-0
/
+149
2020-03-24
dt-bindings: mmc: mmci: add delay block base register for sdmmc
Ludovic Barre
1
-0
/
+2
2020-03-24
mmc: mmci: Add private pointer for variant
Ludovic Barre
1
-0
/
+1
2020-03-24
mmc: mmci: Add a reference at mmc_host_ops in mmci struct
Ludovic Barre
2
-2
/
+3
2020-03-24
mmc: mmci_sdmmc: Rename sdmmc_priv struct to sdmmc_idma
Ludovic Barre
1
-3
/
+3
2020-03-24
mmc: mmci_sdmmc: Replace sg_dma_xxx macros
Ludovic Barre
1
-3
/
+3
2020-03-24
mmc: core: Fixup support for HW busy detection for HPI commands
Ulf Hansson
1
-11
/
+25
2020-03-24
mmc: core: Convert to mmc_poll_for_busy() for HPI commands
Ulf Hansson
2
-15
/
+6
2020-03-24
mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()
Ulf Hansson
1
-4
/
+2
2020-03-24
mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discard
Ulf Hansson
3
-40
/
+33
2020-03-24
mmc: core: Update CMD13 busy check for CMD6 commands
Ulf Hansson
1
-1
/
+1
2020-03-24
mmc: core: Enable re-use of mmc_blk_in_tran_state()
Ulf Hansson
2
-20
/
+14
2020-03-24
mmc: core: Split up mmc_poll_for_busy()
Ulf Hansson
1
-16
/
+31
2020-03-24
mmc: core: Drop redundant in-parameter to __mmc_switch()
Ulf Hansson
3
-20
/
+15
2020-03-24
mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()
Ulf Hansson
3
-17
/
+11
2020-03-24
mmc: core: Drop unused define
Ulf Hansson
1
-1
/
+0
2020-03-24
mmc: core: Throttle polling rate for CMD6
Ulf Hansson
1
-0
/
+8
2020-03-24
mmc: host: sdhci-sprd: Add software queue support
Baolin Wang
2
-0
/
+29
2020-03-24
mmc: host: sdhci: Add a variable to defer to complete requests if needed
Baolin Wang
2
-1
/
+2
2020-03-24
mmc: host: sdhci: Add request_done ops for struct sdhci_ops
Baolin Wang
2
-2
/
+12
2020-03-24
mmc: core: Enable the MMC host software queue for the SD card
Baolin Wang
1
-0
/
+10
2020-03-24
mmc: Add MMC host software queue support
Baolin Wang
9
-12
/
+486
2020-03-24
mmc: sdhci-msm: Don't enable PWRSAVE_DLL for certain sdhc hosts
Ritesh Harjani
1
-3
/
+15
2020-03-24
mmc: sdhci-of-arasan: Remove quirk for broken base clock
Manish Narani
1
-1
/
+12
2020-03-24
mmc: sdhci-of-arasan: Add support for DLL reset for ZynqMP platforms
Manish Narani
1
-0
/
+46
[next]