index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
atmel-mci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-26
mmc: atmel-mci: change atmci_readl and atmci_writel macros
Ludovic Desroches
1
-63
/
+63
2011-10-26
mmc: atmel-mci: change namespace
Ludovic Desroches
1
-150
/
+151
2011-07-20
mmc: atmel-mci: add suspend/resume support
Nicolas Ferre
1
-0
/
+63
2011-05-18
Haavard Skinnemoen has left Atmel
Jean Delvare
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-15
mmc: atmel-mci: use dmaengine helper functions
Linus Walleij
1
-3
/
+3
2011-03-15
mmc: atmel-mci: conform to DMA-API
Linus Walleij
1
-4
/
+3
2011-03-15
mmc: atmel-mci: map DMA sglist on the DMA engine
Linus Walleij
1
-3
/
+5
2010-12-21
mmc: atmel-mci: fix multiblock SDIO transfers
Nicolas Ferre
1
-6
/
+12
2010-10-23
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
1
-2
/
+1
2010-10-23
mmc: atmel-mci.c: use resource_size()
H Hartley Sweeten
1
-1
/
+1
2010-05-27
mmc: atmel-mci: Add support for SDIO interrupts
Anders Grahn
1
-4
/
+38
2010-05-27
mmc: atmel-mci: enable SD high speed support
Nicolas Ferre
1
-3
/
+19
2010-05-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
1
-1
/
+1
2010-05-17
Merge branch 'ioat' into dmaengine
Dan Williams
1
-0
/
+1
2010-05-17
DMAENGINE: extend the control command to include an arg
Linus Walleij
1
-1
/
+1
2010-05-11
mmc: atmel-mci: fix in debugfs: response value printing
Nicolas Ferre
1
-2
/
+2
2010-05-11
mmc: atmel-mci: remove data error interrupt after xfer
Nicolas Ferre
1
-0
/
+1
2010-05-11
mmc: atmel-mci: prevent kernel oops while removing card
Nicolas Ferre
1
-4
/
+5
2010-05-11
mmc: atmel-mci: fix two parameters swapped
Nicolas Ferre
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-26
DMAENGINE: generic slave control v2
Linus Walleij
1
-1
/
+1
2009-12-15
mmc: atmel-mci: new MCI2 module support in atmel-mci driver
Nicolas Ferre
1
-10
/
+75
2009-12-15
atmel-mci: change use of dma slave interface
Nicolas Ferre
1
-20
/
+36
2009-09-24
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
1
-1
/
+8
2009-09-23
atmel-mci: unified Atmel MCI drivers (AVR32 & AT91)
Rob Emanuele
1
-3
/
+30
2009-09-08
dmaengine: Move all map_sg/unmap_sg for slave channel to its client
Atsushi Nemoto
1
-1
/
+8
2009-04-08
atmel-mci: Add support for inverted detect pin
Jonas Larsson
1
-3
/
+9
2009-03-24
atmel-mci: fix sdc_reg typo
Hans-Christian Egtvedt
1
-1
/
+1
2009-03-24
mmc: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2009-02-18
atmel-mci: fix initialization of dma slave data
Dan Williams
1
-2
/
+3
2009-01-09
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
1
-75
/
+28
2009-01-06
dmaengine: kill enum dma_state_client
Dan Williams
1
-3
/
+3
2009-01-06
dmaengine: kill struct dma_client and supporting infrastructure
Dan Williams
1
-1
/
+0
2009-01-06
atmel-mci: convert to dma_request_channel and down-level dma_slave
Dan Williams
1
-71
/
+27
2009-01-06
dmaengine: up-level reference counting to the module level
Dan Williams
1
-3
/
+1
2009-01-05
atmel-mci: move atmel-mci.h file to include/linux
Nicolas Ferre
1
-1
/
+1
2008-10-05
atmel-mci: Add missing flush_dcache_page() in PIO transfer code
Haavard Skinnemoen
1
-0
/
+1
2008-10-05
atmel-mci: Don't overwrite error bits when NOTBUSY is set
Haavard Skinnemoen
1
-1
/
+3
2008-10-05
atmel-mci: Add experimental DMA support
Haavard Skinnemoen
1
-16
/
+258
2008-10-05
atmel-mci: support multiple mmc slots
Haavard Skinnemoen
1
-308
/
+614
2008-10-05
atmel-mci: Platform code for supporting multiple mmc slots
Haavard Skinnemoen
1
-4
/
+20
2008-10-05
atmel-mci: Don't stop the clock between transfers
Haavard Skinnemoen
1
-38
/
+22
2008-10-05
atmel-mci: Implement tasklet as a state machine
Haavard Skinnemoen
1
-104
/
+145
2008-10-05
atmel-mci: Initialize BLKR before sending data transfer command
Haavard Skinnemoen
1
-2
/
+4
2008-09-20
atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pin
Haavard Skinnemoen
1
-0
/
+4
2008-09-20
atmel-mci: Fix bogus debugfs file size
Haavard Skinnemoen
1
-4
/
+0
2008-09-20
atmel-mci: Fix memory leak in atmci_regs_show
Haavard Skinnemoen
1
-0
/
+2
2008-09-20
atmel-mci: debugfs: enable clock before dumping regs
Haavard Skinnemoen
1
-0
/
+2
2008-08-05
avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>
Haavard Skinnemoen
1
-1
/
+1
[next]