index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-25
mmc: initialize struct mmc_request at declaration time
Chris Ball
6
-34
/
+12
2011-05-25
mmc: initialize struct mmc_data at declaration time
Chris Ball
5
-21
/
+10
2011-05-25
mmc: initialize struct mmc_command at declaration time
Chris Ball
6
-92
/
+37
2011-05-25
mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.
Chris Ball
1
-0
/
+1
2011-05-25
mmc: core: Fix use of uninitialized data in mmc_send_if_cond.
Chris Ball
1
-0
/
+2
2011-05-25
mmc: core: Fix use of uninitialized data in mmc_cmd_app.
Andrei Warkentin
1
-0
/
+2
2011-05-25
mmc: quirks: Fix erase/trim for certain SanDisk cards.
Andrei Warkentin
1
-1
/
+42
2011-05-25
mmc: sdhci: work around broken dma boundary behavior
Mikko Vinni
2
-5
/
+31
2011-05-25
mmc: quirks: Support for block quirks.
Andrei Warkentin
1
-0
/
+7
2011-05-25
mmc: MMC boot partitions support.
Andrei Warkentin
2
-40
/
+256
2011-05-25
mmc: card: block.c cleanup for host claim/release.
Andrei Warkentin
1
-18
/
+13
2011-05-25
mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).
Andrei Warkentin
3
-8
/
+23
2011-05-25
mmc: sdhci: R1B command handling + MMC_CAP_ERASE.
Andrei Warkentin
1
-16
/
+26
2011-05-25
mmc: core: Rename erase_timeout to cmd_timeout_ms.
Andrei Warkentin
1
-18
/
+21
2011-05-25
mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.
Andrei Warkentin
3
-54
/
+43
2011-05-25
mmc: core: fix memory leak in mmc_add_host
Wolfram Sang
1
-2
/
+2
2011-05-25
mmc: sdhci-pci: Fix checkpatch.pl errors
Ameya Palande
1
-23
/
+21
2011-05-25
mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CD
Ohad Ben-Cohen
1
-0
/
+2
2011-05-25
mmc: add MMC_QUIRK_DISABLE_CD
Ohad Ben-Cohen
1
-1
/
+1
2011-05-25
mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IF
Ohad Ben-Cohen
1
-0
/
+2
2011-05-25
mmc: add MMC_QUIRK_NONSTD_FUNC_IF
Ohad Ben-Cohen
1
-0
/
+6
2011-05-25
mmc: do not switch to 1-bit mode if not required
Ohad Ben-Cohen
1
-2
/
+2
2011-05-25
mmc: mmc_card_keep_power cleanups
Ohad Ben-Cohen
2
-7
/
+7
2011-05-25
mmc: Reliable write support.
Andrei Warkentin
2
-4
/
+82
2011-05-25
mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool'
Shawn Guo
1
-1
/
+1
2011-05-25
mmc: tegra: add pm_flags
Venkat Rao
1
-0
/
+2
2011-05-25
mmc: remove redundant irq disabling
John Ogness
1
-8
/
+0
2011-05-25
mmc: Ensure linux starts in eMMC user partition
Philip Rakity
1
-0
/
+10
2011-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-1
/
+1
2011-05-24
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-16
/
+31
2011-05-23
Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...
Russell King
2
-16
/
+31
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-05-19
Haavard Skinnemoen has left Atmel
Jean Delvare
1
-1
/
+1
2011-05-18
drivercore: revert addition of of_match to struct device
Grant Likely
1
-2
/
+5
2011-05-16
Revert "mmc: fix a race between card-detect rescan and clock-gate work instan...
Chris Ball
1
-4
/
+5
2011-05-12
ARM: 6858/1: mmci: force negative edge on clock bypass for ux500
Linus Walleij
1
-0
/
+2
2011-05-11
ARM: 6785/1: mmci: separate out ST Micro register defines
Linus Walleij
2
-16
/
+29
2011-05-06
pcmcia: Convert pcmcia_device_id declarations to const
Joe Perches
1
-1
/
+1
2011-04-28
mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finish
Chris Ball
1
-0
/
+7
2011-04-28
mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finish
Ben Dooks
1
-1
/
+1
2011-04-28
mmc: tmio: fix .set_ios(MMC_POWER_UP) handling
Guennadi Liakhovetski
1
-5
/
+5
2011-04-28
mmc: fix a race between card-detect rescan and clock-gate work instances
Guennadi Liakhovetski
1
-5
/
+4
2011-04-28
mmc: omap: Fix possible NULL pointer deref
Michael Buesch
1
-1
/
+1
2011-04-28
mmc: core: mmc_add_card(): fix missing break in switch statement
Michał Mirosław
1
-0
/
+1
2011-04-28
mmc: sdhci-pci: Fix error case in sdhci_pci_probe_slot()
Chris Ball
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
9
-14
/
+14
2011-03-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
19
-1293
/
+1664
2011-03-29
drivers: Final irq namespace conversion
Thomas Gleixner
1
-1
/
+1
2011-03-28
mmc: SDHI should depend on SUPERH || ARCH_SHMOBILE
Guennadi Liakhovetski
1
-0
/
+1
2011-03-26
mmc: tmio_mmc: Move some defines into a shared header
Simon Horman
3
-46
/
+6
[prev]
[next]