summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-092-20/+22
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-072-20/+22
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
| | * sdio_uart: coding style fixesThadeu Lima de Souza Cascardo2009-12-041-19/+21
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-091-1/+1
|\ \ \
| * \ \ Merge branch 'sh/stable-updates'Paul Mundt2009-11-181-0/+1
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-11-041-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'sh/stable-updates'Paul Mundt2009-10-261-1/+0
| |\ \ \ \
| * \ \ \ \ Merge branch 'sh/sdhi-mfd'Paul Mundt2009-10-261-1/+1
| |\ \ \ \ \
| | * | | | | mmc: Add SuperH to the tmio-mmc KconfigMagnus Damm2009-10-261-1/+1
* | | | | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-082-9/+9
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren2009-11-222-9/+9
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren2009-11-102-9/+9
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-202-9/+9
| | | |/ / / /
* | | | | | | Merge branch 'sa1100' into develRussell King2009-12-061-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | [ARM] pxamci: call mmc_remove_host() before freeing resourcesDaniel Mack2009-12-021-2/+2
| |/ / / / /
* | | | | | Merge branch 'devel-stable' into develRussell King2009-12-051-4/+6
|\ \ \ \ \ \
| * | | | | | pxamci: introduce mmc_has_26mhz() and include pxa935Haojian Zhuang2009-12-011-4/+6
| |/ / / / /
* | | | | | Merge branch 'pending-misc' (early part) into develRussell King2009-12-043-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | mmci-omap: free irq resourceLadislav Michl2009-11-121-0/+1
| |/ / / /
| * | | | omap_hsmmc: add missing probe handler hookRoger Quadros2009-10-291-1/+1
| | |_|/ | |/| |
| * | | mmc: at91_mci: Don't include asm/mach/mmc.hUwe Kleine-König2009-10-221-1/+0
| |/ /
* | | ARM: 5785/1: Use ST vendor enum instead of numeralLinus Walleij2009-11-241-1/+1
|/ /
* | [ARM] pxamci: fix printing gpio numbers in pxamci_probeAntonio Ospite2009-10-121-2/+2
* | mmc: sdio: don't require CISTPL_VERS_1 to contain 4 stringsDavid Vrabel2009-10-081-4/+3
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-10-021-2/+0
|\
| * ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3Linus Walleij2009-10-011-2/+0
* | s3cmci: add better support for no card detect or write protect availableBen Dooks2009-10-011-21/+25
* | s3cmci: make SDIO IRQ hardware IRQ support build-time configurableBen Dooks2009-10-012-2/+14
* | s3cmci: DMA fixesBen Dooks2009-10-012-18/+47
* | s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks2009-10-012-8/+65
* | s3cmci: add SDIO IRQ supportBen Dooks2009-10-012-10/+156
* | s3cmci: add debugfs support for examining driver and hardware stateBen Dooks2009-10-012-0/+132
* | s3cmci: fix direct write to interrupt maskBen Dooks2009-10-011-3/+3
* | s3cmci: change to use dev_pm_opsBen Dooks2009-10-011-11/+18
* | s3cmci: change GPIO to gpiolib from S3C24XX specific callsBen Dooks2009-10-011-18/+69
* | s3cmci: update probe to use new platform id listBen Dooks2009-10-011-47/+24
* | s3cmci: use resource_size() instead of local macroBen Dooks2009-10-011-6/+4
* | sdio: pass whitelisted cis funce tuples to sdio driversAlbert Herranz2009-10-011-16/+49
* | const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
|/
* Merge branch 'origin' into for-linusRussell King2009-09-2425-423/+3312
|\
| * Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-09-241-1/+8
| |\
| | * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-231-1/+8
| | |\
| | | * Merge commit 'md/for-linus' into async-tx-nextDan Williams2009-09-088-12/+36
| | | |\
| | | * | dmaengine: Move all map_sg/unmap_sg for slave channel to its clientAtsushi Nemoto2009-09-081-1/+8
| * | | | spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
| * | | | sdhci: increase timeout for internal clock stabilization.Chris Ball2009-09-231-2/+2
| * | | | sdhci: support for ADMA only hostsRichard Röjfors2009-09-233-23/+21
| * | | | mmc: make SDIO device/driver struct accessors publicNicolas Pitre2009-09-231-3/+0
| * | | | mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre2009-09-235-54/+69
OpenPOWER on IntegriCloud