index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-27
mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finish
Chris Ball
1
-0
/
+7
2011-04-27
mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finish
Ben Dooks
1
-1
/
+1
2011-04-27
mmc: tmio: fix .set_ios(MMC_POWER_UP) handling
Guennadi Liakhovetski
1
-5
/
+5
2011-04-27
mmc: fix a race between card-detect rescan and clock-gate work instances
Guennadi Liakhovetski
1
-5
/
+4
2011-04-27
mmc: omap: Fix possible NULL pointer deref
Michael Buesch
1
-1
/
+1
2011-04-27
mmc: core: mmc_add_card(): fix missing break in switch statement
Michał Mirosław
1
-0
/
+1
2011-04-27
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
2011-03-25
mmc: tmio: support aggressive clock gating
Guennadi Liakhovetski
1
-9
/
+8
2011-03-25
mmc: tmio: fix power-mode interpretation
Guennadi Liakhovetski
1
-5
/
+5
2011-03-25
mmc: tmio: remove work-around for unmasked SDIO interrupts
Guennadi Liakhovetski
1
-21
/
+2
2011-03-25
mmc: tmio: only access registers above 0xff, if available
Guennadi Liakhovetski
1
-6
/
+19
2011-03-25
mmc: tmio: convert the SDHI MMC driver from MFD to a platform driver
Guennadi Liakhovetski
4
-4
/
+185
2011-03-25
mmc: tmio: split core functionality, DMA and MFD glue
Guennadi Liakhovetski
6
-1285
/
+1409
2011-03-25
mmc: tmio: use PIO for short transfers
Guennadi Liakhovetski
1
-10
/
+23
2011-03-25
mmc: tmio-mmc: Improve DMA stability on sh-mobile
Guennadi Liakhovetski
1
-29
/
+34
2011-03-25
mmc: fix mmc_app_send_scr() for dma transfer
Yoshihiro Shimoda
1
-1
/
+13
2011-03-25
mmc: sdhci-esdhc: enable esdhc on imx53
Richard Zhu
1
-0
/
+42
2011-03-25
mmc: sdhci-esdhc: use writel/readl as general APIs
Richard Zhu
2
-8
/
+38
2011-03-25
mmc: sdhci: add the abort CMDTYPE bits definition
Richard Zhu
1
-0
/
+1
2011-03-25
mmc: sdhci-esdhc: remove SDHCI_QUIRK_NO_CARD_NO_RESET from esdhc
Richard Zhu
2
-3
/
+3
2011-03-25
mmc: of_mmc_spi: Need to include irq.h and of_irq.h
David Miller
1
-0
/
+2
2011-03-25
mmc: mmci: Add ARM variant with extended FIFO
Pawel Moll
1
-1
/
+12
2011-03-25
mmc: dw_mmc: set fixed burst in BMOD register
Jaehoon Chung
1
-2
/
+2
2011-03-25
mmc: use pci_dev->revision
Sergei Shtylyov
2
-7
/
+4
2011-03-25
mmc: mmc_test: Remove set-but-unused variable.
Chris Ball
1
-2
/
+1
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+1
2011-03-23
tmio: Silence warnings introduced by mfd changes
Andres Salomon
1
-4
/
+4
2011-03-23
mmc: Use mfd_data instead of driver_data for tmio-mmc
Andres Salomon
1
-17
/
+9
2011-03-23
mfd: mfd_cell is now implicitly available to asic3 drivers
Andres Salomon
1
-12
/
+12
2011-03-22
drivers/mmc/host/omap_hsmmc.c: use resource_size()
Chris Ball
1
-4
/
+3
2011-03-22
drivers/mmc/host/omap.c: use resource_size()
Chris Ball
1
-3
/
+3
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
29
-252
/
+1740
2011-03-18
Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-2
/
+24
2011-03-17
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-11
/
+27
2011-03-17
Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msm
Linus Torvalds
2
-1
/
+40
2011-03-17
Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...
Linus Torvalds
2
-47
/
+316
2011-03-17
Merge remote-tracking branch 'origin' into spi/next
Grant Likely
3
-9
/
+12
2011-03-17
mmc: dw_mmc: support mmc power control with regulator
Jaehoon Chung
1
-0
/
+25
2011-03-17
mmc: dw_mmc: fix suspend/resume operation
Jaehoon Chung
1
-2
/
+20
2011-03-17
mmc: dw_mmc: add quirks for unreliable card detect, and capabilities
Jaehoon Chung
1
-2
/
+8
2011-03-17
mmc: tmio: fix address in kunmap_atomic() calls
Guennadi Liakhovetski
1
-5
/
+5
2011-03-17
mmc: core: reset card voltage after power off
Ulf Hansson
1
-0
/
+7
2011-03-17
mmc: core: export function mmc_do_release_host()
Ulf Hansson
1
-1
/
+9
2011-03-17
mmc: sdio: remember new card RCA when redetecting card
Stefan Nilsson XK
1
-0
/
+8
2011-03-17
mmc: dw_mmc: Remove set-but-unused variable.
Chris Ball
1
-5
/
+1
[next]