index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdhci-iproc: Add support for the legacy sdhci controller on the BCM7211
Al Cooper
2021-06-15
3
-1
/
+33
*
dt-bindings: mmc: sdhci-iproc: Add brcm,bcm7211a0-sdhci
Al Cooper
2021-06-15
1
-0
/
+1
*
Merge branch 'fixes' into next
Ulf Hansson
2021-06-15
1
-5
/
+45
|
\
|
*
mmc: meson-gx: use memcpy_to/fromio for dram-access-quirk
Neil Armstrong
2021-06-14
1
-5
/
+45
*
|
mmc: JZ4740: Add support for JZ4775
周琰杰 (Zhou Yanjie)
2021-06-14
1
-2
/
+3
*
|
dt-bindings: mmc: JZ4740: Add bindings for JZ4775
周琰杰 (Zhou Yanjie)
2021-06-14
1
-0
/
+1
*
|
mmc: sdhci-esdhc-imx: Enable support for system wakeup for SDIO
Haibo Chen
2021-06-14
1
-0
/
+8
*
|
mmc: Improve function name when aborting a tuning cmd
Wolfram Sang
2021-06-14
4
-5
/
+5
*
|
mmc: sdhci-of-aspeed: Turn down a phase correction warning
Andrew Jeffery
2021-06-14
1
-1
/
+1
*
|
mmc: debugfs: add description for module parameter
Wolfram Sang
2021-06-14
1
-0
/
+1
*
|
mmc: via-sdmmc: add a check against NULL pointer dereference
Zheyu Ma
2021-06-14
1
-0
/
+3
*
|
mmc: sdhci-sprd: use sdhci_sprd_writew
Krzysztof Kozlowski
2021-06-14
1
-0
/
+1
*
|
mmc: sdhci-esdhc-imx: remove unused is_imx6q_usdhc
Krzysztof Kozlowski
2021-06-14
1
-5
/
+0
*
|
mmc: core: Allow UHS-I voltage switch for SDSC cards if supported
Christian Löhle
2021-06-14
1
-4
/
+6
*
|
mmc: mmc_spi: Imply container_of() to be no-op
Andy Shevchenko
2021-06-14
1
-1
/
+1
*
|
mmc: mmc_spi: Drop duplicate 'mmc_spi' in the debug messages
Andy Shevchenko
2021-06-14
1
-7
/
+5
*
|
mmc: dw_mmc-pltfm: Remove unused <linux/clk.h>
Geert Uytterhoeven
2021-06-14
1
-1
/
+0
*
|
mmc: sdhci-of-aspeed: Configure the SDHCIs as specified by the devicetree.
Steven Lee
2021-06-14
1
-0
/
+48
*
|
mmc: core: Add a missing SPDX license header
Aviral Gupta
2021-06-14
1
-0
/
+1
*
|
mmc: vub3000: fix control-request direction
Johan Hovold
2021-06-14
1
-1
/
+1
*
|
mmc: sdhci-omap: Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
2021-06-14
1
-3
/
+2
*
|
mmc: sdhci_am654: Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
2021-06-14
1
-4
/
+2
*
|
mmc: core: Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
2021-06-14
1
-4
/
+2
*
|
mmc: cqhci: introduce get_trans_desc_offset()
Yue Hu
2021-06-14
1
-7
/
+12
*
|
mmc: cqhci: fix typo
Yue Hu
2021-06-14
1
-1
/
+1
*
|
dt-bindings: mmc: Clean-up examples to match documented bindings
Rob Herring
2021-06-14
1
-18
/
+2
*
|
mmc: mediatek: remove useless data parameter from msdc_data_xfer_next()
Yue Hu
2021-06-14
1
-3
/
+2
*
|
mmc: mediatek: use data instead of mrq parameter from msdc_{un}prepare_data()
Yue Hu
2021-06-14
1
-12
/
+8
*
|
dt-bindings: mmc: rockchip-dw-mshc: Add Rockchip RK1808
Andreas Färber
2021-06-14
1
-0
/
+1
*
|
memstick: rtsx_usb_ms: fix UAF
Tong Zhang
2021-06-14
1
-6
/
+4
*
|
mmc: core: add support for disabling HS400 mode via DT
Lucas Stach
2021-06-14
1
-0
/
+3
*
|
mmc: sdhci-esdhc-imx: advertise HS400 mode through MMC caps
Lucas Stach
2021-06-14
1
-4
/
+1
*
|
dt-bindings: mmc: add no-mmc-hs400 flag
Lucas Stach
2021-06-14
1
-0
/
+5
*
|
mmc: core: Add support for cache ctrl for SD cards
Ulf Hansson
2021-06-14
4
-0
/
+103
*
|
mmc: sdhci-pci-gli: Fine tune GL9763E L1 entry delay
Ben Chuang
2021-06-14
1
-2
/
+2
*
|
dt-bindings: mmc: renesas,mmcif: Convert to json-schema
Geert Uytterhoeven
2021-06-14
2
-53
/
+135
*
|
mmc: jz4740: Remove redundant error printing in jz4740_mmc_probe()
Zhen Lei
2021-06-14
1
-1
/
+0
*
|
mmc: usdhi6rol0: fix error return code in usdhi6_probe()
Zhen Lei
2021-06-14
1
-0
/
+1
*
|
drivers: memstick: core:ms_block.c: Fix alignment of block comment
Shubhankar Kuranagatti
2021-06-14
1
-13
/
+24
*
|
mmc: core: Move eMMC cache flushing to a new bus_ops callback
Ulf Hansson
2021-06-14
5
-25
/
+33
*
|
mmc: block: Disable CMDQ on the ioctl path
Bean Huo
2021-06-14
1
-0
/
+8
*
|
mmc: core: Add support for Power Off Notification for SD cards
Ulf Hansson
2021-06-14
2
-3
/
+134
*
|
mmc: core: Read performance enhancements registers for SD cards
Ulf Hansson
2021-06-14
2
-0
/
+60
*
|
mmc: core: Read the SD function extension registers for power management
Ulf Hansson
2021-06-14
3
-0
/
+194
*
|
mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59
Ulf Hansson
2021-06-14
2
-1
/
+5
*
|
mmc: core: Drop open coding in mmc_sd_switch()
Ulf Hansson
2021-06-14
1
-31
/
+7
*
|
mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmds
Ulf Hansson
2021-06-14
2
-6
/
+7
*
|
mmc: core: Enable eMMC sleep commands to use HW busy polling
Ulf Hansson
2021-06-14
1
-5
/
+20
*
|
mmc: core: Extend re-use of __mmc_poll_for_busy()
Ulf Hansson
2021-06-14
3
-17
/
+32
*
|
mmc: core: Re-structure some code in __mmc_poll_for_busy()
Ulf Hansson
2021-06-14
1
-14
/
+13
[next]