| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: Remove distinction between hw and phys segments | Martin K. Petersen | 2010-10-23 | 1 | -2/+1 |
* | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-14 | 1 | -48/+11 |
|\ |
|
| * | spi/mmc_spi: mmc_spi adaptations for SPI bus locking API | Ernst Schwab | 2010-07-03 | 1 | -48/+11 |
* | | mmc_spi: Fix unterminated of_match_table | Anton Vorontsov | 2010-08-08 | 1 | -0/+1 |
* | | of: refactor of_modalias_node() and remove explicit match table. | Grant Likely | 2010-07-05 | 1 | -0/+8 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | spi: prefix modalias with "spi:" | Anton Vorontsov | 2009-09-23 | 1 | -0/+1 |
* | spi: add spi_master flag word | David Brownell | 2009-06-30 | 1 | -0/+6 |
* | mmc_spi: don't use EINVAL for possible transmission errors | Wolfgang Muees | 2009-06-13 | 1 | -5/+6 |
* | mmc_spi: speedup for slow cards, less wear-out | Wolfgang Muees | 2009-06-13 | 1 | -0/+12 |
* | mmc_spi: support for non-byte-aligned cards | Wolfgang Muees | 2009-04-08 | 1 | -38/+112 |
* | mmc_spi: convert timeout handling to jiffies and avoid busy waiting | Wolfgang Muees | 2009-04-08 | 1 | -17/+21 |
* | mmc_spi: adjust for delayed data token response | Wolfgang Muees | 2009-03-24 | 1 | -3/+24 |
* | mmc_spi: wait more bytes for card response | Wolfgang Muees | 2009-03-24 | 1 | -1/+4 |
* | mmc_spi: allow setting of spi mode 3 | Wolfgang Muees | 2009-03-24 | 1 | -3/+5 |
* | mmc_spi: Add support for OpenFirmware bindings | Anton Vorontsov | 2008-12-31 | 1 | -1/+3 |
* | mmc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-11-08 | 1 | -1/+1 |
* | MMC: Use timeout values from CSR | Matthew Fleming | 2008-10-12 | 1 | -11/+21 |
* | mmc_spi: put signals to low power off fix | Jan Nikitenko | 2008-07-24 | 1 | -1/+2 |
* | mmc: remove multiwrite capability | Pierre Ossman | 2008-07-15 | 1 | -4/+1 |
* | mmc: change .get_ro() callback semantics | Anton Vorontsov | 2008-07-15 | 1 | -3/+6 |
* | mmc_spi: add support for card-detection polling | Anton Vorontsov | 2008-07-15 | 1 | -2/+17 |
* | mmc: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 1 | -1/+1 |
* | spi: use simplified spi_sync() calling convention | Marc Pignat | 2007-12-05 | 1 | -10/+0 |
* | mmc_spi: Fix mmc-over-spi regression | David Brownell | 2007-10-27 | 1 | -19/+33 |
* | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -4/+4 |
* | missing include in mmc | Al Viro | 2007-10-16 | 1 | -0/+1 |
* | spi doesn't need class_device | Tony Jones | 2007-10-16 | 1 | -2/+2 |
* | Fix compile while compiling drivers/mmc/host/mmc_spi.o with !BLOCK | David Brownell | 2007-10-14 | 1 | -1/+1 |
* | mmc_spi host driver | David Brownell | 2007-09-23 | 1 | -0/+1408 |