index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-22
mmc: sd: Fix sd current limit setting
Aaron Lu
1
-28
/
+3
2012-07-22
mmc: sdhci: When a UHS switch fails, cycle power if regulator is used
Philip Rakity
1
-0
/
+4
2012-07-22
mmc: sdhci: poll for card even when card is logically unremovable
Daniel Drake
1
-1
/
+1
2012-07-22
mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMER
Aaron Lu
1
-18
/
+12
2012-07-22
mmc: sdhci: restore host settings when card is removed
Aaron Lu
1
-0
/
+12
2012-07-22
mmc: sdhci: fix incorrect command used in tuning
Aaron Lu
1
-1
/
+7
2012-07-22
mmc: sdhci: Report failure reasons for all cases in sdhci_add_host()
Mark Brown
1
-2
/
+8
2012-07-22
mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPS
Philip Rakity
1
-3
/
+5
2012-07-21
mmc: only support voltage (vdd) that regulator agrees with
Philip Rakity
1
-0
/
+17
2012-07-21
mmc: sdhci: only set 200mA support for 1.8v if 200mA is available
Philip Rakity
1
-1
/
+1
2012-07-21
mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulator
Philip Rakity
1
-6
/
+22
2012-06-06
mmc: sdhci: Use DBG() instead of pr_warning() on large timeout
Chris Ball
1
-2
/
+2
2012-04-22
mmc: sdhci: Log what timeout was set if the timeout is too large
Mark Brown
1
-2
/
+2
2012-04-21
mmc: sdhci: refine non-removable card checking for card detection
Daniel Drake
1
-1
/
+1
2012-04-06
mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.
Al Cooper
1
-2
/
+3
2012-03-27
mmc: sdhci: check interrupt flags in ISR again
Alexander Stein
1
-7
/
+12
2012-03-27
mmc: sdhci: add quirk for keeping card power during suspend
Adrian Hunter
1
-2
/
+11
2012-03-26
mmc: sdhci: Add platform suspend/resume hooks.
Chris Ball
1
-0
/
+6
2012-01-13
mmc: sdhci: restore the enabled dma when do reset all
Shaohui Xie
1
-0
/
+5
2012-01-13
mmc: host: Adds support for eMMC 4.5 HS200 mode
Girish K S
1
-15
/
+42
2012-01-13
mmc: sdhci: Deal with failure case in sdhci_suspend_host
Aaron Lu
1
-3
/
+14
2012-01-13
mmc: sd: Fix SDR12 timing regression
Alexander Elbs
1
-2
/
+1
2012-01-13
mmc: sdhci: Fix tuning timer incorrect setting when suspending host
Aaron Lu
1
-2
/
+1
2012-01-12
mmc: sdhci: Always pass clock request value zero to set_clock host op
Todd Poynor
1
-1
/
+1
2012-01-12
mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTION
Adrian Hunter
1
-1
/
+0
2012-01-12
mmc: sdhci: prevent card detection activity for non-removable cards
Adrian Hunter
1
-4
/
+3
2012-01-12
mmc: sdhci: fix vmmc handling
Adrian Hunter
1
-22
/
+21
2012-01-12
mmc: remove the second argument of k[un]map_atomic()
Cong Wang
1
-2
/
+2
2012-01-12
mmc: debugfs: expose the SDCLK frq in sys ios
Giuseppe CAVALLARO
1
-0
/
+10
2011-12-20
mmc: sdhci: remove "state" argument from sdhci_suspend_host
Manuel Lauss
1
-1
/
+1
2011-10-27
mmc: core: Add Power Off Notify Feature eMMC 4.5
Girish K S
1
-0
/
+9
2011-10-27
mmc: replace printk with appropriate display macro
Girish K S
1
-47
/
+45
2011-10-27
mmc: sdhci-pci: add runtime pm support
Adrian Hunter
1
-44
/
+211
2011-10-27
mmc: Add module.h to drivers/mmc users assuming implicit presence.
Paul Gortmaker
1
-0
/
+1
2011-10-27
mmc: sdhci: add eMMC hardware reset support
Adrian Hunter
1
-0
/
+9
2011-08-13
mmc: sdhci: use f_max instead of host->clock for timeouts
Andy Shevchenko
1
-5
/
+2
2011-08-13
mmc: sdhci: move timeout_clk calculation farther down
Andy Shevchenko
1
-19
/
+19
2011-08-13
mmc: sdhci: check host->clock before using it as a denominator
Andy Shevchenko
1
-3
/
+5
2011-08-13
mmc: Revert "mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK"
Andy Shevchenko
1
-4
/
+3
2011-08-13
mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finish
Aaron Lu
1
-3
/
+0
2011-07-21
mmc: sdhci: specify maximum discard timeout
Adrian Hunter
1
-0
/
+5
2011-07-21
mmc: sdhci: fix interrupt storm from card detection
Shawn Guo
1
-4
/
+25
2011-05-26
mmc: sdhci: Auto-CMD23 fixes.
Andrei Warkentin
1
-2
/
+2
2011-05-26
mmc: sdhci: Auto-CMD23 support.
Andrei Warkentin
1
-1
/
+16
2011-05-26
mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI.
Andrei Warkentin
1
-16
/
+47
2011-05-25
mmc: sdhci: add hooks for setting UHS in platform specific code
Philip Rakity
1
-15
/
+18
2011-05-25
mmc: sdhci: add support for retuning mode 1
Arindam Nath
1
-2
/
+107
2011-05-25
mmc: sdhci: add support for programmable clock mode
Arindam Nath
1
-15
/
+66
2011-05-25
mmc: sdhci: enable preset value after uhs initialization
Arindam Nath
1
-0
/
+32
2011-05-25
mmc: sd: add support for tuning during uhs initialization
Arindam Nath
1
-1
/
+167
[next]