index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-09
mmc: tmio: add generic hook to fixup after a completed request
Wolfram Sang
2
-0
/
+4
2020-09-08
mmc: Drop COMPILE_TEST Kconfig option for MMC_S3C
Ulf Hansson
1
-1
/
+1
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that are newer than 5.4
Douglas Anderson
5
-0
/
+5
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v5.4
Douglas Anderson
5
-0
/
+6
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.19
Douglas Anderson
5
-0
/
+5
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14
Douglas Anderson
8
-0
/
+8
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.9
Douglas Anderson
2
-0
/
+2
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4
Douglas Anderson
44
-0
/
+44
2020-09-07
mmc: host: Enable compile testing of multiple drivers
Krzysztof Kozlowski
1
-19
/
+21
2020-09-07
mmc: host: Drop unneeded MMC dependency in Kconfig
Krzysztof Kozlowski
1
-2
/
+2
2020-09-07
mmc: renesas_sdhi: Drop local dma_parms
Robin Murphy
1
-4
/
+0
2020-09-07
mmc: omap-hsmmc: remove redundant null check
Xu Wang
1
-12
/
+6
2020-09-07
mmc: core: simplify an expression
Wolfram Sang
1
-1
/
+1
2020-09-07
mmc: renesas_sdhi: keep SCC clock active when tuning
Wolfram Sang
1
-2
/
+6
2020-09-07
mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helper
Wolfram Sang
2
-0
/
+10
2020-09-07
mmc: core: when downgrading HS400, callback into drivers earlier
Wolfram Sang
1
-6
/
+6
2020-09-07
mmc: sdhci-msm: Prefer asynchronous probe
Douglas Anderson
1
-0
/
+1
2020-09-07
mmc: s3cmci: Drop unused variables in dbg_dumpregs
Krzysztof Kozlowski
1
-4
/
+2
2020-09-07
mmc: s3cmci: Cast driver data through long
Krzysztof Kozlowski
1
-1
/
+1
2020-09-07
mmc: s3cmci: Use proper printk format for iomem pointer
Krzysztof Kozlowski
1
-1
/
+1
2020-09-07
mmc: davinci: Fix -Wpointer-to-int-cast on compile test
Krzysztof Kozlowski
1
-1
/
+1
2020-09-07
mmc: sdhci-brcmstb: Simplify with optional clock and dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+5
2020-09-07
mmc: sdhci-of-sparx5: Use proper printk format for dma_addr_t
Krzysztof Kozlowski
1
-2
/
+2
2020-09-07
mmc: dw_mmc: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-09-07
mmc: sdhci-tegra: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+2
2020-09-07
mmc: sdhci-of-arasan: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+3
2020-09-07
mmc: meson: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-11
/
+5
2020-09-07
mmc: jz4740: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+1
2020-09-07
mmc: dw_mmc-zx: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-8
/
+3
2020-09-07
mmc: davinci: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+2
2020-09-07
mmc: bcm2835: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+1
2020-09-07
mmc: core: Allow setting slot index via device tree alias
Matthias Schiffer
1
-1
/
+25
2020-09-07
dt-bindings: mmc: document alias support
Matthias Schiffer
1
-0
/
+4
2020-09-07
mmc: meson-gx: use wrapper to avoid accessing internal vars
Wolfram Sang
1
-1
/
+1
2020-09-07
dt-bindings: mmc: mmc-pwreq-simple: Accept more than one reset GPIO
Krzysztof Kozlowski
1
-0
/
+2
2020-09-07
dt-bindings: mmc: fsl-imx-esdhc: Fix i.MX 8 compatible matching
Krzysztof Kozlowski
2
-18
/
+21
2020-09-07
mmc: sdhci-iproc: Enable eMMC DDR 3.3V support for bcm2711
Stefan Wahren
1
-0
/
+1
2020-09-07
mmc: mediatek: add pre_enable() and post_disable() hook function
Chun-Hung Wu
1
-0
/
+22
2020-09-07
mmc: cqhci: add new cqhci_host_ops pre_enable() and post_disable()
Chun-Hung Wu
2
-0
/
+8
2020-09-07
mmc: sdhci-msm: Enable restore_dll_config flag for sc7180 target
Veerabhadrarao Badiganti
1
-0
/
+1
2020-09-07
mmc: tmio: remove indirection of 'execute_tuning' callback
Wolfram Sang
3
-26
/
+4
2020-09-07
mmc: tmio: don't reset whole IP core when tuning fails
Wolfram Sang
2
-24
/
+25
2020-09-07
mmc: tmio: factor out common parts of the reset routine
Wolfram Sang
3
-26
/
+7
2020-09-07
mmc: tmio: remove indirection of 'hw_reset' callback
Wolfram Sang
3
-12
/
+3
2020-09-07
Revert "mmc: tmio: fix reset operation"
Wolfram Sang
1
-16
/
+13
2020-09-07
mmc: renesas_sdhi: move wrong 'hw_reset' to 'reset'
Wolfram Sang
1
-6
/
+13
2020-09-07
mmc: sdhci_am654: Add workaround for card detect debounce timer
Faiz Abbas
1
-0
/
+24
2020-09-07
mmc: sdhci-msm: enable compile-testing on !ARM
Alex Dewar
1
-1
/
+1
2020-09-07
mmc: sdhci-esdhc-imx: remove unused code
Haibo Chen
1
-3
/
+1
2020-09-07
mmc: sd: Use kobj_to_dev() instead of container_of()
Tian Tao
1
-1
/
+1
[next]