index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: core: Prevent too long response times for suspend
Ulf Hansson
2011-10-26
1
-15
/
+27
*
mmc: core: support HPI send command
Jaehoon Chung
2011-10-26
1
-0
/
+57
*
mmc: core: Add cache control for eMMC4.5 device
Seungwon Jeon
2011-10-26
1
-0
/
+63
*
mmc: core: new discard feature support at eMMC v4.5
Kyungmin Park
2011-10-26
1
-0
/
+14
*
mmc: core: mmc sanitize feature support for v4.5
Kyungmin Park
2011-10-26
1
-0
/
+8
*
mmc: core: Add Power Off Notify Feature eMMC 4.5
Girish K S
2011-10-26
1
-0
/
+34
*
mmc: replace printk with appropriate display macro
Girish K S
2011-10-26
1
-5
/
+5
*
mmc: core: move ->request() call from atomic context
Adrian Hunter
2011-10-26
1
-7
/
+21
*
mmc: block: add eMMC hardware reset support
Adrian Hunter
2011-10-26
1
-2
/
+2
*
mmc: core: add eMMC hardware reset support
Adrian Hunter
2011-10-26
1
-0
/
+94
*
mmc: core: clarify how to use post_req in case of errors
Per Forlin
2011-10-26
1
-0
/
+6
*
mmc: core: Set correct bus mode before card init
Stefan Nilsson XK
2011-10-26
1
-5
/
+3
*
mmc: core: Fix hangs related to insert/remove of cards
Ulf Hansson
2011-10-26
1
-5
/
+5
*
mmc: core: add a short delay in mmc_power_off
Daniel Drake
2011-10-26
1
-0
/
+7
*
mmc: fix integer assignments to pointer
Venkatraman S
2011-10-26
1
-1
/
+1
*
mmc: core: add random fault injection
Per Forlin
2011-10-26
1
-0
/
+41
*
mmc: core: prevent aggressive clock gating racing with ios updates
Mika Westerberg
2011-08-31
1
-2
/
+29
*
mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}
Mika Westerberg
2011-08-31
1
-2
/
+2
*
mmc: core: use defined R1_STATE_PRG macro for card status
Jaehoon Chung
2011-08-13
1
-1
/
+1
*
notifiers: pm: move pm notifiers into suspend.h
Amerigo Wang
2011-07-26
1
-0
/
+1
*
mmc: print debug messages for runtime PM actions
Daniel Drake
2011-07-21
1
-0
/
+8
*
mmc: core: add non-blocking mmc request function
Per Forlin
2011-07-20
1
-10
/
+103
*
mmc: queue: let host controllers specify maximum discard timeout
Adrian Hunter
2011-07-20
1
-0
/
+76
*
mmc: core: make erase timeout calculation allow for gated clock
Adrian Hunter
2011-06-26
1
-1
/
+1
*
mmc: core: duplicated trial with same freq in mmc_rescan_try_freq()
Jaehoon Chung
2011-05-25
1
-1
/
+1
*
mmc: core: add support for eMMC Dual Data Rate
Philip Rakity
2011-05-25
1
-12
/
+2
*
mmc: core: eMMC signal voltage does not use CMD11
Philip Rakity
2011-05-25
1
-2
/
+2
*
mmc: core: clear MMC_PM_KEEP_POWER flag on resume
Eliad Peller
2011-05-25
1
-0
/
+1
*
mmc: sd: add support for driver type selection
Arindam Nath
2011-05-25
1
-0
/
+9
*
mmc: sd: add support for signal voltage switch procedure
Arindam Nath
2011-05-25
1
-0
/
+32
*
mmc: initialize struct mmc_request at declaration time
Chris Ball
2011-05-25
1
-3
/
+1
*
mmc: initialize struct mmc_command at declaration time
Chris Ball
2011-05-25
1
-4
/
+2
*
mmc: core: Rename erase_timeout to cmd_timeout_ms.
Andrei Warkentin
2011-05-25
1
-18
/
+21
*
mmc: mmc_card_keep_power cleanups
Ohad Ben-Cohen
2011-05-25
1
-2
/
+2
*
mmc: core: reset card voltage after power off
Ulf Hansson
2011-03-17
1
-0
/
+7
*
mmc: core: export function mmc_do_release_host()
Ulf Hansson
2011-03-17
1
-1
/
+9
*
mmc: core: comment on why sdio_reset is done at init time
Philip Rakity
2011-03-16
1
-0
/
+6
*
mmc: put the led blinking code after clock ungating
Pierre Tardy
2011-03-15
1
-2
/
+1
*
mmc: fix CONFIG_MMC_UNSAFE_RESUME regression
Ohad Ben-Cohen
2011-03-08
1
-1
/
+1
*
mmc: fix division by zero in MMC core
Linus Walleij
2011-01-09
1
-2
/
+3
*
mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.
Chris Ball
2011-01-09
1
-2
/
+4
*
mmc: Fix sd/sdio/mmc initialization frequency retries
Andy Ross
2011-01-09
1
-83
/
+36
*
mmc: fix detection of memory part of SD-combo card with broken SDIO
Michal Miroslaw
2011-01-09
1
-0
/
+5
*
mmc: sdio: don't power up cards on system suspend
Ohad Ben-Cohen
2011-01-09
1
-0
/
+13
*
mmc: skip detection of nonremovable cards on rescan
Ohad Ben-Cohen
2011-01-09
1
-2
/
+6
*
mmc: Aggressive clock gating framework
Linus Walleij
2011-01-09
1
-1
/
+61
*
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2011-01-08
1
-1
/
+1
|
\
|
*
mmc: update workqueue usages
Tejun Heo
2010-12-24
1
-1
/
+1
*
|
mmc: Fix re-probing with PM_POST_RESTORE notification
Takashi Iwai
2010-12-21
1
-0
/
+1
*
|
mmc: fix rmmod race for hosts using card-detection polling
Guennadi Liakhovetski
2010-11-12
1
-1
/
+1
|
/
[next]