aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmc_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely1-4/+0
2010-10-23mmc_spi: Recover from CRC errors for r/w operation over SPI.Sonic Zhang1-0/+21
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
2010-08-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-48/+11
2010-08-08mmc_spi: Fix unterminated of_match_tableAnton Vorontsov1-0/+1
2010-07-05of: refactor of_modalias_node() and remove explicit match table.Grant Likely1-0/+8
2010-07-03spi/mmc_spi: mmc_spi adaptations for SPI bus locking APIErnst Schwab1-48/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-06-30spi: add spi_master flag wordDavid Brownell1-0/+6
2009-06-13mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees1-5/+6
2009-06-13mmc_spi: speedup for slow cards, less wear-outWolfgang Muees1-0/+12
2009-04-08mmc_spi: support for non-byte-aligned cardsWolfgang Muees1-38/+112
2009-04-08mmc_spi: convert timeout handling to jiffies and avoid busy waitingWolfgang Muees1-17/+21
2009-03-24mmc_spi: adjust for delayed data token responseWolfgang Muees1-3/+24
2009-03-24mmc_spi: wait more bytes for card responseWolfgang Muees1-1/+4
2009-03-24mmc_spi: allow setting of spi mode 3Wolfgang Muees1-3/+5
2008-12-31mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov1-1/+3
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-12MMC: Use timeout values from CSRMatthew Fleming1-11/+21
2008-07-24mmc_spi: put signals to low power off fixJan Nikitenko1-1/+2
2008-07-15mmc: remove multiwrite capabilityPierre Ossman1-4/+1
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov1-3/+6
2008-07-15mmc_spi: add support for card-detection pollingAnton Vorontsov1-2/+17
2008-04-29mmc: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2007-12-05spi: use simplified spi_sync() calling conventionMarc Pignat1-10/+0
2007-10-27mmc_spi: Fix mmc-over-spi regressionDavid Brownell1-19/+33
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+4
2007-10-16missing include in mmcAl Viro1-0/+1
2007-10-16spi doesn't need class_deviceTony Jones1-2/+2
2007-10-14Fix compile while compiling drivers/mmc/host/mmc_spi.o with !BLOCKDavid Brownell1-1/+1
2007-09-23mmc_spi host driverDavid Brownell1-0/+1408