index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
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
1
-3
/
+133
*
|
|
|
mmc: core: Read performance enhancements registers for SD cards
Ulf Hansson
2021-06-14
1
-0
/
+53
*
|
|
|
mmc: core: Read the SD function extension registers for power management
Ulf Hansson
2021-06-14
1
-0
/
+178
*
|
|
|
mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59
Ulf Hansson
2021-06-14
1
-1
/
+3
*
|
|
|
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
*
|
|
|
mmc: core: Take into account MMC_CAP_NEED_RSP_BUSY for eMMC HPI commands
Ulf Hansson
2021-06-14
1
-16
/
+5
*
|
|
|
mmc: core: Drop open coding when preparing commands with busy signaling
Ulf Hansson
2021-06-14
4
-54
/
+31
*
|
|
|
mmc: sdhci-acpi: Disable write protect detection on Toshiba Encore 2 WT8-B
Hans de Goede
2021-06-14
1
-0
/
+11
*
|
|
|
mmc: s3cmci: move to use request_irq by IRQF_NO_AUTOEN flag
Tian Tao
2021-06-14
1
-6
/
+1
|
/
/
/
*
|
|
mmc: renesas_sdhi: Fix HS400 on R-Car M3-W+
Geert Uytterhoeven
2021-06-08
1
-1
/
+1
*
|
|
mmc: renesas_sdhi: abort tuning when timeout detected
Wolfram Sang
2021-06-08
1
-1
/
+6
|
|
/
|
/
|
*
|
mmc: sdhci-pci-gli: increase 1.8V regulator wait
Daniel Beer
2021-05-10
1
-1
/
+6
*
|
mmc: meson-gx: also check SD_IO_RW_EXTENDED for scatterlist size alignment
Neil Armstrong
2021-05-10
1
-1
/
+2
*
|
mmc: meson-gx: make replace WARN_ONCE with dev_warn_once about scatterlist of...
Neil Armstrong
2021-05-10
1
-1
/
+3
|
/
*
Merge tag 'mmc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2021-04-29
46
-552
/
+818
|
\
|
*
mmc: block: Issue a cache flush only when it's enabled
Avri Altman
2021-04-26
4
-3
/
+21
|
*
mmc: block: Update ext_csd.cache_ctrl if it was written
Avri Altman
2021-04-23
1
-0
/
+12
|
*
mmc: mmc_spi: Make of_mmc_spi.c resource provider agnostic
Andy Shevchenko
2021-04-23
2
-6
/
+2
|
*
mmc: mmc_spi: Use already parsed IRQ
Andy Shevchenko
2021-04-23
1
-2
/
+2
|
*
mmc: mmc_spi: Drop unused NO_IRQ definition
Andy Shevchenko
2021-04-23
1
-5
/
+0
|
*
mmc: mmc_spi: Set up polling even if voltage-ranges is not present
Andy Shevchenko
2021-04-23
1
-1
/
+1
|
*
mmc: core: Convert mmc_of_parse_voltage() to use device property API
Andy Shevchenko
2021-04-23
5
-21
/
+40
|
*
mmc: core: Correct descriptions in mmc_of_parse()
Andy Shevchenko
2021-04-23
1
-2
/
+2
|
*
Merge branch 'fixes' into next
Ulf Hansson
2021-04-19
1
-2
/
+3
|
|
\
|
*
|
mmc: dw_mmc-rockchip: Just set default sample value for legacy mode
Shawn Lin
2021-04-16
1
-1
/
+1
|
*
|
mmc: sdhci-s3c: constify uses of driver/match data
Krzysztof Kozlowski
2021-04-15
1
-5
/
+5
|
*
|
mmc: sdhci-s3c: correct kerneldoc of sdhci_s3c_drv_data
Krzysztof Kozlowski
2021-04-15
1
-1
/
+1
|
*
|
mmc: sdhci-s3c: simplify getting of_device_id match data
Krzysztof Kozlowski
2021-04-15
1
-9
/
+3
|
*
|
mmc: tmio: always restore irq register
Wolfram Sang
2021-04-15
2
-7
/
+6
|
*
|
mmc: sdhci-pci-gli: Enlarge ASPM L1 entry delay of GL975x
Ben Chuang
2021-04-15
1
-0
/
+32
|
*
|
mmc: core: Let eMMC sanitize not retry in case of timeout/failure
Bean Huo
2021-04-15
1
-2
/
+2
|
*
|
mmc: core: Add a retries parameter to __mmc_switch function
Bean Huo
2021-04-15
3
-15
/
+16
|
*
|
mmc: sdhci-st: Remove unnecessary error log
Laibin Qiu
2021-04-12
1
-3
/
+1
|
*
|
mmc: sdhci-msm: Remove unnecessary error log
Jia Yang
2021-04-12
1
-6
/
+2
|
*
|
mmc: owl-mmc: Remove unnecessary error log
Laibin Qiu
2021-04-12
1
-1
/
+0
|
*
|
mmc: renesas_sdhi: enable WAIT_WHILE_BUSY
Wolfram Sang
2021-04-12
2
-5
/
+7
|
*
|
mmc: sdhci-tegra: Add required callbacks to set/clear CQE_EN bit
Aniruddha Tvs Rao
2021-04-12
1
-0
/
+32
|
*
|
mmc: sdhci-pci-gli: Improve GL9763E L1 entry delay to increase battery life
Ben Chuang
2021-04-12
1
-3
/
+3
|
*
|
mmc: moxart: Remove unused variable 'dma_time' and 'pio_time'
Yang Li
2021-04-12
1
-6
/
+4
|
*
|
mmc: core: Use userland specified timeout value for eMMC sanitize
Bean Huo
2021-04-12
3
-4
/
+7
|
*
|
mmc: sdhci-pci: Fix initialization of some SD cards for Intel BYT-based contr...
Adrian Hunter
2021-03-31
1
-0
/
+27
|
*
|
mmc: dw_mmc-k3: use the correct HiSilicon copyright
Hao Fang
2021-03-31
1
-1
/
+1
|
*
|
mmc: sdhci-esdhc-imx: separate 100/200 MHz pinctrl states check
Shawn Guo
2021-03-30
1
-4
/
+4
|
*
|
mmc: sdhci-brcmstb: Remove CQE quirk
Al Cooper
2021-03-30
1
-1
/
+0
[prev]
[next]