aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmc_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* driver-core: remove conditionals around devicetree pointersGrant Likely2011-01-211-4/+0
* mmc_spi: Recover from CRC errors for r/w operation over SPI.Sonic Zhang2010-10-231-0/+21
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-141-48/+11
|\
| * spi/mmc_spi: mmc_spi adaptations for SPI bus locking APIErnst Schwab2010-07-031-48/+11
* | mmc_spi: Fix unterminated of_match_tableAnton Vorontsov2010-08-081-0/+1
* | of: refactor of_modalias_node() and remove explicit match table.Grant Likely2010-07-051-0/+8
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
* spi: add spi_master flag wordDavid Brownell2009-06-301-0/+6
* mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees2009-06-131-5/+6
* mmc_spi: speedup for slow cards, less wear-outWolfgang Muees2009-06-131-0/+12
* mmc_spi: support for non-byte-aligned cardsWolfgang Muees2009-04-081-38/+112
* mmc_spi: convert timeout handling to jiffies and avoid busy waitingWolfgang Muees2009-04-081-17/+21
* mmc_spi: adjust for delayed data token responseWolfgang Muees2009-03-241-3/+24
* mmc_spi: wait more bytes for card responseWolfgang Muees2009-03-241-1/+4
* mmc_spi: allow setting of spi mode 3Wolfgang Muees2009-03-241-3/+5
* mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov2008-12-311-1/+3
* mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-081-1/+1
* MMC: Use timeout values from CSRMatthew Fleming2008-10-121-11/+21
* mmc_spi: put signals to low power off fixJan Nikitenko2008-07-241-1/+2
* mmc: remove multiwrite capabilityPierre Ossman2008-07-151-4/+1
* mmc: change .get_ro() callback semanticsAnton Vorontsov2008-07-151-3/+6
* mmc_spi: add support for card-detection pollingAnton Vorontsov2008-07-151-2/+17
* mmc: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
* spi: use simplified spi_sync() calling conventionMarc Pignat2007-12-051-10/+0
* mmc_spi: Fix mmc-over-spi regressionDavid Brownell2007-10-271-19/+33
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-4/+4
* missing include in mmcAl Viro2007-10-161-0/+1
* spi doesn't need class_deviceTony Jones2007-10-161-2/+2
* Fix compile while compiling drivers/mmc/host/mmc_spi.o with !BLOCKDavid Brownell2007-10-141-1/+1
* mmc_spi host driverDavid Brownell2007-09-231-0/+1408