index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-04
Remove unused return value from signal_irq callback
Alex Dubov
1
-3
/
+2
2007-02-04
tifm_sd: prettify
Alex Dubov
1
-48
/
+50
2007-02-04
tifm_sd: restructure initialization, removal and command handling
Alex Dubov
1
-95
/
+110
2007-02-04
tifm_sd: fix hardware timeout setup
Alex Dubov
1
-8
/
+7
2007-02-04
tifm_sd: Switch software timeout handler from work_struct to timer
Alex Dubov
1
-21
/
+13
2007-02-04
tifm_sd: use kmap_atomic instead of kmap for PIO data buffer
Alex Dubov
1
-27
/
+25
2007-02-04
tifm_sd: alter order of the states in the command handler
Alex Dubov
1
-20
/
+37
2007-02-04
mmc: Add support for SDHC cards
Philip Langdale
2
-29
/
+119
2007-02-04
mmc: Power quirk for ENE controllers
Darren Salt
1
-3
/
+19
2007-02-04
mmc: let host be parent of cards
Pierre Ossman
1
-1
/
+1
2007-02-04
mmc: replace host->card_busy
Pierre Ossman
1
-8
/
+8
2007-02-04
mmc: au1xmmc: return errors for unknown response types
Manuel Lauss
1
-0
/
+6
2007-02-04
mmc: au1xmmc: implement proper ro switch detection
Manuel Lauss
1
-1
/
+3
2007-01-15
mmc: Correct definition of R6
Philip Langdale
4
-11
/
+2
2007-01-15
omap: Update MMC response types
Carlos Eduardo Aguiar
1
-5
/
+11
2007-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
2
-9
/
+8
2007-01-08
[ARM] Fix potential MMCI bug
Russell King
1
-0
/
+4
2007-01-04
MMC: at91 mmc linkage updates
David Brownell
1
-6
/
+5
2007-01-04
ARM: OMAP: fix MMC workqueue changes
Kyungmin Park
1
-3
/
+3
2006-12-11
AT91 MMC update for 2.6.19
Andrew Victor
1
-17
/
+24
2006-12-11
mmc: Change SDHCI iomem error to a warning
Pierre Ossman
1
-2
/
+2
2006-12-11
mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal
Vitaly Wool
1
-1
/
+3
2006-12-11
AT91 MMC 5 : Minor cleanups
Andrew Victor
1
-9
/
+9
2006-12-11
AT91 MMC 4 : Interrupt handler cleanup
Andrew Victor
1
-45
/
+43
2006-12-11
AT91 MMC 3 : Move global mci_clk variable
Andrew Victor
1
-11
/
+11
2006-12-11
AT91 MMC 2 : Use platform resources
Andrew Victor
1
-7
/
+34
2006-12-11
AT91 MMC 1: Pass host structure.
Andrew Victor
1
-89
/
+81
2006-12-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
2
-3
/
+3
2006-12-08
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
David Howells
1
-1
/
+1
2006-12-07
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
3
-7
/
+7
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
16
-243
/
+525
2006-12-05
mmc: fix au1xmmc build error
Yoichi Yuasa
1
-1
/
+1
2006-12-05
mmc: pxamci compilation fix
Sascha Hauer
1
-2
/
+2
2006-12-02
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeu...
Linus Torvalds
15
-226
/
+509
2006-12-01
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
3
-15
/
+15
2006-12-01
Driver core: convert mmc code to use struct device
Greg Kroah-Hartman
3
-15
/
+15
2006-12-01
mmc: correct request error handling
Pierre Ossman
1
-4
/
+3
2006-12-01
mmc: Flush block queue when removing card
Pierre Ossman
2
-5
/
+25
2006-12-01
mmc: sdhci high speed support
Pierre Ossman
2
-0
/
+17
2006-12-01
mmc: Support for high speed SD cards
Pierre Ossman
1
-4
/
+118
2006-12-01
mmc: Fix mmc_delay() function
Pierre Ossman
1
-3
/
+3
2006-12-01
mmc: Add support for mmc v4 wide-bus modes
Philip Langdale
1
-14
/
+37
2006-12-01
[PATCH] mmc: Add support for mmc v4 high speed mode
Philip Langdale
1
-2
/
+119
2006-12-01
trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255
Marcin Juszkiewicz
1
-1
/
+1
2006-12-01
Make general code cleanups
Juha Yrjola juha.yrjola
1
-12
/
+4
2006-12-01
Add MMC_CAP_{MULTIWRITE,BYTEBLOCK} flags
Tony Lindgren tony
1
-1
/
+1
2006-12-01
Platform device error handling cleanup
Juha Yrjola juha.yrjola
1
-41
/
+59
2006-12-01
Move register definitions away from the header file
Juha Yrjola juha.yrjola
2
-56
/
+51
2006-12-01
Change OMAP_MMC_{READ,WRITE} macros to use the host pointer
Juha Yrjola juha.yrjola
2
-47
/
+47
2006-12-01
Replace base with virt_base and phys_base
Juha Yrjola juha.yrjola
1
-7
/
+9
[next]