index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-07
of_mmc_spi: add card detect irq support
Esben Haabendal
1
-2
/
+24
2011-03-01
MMC: omap_hsmmc: enable interface clock before calling mmc_host_enable()
Paul Walmsley
1
-3
/
+3
2011-03-01
OMAP: hsmmc: Rename the device and driver
Kishore Kadiyala
1
-1
/
+1
2011-03-01
OMAP: adapt hsmmc to hwmod framework
Kishore Kadiyala
1
-2
/
+2
2011-02-28
dt: Eliminate of_platform_{,un}register_driver
Grant Likely
1
-6
/
+9
2011-02-23
ARM: amba: make probe() functions take const id tables
Russell King
1
-1
/
+2
2011-02-22
Merge branch 'devicetree/next' into spi/next
Grant Likely
1
-4
/
+0
2011-02-22
OMAP: hsmmc: Enable MMC4 and MMC5 on OMAP4 platforms
Kishore Kadiyala
1
-4
/
+20
2011-02-16
Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linus
Tony Lindgren
1
-1
/
+1
2011-02-04
Merge commit 'v2.6.38-rc3' into devicetree/next
Grant Likely
7
-121
/
+89
2011-02-04
ARM: mmci: add dmaengine-based DMA support
Russell King
2
-8
/
+287
2011-02-04
ARM: mmci: no need for separate host->data_xfered
Russell King
2
-8
/
+3
2011-02-04
ARM: mmci: avoid unnecessary switch to data available PIO interrupts
Russell King
1
-6
/
+7
2011-02-04
ARM: mmci: no need to call flush_dcache_page() with sg_miter API
Russell King
1
-19
/
+0
2011-02-04
ARM: mmci: avoid reporting too many completed bytes on fifo overrun
Russell King
1
-6
/
+18
2011-01-31
ARM: mmci: round down the bytes transferred on error
Russell King
1
-3
/
+4
2011-01-31
ARM: mmci: complete the transaction on error
Russell King
1
-1
/
+1
2011-01-27
omap: Start using CONFIG_SOC_OMAP
Tony Lindgren
1
-1
/
+1
2011-01-27
ARM: 6642/1: mmci: calculate remaining bytes at error correctly
Linus Walleij
1
-2
/
+2
2011-01-26
mmc: bfin_sdh: fix alloc size for private data
Sonic Zhang
1
-1
/
+1
2011-01-26
mmc: sdhci-s3c: add platform_8bit_width() hook
Jaehoon Chung
1
-0
/
+36
2011-01-25
mmc: jz4740: don't treat NULL clk as an error
Jamie Iles
1
-2
/
+3
2011-01-25
mmc: mmci: don't read command response when invalid
Russell King - ARM Linux
1
-5
/
+5
2011-01-25
mmc: ushc: Remove duplicate include of usb.h
Jesper Juhl
1
-1
/
+0
2011-01-26
Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-82
/
+21
2011-01-24
ARM: 6632/3: mmci: stop using the blockend interrupts
Linus Walleij
2
-82
/
+21
2011-01-21
mmc: msm_sdcc: Add gpio handling function to driver
Sahitya Tummala
2
-1
/
+40
2011-01-21
drivers: mmc: msm: remove clock disable in probe
Daniel Walker
1
-3
/
+0
2011-01-21
mmc: msm: fix dma usage not to use internal APIs
Daniel Walker
1
-27
/
+22
2011-01-21
driver-core: remove conditionals around devicetree pointers
Grant Likely
1
-4
/
+0
2011-01-14
mmc: sdhci-of: fix build on non-powerpc platforms
Rob Herring
1
-0
/
+9
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
3
-4
/
+4
2011-01-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
Linus Torvalds
16
-321
/
+3215
2011-01-10
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-3
/
+5
2011-01-09
mmc: davinci: add support for SDIO irq handling
Alagu Sankar
1
-5
/
+73
2011-01-08
mmc: tmio_mmc: fix CMD irq handling
Arnd Hannemann
1
-2
/
+4
2011-01-08
mmc: tmio_mmc: handle missing HW interrupts
Arnd Hannemann
1
-4
/
+86
2011-01-08
mmc: tmio_mmc: implement SDIO IRQ support
Arnd Hannemann
1
-0
/
+79
2011-01-08
mmc: tmio_mmc: silence compiler warnings
Arnd Hannemann
1
-2
/
+6
2011-01-08
mmc: tmio_mmc: implement a bounce buffer for unaligned DMA
Guennadi Liakhovetski
1
-6
/
+83
2011-01-08
mmc: tmio_mmc: merge the private header into the driver
Guennadi Liakhovetski
2
-231
/
+210
2011-01-08
mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failure
Guennadi Liakhovetski
2
-46
/
+25
2011-01-08
mmc: tmio_mmc: allow multi-element scatter-gather lists
Guennadi Liakhovetski
1
-2
/
+7
2011-01-08
mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.
Will Newton
4
-0
/
+1981
2011-01-08
mmc: add sdhci-tegra driver for Tegra SoCs
Olof Johansson
5
-0
/
+272
2011-01-08
mmc: sdhci: add quirk for max len ADMA descriptors
Olof Johansson
1
-3
/
+7
2011-01-08
mmc: sdhci-s3c: Support controllers with no internal clock divider
Jeongbae Seo
1
-0
/
+62
2011-01-08
mmc: sdhci-s3c: Support additional host capabilities
Jeongbae Seo
1
-0
/
+4
2011-01-08
mmc: sdhci: Enable bus-width test for JMicron controllers
Takashi Iwai
1
-0
/
+2
2011-01-08
mmc: Test bus-width for old MMC devices
Aries Lee
2
-1
/
+7
[prev]
[next]