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