summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | [ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij2009-06-111-1/+1
| * | Merge branch for-rmk-devel of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2009-06-101-2/+3
| |\ \
| | * \ [ARM] S3C24XX: Merge devel-gpioBen Dooks2009-05-211-1/+2
| | |\ \
| | | * | [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h>Ben Dooks2009-05-181-1/+2
| | * | | [ARM] S3C24XX: Remove hardware specific registers from DMABen Dooks2009-05-011-1/+1
| | |/ /
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King2009-05-291-3/+3
| |\ \ \
| | * | | ARM: OMAP3: mmc-twl4030 uses regulator frameworkDavid Brownell2009-05-281-3/+3
| * | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/khil...Russell King2009-05-291-1/+1
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Russell King2009-05-236-13/+22
| |\ \ \ \
| * | | | | [ARM] Remove arch-imx from build systemSascha Hauer2009-05-071-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2009-06-131-3/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hs...Haavard Skinnemoen2009-06-131-3/+9
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | atmel-mci: Add support for inverted detect pinJonas Larsson2009-04-081-3/+9
* | | | | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-112-14/+9
|\ \ \ \ \ \
| * | | | | | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
| * | | | | | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-227-15/+22
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-8/+3
| * | | | | | block: convert to dequeueing model (easy ones)Tejun Heo2009-05-111-6/+6
| * | | | | | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-5/+5
| | |_|_|_|/ | |/| | | |
* | | | | | sdhci-of: Fix the wrong accessor to HOSTVER registerDave Liu2009-06-031-1/+7
* | | | | | mvsdio: fix config failure with some high speed SDHC cardsNicolas Pitre2009-06-031-0/+25
* | | | | | mvsdio: ignore high speed timing requests from the coreNicolas Pitre2009-06-031-0/+9
* | | | | | mmc/omap: Use disable_irq_nosync() from within irq handlers.Ben Nizette2009-06-031-1/+1
* | | | | | sdhci-of: Add fsl,esdhc as a valid compatible to bind againstKumar Gala2009-06-031-0/+1
* | | | | | mvsdio: allow automatic loading when modularNicolas Pitre2009-06-031-0/+1
* | | | | | mxcmmc: Fix missing return value checking in DMA setup code.Martin Fuzzey2009-06-031-10/+26
* | | | | | mxcmmc : Reset the SDHC hardware if software timeout occurs.Martin Fuzzey2009-06-031-1/+6
* | | | | | omap_hsmmc: Trivial fix for a typo in commentAnand Gadiyar2009-06-031-1/+1
* | | | | | mxcmmc: decrease minimum frequency to make MMC cards workSascha Hauer2009-06-031-1/+3
| |_|/ / / |/| | | |
* | | | | [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini2009-05-201-1/+1
| |/ / / |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-05-056-13/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | mvsdio: fix CONFIG_PM=y buildRabin Vincent2009-05-031-6/+5
| * | | mmci: fix crash with debug enabledRabin Vincent2009-05-031-1/+1
| * | | sdhci: catch ADMA errorsPierre Ossman2009-05-031-1/+1
| * | | mmc: increase power up delayJosé M. Fernández2009-05-031-2/+2
| * | | sdhci-pci: bad error handling in probe functionDan Carpenter2009-05-031-3/+5
| * | | mmc_block: be prepared for oversized requestsPierre Ossman2009-05-031-0/+8
| |/ /
* | | ARM: OMAP: MMC: Remove unused power_pinLadislav Michl2009-04-231-2/+0
|/ /
* | mmc_spi: support for non-byte-aligned cardsWolfgang Muees2009-04-081-38/+112
* | omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occursJarkko Lavinen2009-04-081-1/+1
* | mmc: Fix compile for omap_hsmmc.cTony Lindgren2009-04-081-1/+0
* | mmc_spi: convert timeout handling to jiffies and avoid busy waitingWolfgang Muees2009-04-081-17/+21
* | mmc_spi: do not check CID and CSD blocks with CRC16Wolfgang Muees2009-04-081-9/+12
* | omap_hsmmc: Flush posted write to IRQKevin Hilman2009-04-081-0/+4
* | New mail address for Pierre OssmanPierre Ossman2009-04-083-3/+3
* | imxmmc: move RSSR BLRPaulius Zaleckas2009-04-081-7/+3
* | imxmmc: init-exit reworkPaulius Zaleckas2009-04-081-5/+4
* | mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2Jarkko Lavinen2009-04-081-1/+1
|/
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
OpenPOWER on IntegriCloud