| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: at91-mci: remove obsolete driver | Ludovic Desroches | 2012-12-06 | 1 | -1219/+0 |
* | mmc: fix comment typos | Masanari Iida | 2012-09-01 | 1 | -1/+1 |
* | ARM: at91: code removal of CAP9 SoC | Jean-Christophe PLAGNIOL-VILLARD | 2012-02-03 | 1 | -1/+0 |
* | Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-01-14 | 1 | -4/+4 |
|\ |
|
| * | mmc: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-01-12 | 1 | -4/+4 |
* | | ARM: at91/mmc: use gpio_is_valid to check the gpio | Jean-Christophe PLAGNIOL-VILLARD | 2011-11-29 | 1 | -15/+15 |
|/ |
|
* | mmc: at91_mci: remove the use of irq_to_gpio | Nicolas Ferre | 2011-10-26 | 1 | -1/+5 |
* | mmc: at91_mci: move register header from include/ to drivers/ | Jean-Christophe PLAGNIOL-VILLARD | 2011-07-21 | 1 | -1/+2 |
* | mmc: at91_mci: fix multiblock SDIO transfers | Yauhen Kharuzhy | 2010-12-21 | 1 | -4/+9 |
* | mmc: Remove distinction between hw and phys segments | Martin K. Petersen | 2010-10-23 | 1 | -2/+1 |
* | mmc: at91_mci.c: use resource_size() | H Hartley Sweeten | 2010-10-23 | 1 | -4/+4 |
* | mmc: at91_mci: add missing linux/highmem.h include | Marc Kleine-Budde | 2010-09-10 | 1 | -0/+1 |
* | mmc: remove the "state" argument to mmc_suspend_host() | Matt Fleming | 2010-05-27 | 1 | -1/+1 |
* | mmc: at91_mci: modify cache flush routines | Nicolas Ferre | 2010-05-15 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | mmc: at91_mci: correct kunmap_atomic() | Nicolas Ferre | 2010-03-06 | 1 | -2/+2 |
* | mmc: at91_mci: introduce per-mci-revision conditional code | Nicolas Ferre | 2010-03-06 | 1 | -8/+19 |
* | mmc: at91_mci: Enable MMC_CAP_SDIO_IRQ only when it actually works. | Nicolas Ferre | 2010-03-06 | 1 | -1/+8 |
* | mmc: at91_mci: enable large data blocks | Wolfgang Muees | 2010-03-06 | 1 | -0/+3 |
* | mmc: at91_mci: use DMA buffer for read | Wolfgang Muees | 2010-03-06 | 1 | -96/+32 |
* | mmc: at91_mci: use one coherent DMA buffer | Wolfgang Muees | 2010-03-06 | 1 | -25/+24 |
* | mmc: at91_mci: fix timeout errors | Wolfgang Muees | 2010-03-06 | 1 | -2/+4 |
* | mmc: at91_mci: fix pointer errors | Wolfgang Muees | 2010-03-06 | 1 | -3/+5 |
* | mmc: at91_mci: Don't include asm/mach/mmc.h | Uwe Kleine-König | 2009-10-22 | 1 | -1/+0 |
* | mmc: at91_mci: reorder timer setup and mmc_add_host() call | Nicolas Ferre | 2008-11-30 | 1 | -2/+2 |
* | mmc: at91_mci: don't use coherent dma buffers | David Brownell | 2008-09-03 | 1 | -4/+16 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -3/+3 |
* | mmc: remove multiwrite capability | Pierre Ossman | 2008-07-15 | 1 | -1/+1 |
* | at91_mci: Fix byte mode transitions. | Ville Syrjala | 2008-07-15 | 1 | -1/+1 |
* | at91_mci: Cover more AT91RM9200 and AT91SAM9261 errata. | Ville Syrjala | 2008-07-15 | 1 | -6/+14 |
* | at91_mci: AT91SAM9260/9263 12 byte write erratum (v2) | Ville Syrjala | 2008-07-15 | 1 | -4/+17 |
* | at91_mci: manage cmd error and data error independently | Nicolas Ferre | 2008-07-15 | 1 | -8/+19 |
* | mmc: at91_mci: do not read irq status twice as it will forget some errors | Nicolas Ferre | 2008-07-15 | 1 | -7/+5 |
* | mmc: at91_mci: add sdio irq management | Eric Benard | 2008-07-15 | 1 | -4/+22 |
* | mmc: at91_mci: add multiwrite switch | Nicolas Ferre | 2008-07-15 | 1 | -0/+1 |
* | mmc: at91_mci: update bytes_xfered value once xfer done | Nicolas Ferre | 2008-07-15 | 1 | -6/+34 |
* | mmc: at91_mci: avoid timeouts | Marc Pignat | 2008-07-15 | 1 | -0/+48 |
* | mmc: at91_mci: show timeouts | Marc Pignat | 2008-07-15 | 1 | -2/+33 |
* | mmc: at91_mci: support for block size not modulo 4 | Marc Pignat | 2008-07-15 | 1 | -5/+10 |
* | mmc: change .get_ro() callback semantics | Anton Vorontsov | 2008-07-15 | 1 | -11/+7 |
* | at91_mci: minor cleanup | Marc Pignat | 2008-05-17 | 1 | -1/+4 |
* | mmc: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-16 | 1 | -0/+1 |
* | at91_mci: use generic GPIO calls | David Brownell | 2008-02-08 | 1 | -34/+80 |
* | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -4/+4 |
* | mmc: at91_mci: cleanup: use MCI_ERRORS | Andrew Victor | 2007-10-17 | 1 | -3/+1 |
* | mmc: at91_mci: disable handling of blocks with size not multiple of 4 bytes | Marc Pignat | 2007-09-23 | 1 | -0/+8 |
* | mmc: remove confusing flag | Pierre Ossman | 2007-09-23 | 1 | -2/+2 |
* | mmc: remove BYTEBLOCK capability | Pierre Ossman | 2007-09-23 | 1 | -1/+0 |
* | mmc: remove custom error codes | Pierre Ossman | 2007-09-23 | 1 | -7/+5 |
* | bug in AT91 MCI suspend routines | Anti Sullin | 2007-09-11 | 1 | -3/+3 |