index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: dw_mmc: fix the error handling for dma operation
Jaehoon Chung
2016-11-21
1
-0
/
+1
*
mmc: sdhci-of-esdhc: fixup PRESENT_STATE read
Michael Walle
2016-11-18
2
-0
/
+15
*
mmc: mxs: Initialize the spinlock prior to using it
Fabio Estevam
2016-11-07
1
-2
/
+2
*
mmc: mmc: Use 500ms as the default generic CMD6 timeout
Ulf Hansson
2016-11-07
1
-0
/
+3
*
mmc: mmc_test: Fix "Commands during non-blocking write" tests
Adrian Hunter
2016-11-07
1
-4
/
+4
*
mmc: sdhci: Fix missing enhanced strobe setting during runtime resume
Adrian Hunter
2016-11-07
1
-0
/
+4
*
mmc: sdhci: Reset cmd and data circuits after tuning failure
Adrian Hunter
2016-11-07
1
-0
/
+4
*
mmc: sdhci: Fix unexpected data interrupt handling
Adrian Hunter
2016-11-07
1
-3
/
+2
*
mmc: sdhci: Fix CMD line reset interfering with ongoing data transfer
Adrian Hunter
2016-11-07
1
-7
/
+16
*
mmc: dw_mmc: add the "reset" as name of reset controller
Jaehoon Chung
2016-11-07
1
-1
/
+1
*
mmc: sdhci-msm: Fix error return code in sdhci_msm_probe()
Wei Yongjun
2016-10-27
1
-0
/
+1
*
mmc: dw_mmc-pltfm: fix the potential NULL pointer dereference
Jaehoon Chung
2016-10-25
1
-2
/
+3
*
mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the led
Ulf Hansson
2016-10-17
1
-0
/
+2
*
mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unused
Ulf Hansson
2016-10-17
1
-5
/
+0
*
mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
Haibo Chen
2016-10-17
1
-1
/
+1
*
mmc: sdhci-esdhc-imx: Correct two register accesses
Aaron Brice
2016-10-13
1
-1
/
+22
*
mmc: sdhci-pci: Fix bus power failing to enable for some Intel controllers
Adrian Hunter
2016-10-10
1
-0
/
+50
*
mmc: sdhci-pci: Let devices define their own sdhci_ops
Adrian Hunter
2016-10-10
2
-1
/
+5
*
mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()
Adrian Hunter
2016-10-10
3
-14
/
+16
*
mmc: sdhci: Fix SDHCI_QUIRK2_STOP_WITH_TC
Adrian Hunter
2016-10-10
1
-8
/
+6
*
mmc: core: Annotate cmd_hdr as __le32
Jiri Slaby
2016-10-10
2
-2
/
+2
*
mmc: sdhci-of-arasan: add sdhci_arasan_voltage_switch for arasan, 5.1
Shawn Lin
2016-10-10
1
-0
/
+24
*
mmc: core: changes frequency to hs_max_dtr when selecting hs400es
Shawn Lin
2016-10-10
1
-0
/
+2
*
mmc: core: switch to 1V8 or 1V2 for hs400es mode
Shawn Lin
2016-10-10
1
-0
/
+10
*
mmc: block: add missing header dependencies
Baoyou Xie
2016-10-10
1
-0
/
+1
*
mmc: sdhci-of-arasan: Fix non static symbol warning
Wei Yongjun
2016-10-10
1
-1
/
+1
*
mmc: dw_mmc: remove the deprecated "supports-highspeed" property
Jaehoon Chung
2016-09-26
1
-5
/
+0
*
mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifoth
Shawn Lin
2016-09-26
1
-4
/
+1
*
mmc: dw_mmc: use macro to define ring buffer size
Shawn Lin
2016-09-26
1
-5
/
+10
*
mmc: dw_mmc: fix misleading error print if failing to do DMA transfer
Shawn Lin
2016-09-26
1
-2
/
+4
*
mmc: dw_mmc: avoid race condition of cpu and IDMAC
Shawn Lin
2016-09-26
1
-79
/
+129
*
mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64
Shawn Lin
2016-09-26
1
-70
/
+79
*
mmc: core: don't try to switch block size for dual rate mode
Ziyuan Xu
2016-09-26
1
-1
/
+2
*
mmc: sdhci-of-arasan: Set controller to test mode when no CD bit
Zach Brown
2016-09-26
2
-1
/
+28
*
mmc: tmio: add eMMC support
Wolfram Sang
2016-09-26
2
-12
/
+29
*
mmc: rtsx_usb: use new macro for R1 without CRC
Wolfram Sang
2016-09-26
1
-1
/
+1
*
mmc: rtsx_pci: use new macro for R1 without CRC
Wolfram Sang
2016-09-26
1
-1
/
+1
*
mmc: card: do away with indirection pointer
Linus Walleij
2016-09-26
4
-5
/
+5
*
mmc: sdhci-acpi: Set MMC_CAP_CMD_DURING_TFR for Intel eMMC controllers
Adrian Hunter
2016-09-26
1
-1
/
+1
*
mmc: sdhci-pci: Set MMC_CAP_CMD_DURING_TFR for Intel eMMC controllers
Adrian Hunter
2016-09-26
1
-0
/
+1
*
mmc: sdhci: Support cap_cmd_during_tfr requests
Adrian Hunter
2016-09-26
1
-4
/
+17
*
mmc: mmc_test: Add tests for sending commands during transfer
Adrian Hunter
2016-09-26
1
-0
/
+308
*
mmc: core: Add support for sending commands during data transfer
Adrian Hunter
2016-09-26
1
-6
/
+89
*
mmc: sdhci-brcmstb: Fix incorrect capability
Jaedon Shin
2016-09-26
1
-0
/
+3
*
mmc: sunxi: add support for A64 mmc controller
Icenowy Zheng
2016-09-26
1
-0
/
+79
*
mmc: core: Optimize the mmc erase size alignment
Baolin Wang
2016-09-26
1
-8
/
+26
*
mmc: core: Factor out the alignment of erase size
Baolin Wang
2016-09-26
1
-16
/
+32
*
mmc: davinci: remove incorrect NO_IRQ use
Arnd Bergmann
2016-09-26
1
-2
/
+4
*
mmc: sh_mobile_sdhi: Add r8a7796 support
Ai Kyuse
2016-09-26
1
-0
/
+1
*
mmc: core: Use a default maximum erase timeout
Ulf Hansson
2016-09-26
1
-7
/
+10
[next]