aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/at91_mci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-03ARM: at91: code removal of CAP9 SoCJean-Christophe PLAGNIOL-VILLARD1-1/+0
2012-01-13Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-4/+4
2012-01-11mmc: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2011-11-29ARM: at91/mmc: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-15/+15
2011-10-26mmc: at91_mci: remove the use of irq_to_gpioNicolas Ferre1-1/+5
2011-07-21mmc: at91_mci: move register header from include/ to drivers/Jean-Christophe PLAGNIOL-VILLARD1-1/+2
2010-12-21mmc: at91_mci: fix multiblock SDIO transfersYauhen Kharuzhy1-4/+9
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
2010-10-23mmc: at91_mci.c: use resource_size()H Hartley Sweeten1-4/+4
2010-09-09mmc: at91_mci: add missing linux/highmem.h includeMarc Kleine-Budde1-0/+1
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1
2010-05-15mmc: at91_mci: modify cache flush routinesNicolas Ferre1-1/+1
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
2010-03-06mmc: at91_mci: correct kunmap_atomic()Nicolas Ferre1-2/+2
2010-03-06mmc: at91_mci: introduce per-mci-revision conditional codeNicolas Ferre1-8/+19
2010-03-06mmc: at91_mci: Enable MMC_CAP_SDIO_IRQ only when it actually works.Nicolas Ferre1-1/+8
2010-03-06mmc: at91_mci: enable large data blocksWolfgang Muees1-0/+3
2010-03-06mmc: at91_mci: use DMA buffer for readWolfgang Muees1-96/+32
2010-03-06mmc: at91_mci: use one coherent DMA bufferWolfgang Muees1-25/+24
2010-03-06mmc: at91_mci: fix timeout errorsWolfgang Muees1-2/+4
2010-03-06mmc: at91_mci: fix pointer errorsWolfgang Muees1-3/+5
2009-10-22mmc: at91_mci: Don't include asm/mach/mmc.hUwe Kleine-König1-1/+0
2008-11-30mmc: at91_mci: reorder timer setup and mmc_add_host() callNicolas Ferre1-2/+2
2008-09-02mmc: at91_mci: don't use coherent dma buffersDavid Brownell1-4/+16
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-07-15mmc: remove multiwrite capabilityPierre Ossman1-1/+1
2008-07-15at91_mci: Fix byte mode transitions.Ville Syrjala1-1/+1
2008-07-15at91_mci: Cover more AT91RM9200 and AT91SAM9261 errata.Ville Syrjala1-6/+14
2008-07-15at91_mci: AT91SAM9260/9263 12 byte write erratum (v2)Ville Syrjala1-4/+17
2008-07-15at91_mci: manage cmd error and data error independentlyNicolas Ferre1-8/+19
2008-07-15mmc: at91_mci: do not read irq status twice as it will forget some errorsNicolas Ferre1-7/+5
2008-07-15mmc: at91_mci: add sdio irq managementEric Benard1-4/+22
2008-07-15mmc: at91_mci: add multiwrite switchNicolas Ferre1-0/+1
2008-07-15mmc: at91_mci: update bytes_xfered value once xfer doneNicolas Ferre1-6/+34
2008-07-15mmc: at91_mci: avoid timeoutsMarc Pignat1-0/+48
2008-07-15mmc: at91_mci: show timeoutsMarc Pignat1-2/+33
2008-07-15mmc: at91_mci: support for block size not modulo 4Marc Pignat1-5/+10
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov1-11/+7
2008-05-17at91_mci: minor cleanupMarc Pignat1-1/+4
2008-04-15mmc: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-02-08at91_mci: use generic GPIO callsDavid Brownell1-34/+80
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+4
2007-10-17mmc: at91_mci: cleanup: use MCI_ERRORSAndrew Victor1-3/+1
2007-09-23mmc: at91_mci: disable handling of blocks with size not multiple of 4 bytesMarc Pignat1-0/+8
2007-09-23mmc: remove confusing flagPierre Ossman1-2/+2
2007-09-23mmc: remove BYTEBLOCK capabilityPierre Ossman1-1/+0
2007-09-23mmc: remove custom error codesPierre Ossman1-7/+5
2007-09-11bug in AT91 MCI suspend routinesAnti Sullin1-3/+3
2007-08-09mmc: at91_mci: remove whitespace at the end of linesNicolas Ferre1-4/+4
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1