index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdio: optimized SDIO IRQ handling for single irq
Stefan Nilsson XK
2011-05-25
1
-1
/
+32
*
mmc: sdhci: enable preset value after uhs initialization
Arindam Nath
2011-05-25
1
-0
/
+11
*
mmc: sd: add support for tuning during uhs initialization
Arindam Nath
2011-05-25
1
-0
/
+6
*
mmc: sd: report correct speed and capacity of uhs cards
Arindam Nath
2011-05-25
2
-4
/
+17
*
mmc: sd: set current limit for uhs cards
Arindam Nath
2011-05-25
1
-0
/
+63
*
mmc: sd: add support for uhs bus speed mode selection
Arindam Nath
2011-05-25
1
-0
/
+65
*
mmc: sd: add support for driver type selection
Arindam Nath
2011-05-25
5
-29
/
+139
*
mmc: sd: query function modes for uhs cards
Arindam Nath
2011-05-25
1
-10
/
+58
*
mmc: sd: add support for signal voltage switch procedure
Arindam Nath
2011-05-25
3
-2
/
+67
*
mmc: core: Add mmc CMD+ACMD passthrough ioctl
John Calixto
2011-05-25
1
-1
/
+2
*
mmc: initialize struct mmc_request at declaration time
Chris Ball
2011-05-25
4
-22
/
+8
*
mmc: initialize struct mmc_data at declaration time
Chris Ball
2011-05-25
3
-12
/
+6
*
mmc: initialize struct mmc_command at declaration time
Chris Ball
2011-05-25
4
-70
/
+26
*
mmc: core: Fix use of uninitialized data in mmc_send_if_cond.
Chris Ball
2011-05-25
1
-0
/
+2
*
mmc: core: Fix use of uninitialized data in mmc_cmd_app.
Andrei Warkentin
2011-05-25
1
-0
/
+2
*
mmc: MMC boot partitions support.
Andrei Warkentin
2011-05-25
1
-5
/
+17
*
mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).
Andrei Warkentin
2011-05-25
3
-8
/
+23
*
mmc: core: Rename erase_timeout to cmd_timeout_ms.
Andrei Warkentin
2011-05-25
1
-18
/
+21
*
mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.
Andrei Warkentin
2011-05-25
3
-54
/
+43
*
mmc: core: fix memory leak in mmc_add_host
Wolfram Sang
2011-05-25
1
-2
/
+2
*
mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CD
Ohad Ben-Cohen
2011-05-25
1
-0
/
+2
*
mmc: add MMC_QUIRK_DISABLE_CD
Ohad Ben-Cohen
2011-05-25
1
-1
/
+1
*
mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IF
Ohad Ben-Cohen
2011-05-25
1
-0
/
+2
*
mmc: add MMC_QUIRK_NONSTD_FUNC_IF
Ohad Ben-Cohen
2011-05-25
1
-0
/
+6
*
mmc: do not switch to 1-bit mode if not required
Ohad Ben-Cohen
2011-05-25
1
-2
/
+2
*
mmc: mmc_card_keep_power cleanups
Ohad Ben-Cohen
2011-05-25
2
-7
/
+7
*
mmc: Reliable write support.
Andrei Warkentin
2011-05-25
1
-0
/
+5
*
mmc: Ensure linux starts in eMMC user partition
Philip Rakity
2011-05-25
1
-0
/
+10
*
mmc: fix a race between card-detect rescan and clock-gate work instances
Guennadi Liakhovetski
2011-04-28
1
-5
/
+4
*
mmc: core: mmc_add_card(): fix missing break in switch statement
Michał Mirosław
2011-04-28
1
-0
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
3
-3
/
+3
*
mmc: fix mmc_app_send_scr() for dma transfer
Yoshihiro Shimoda
2011-03-25
1
-1
/
+13
*
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: sdio: remember new card RCA when redetecting card
Stefan Nilsson XK
2011-03-17
1
-0
/
+8
*
mmc: check if mmc cards < 2GB do sector addressing
Philip Rakity
2011-03-16
1
-1
/
+11
*
mmc: core: comment on why sdio_reset is done at init time
Philip Rakity
2011-03-16
1
-0
/
+6
*
mmc: Ensure prototypes for SD API are visible in sd.c
Mark Brown
2011-03-15
1
-0
/
+1
*
mmc: remove BROKEN_CLK_GATING quirk for wl1271
Pierre Tardy
2011-03-15
1
-1
/
+11
*
mmc: add MMC_QUIRK_BROKEN_CLK_GATING
Pierre Tardy
2011-03-15
2
-4
/
+14
*
mmc: add per device quirk placeholder
Pierre Tardy
2011-03-15
4
-1
/
+66
*
mmc: put the led blinking code after clock ungating
Pierre Tardy
2011-03-15
1
-2
/
+1
*
mmc: export eMMC4.4 enhanced area details to sysfs
Chuanxiao Dong
2011-03-15
1
-0
/
+74
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
2011-03-09
1
-1
/
+1
|
\
|
*
mmc: fix CONFIG_MMC_UNSAFE_RESUME regression
Ohad Ben-Cohen
2011-03-08
1
-1
/
+1
*
|
mmc: sdio: Allow sdio operations in other threads during sdio_add_func()
Dmitry Shmidt
2011-03-07
1
-2
/
+1
|
/
*
mmc: fix division by zero in MMC core
Linus Walleij
2011-01-09
1
-2
/
+3
*
mmc: Register debugfs dir before calling card probe function.
Viresh Kumar
2011-01-09
1
-4
/
+4
*
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
5
-99
/
+68
[next]