Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
407a362f944a6667fe048db60c04b33b61cd4e86
/
drivers
/
mmc
/
host
/
atmel-mci.c
e0d23ef
Merge branch 'dma_slave_direction' into next_test_dirn
by Vinod Koul
· 13 years ago
05f5799
mmc-host: move to dma_transfer_direction
by Vinod Koul
· 13 years ago
7e8ba22
mmc: atmel-mci: fix a potential issue about pending PDC interrupts
by Ludovic Desroches
· 13 years ago
341fa4c
mmc: atmel-mci: correct sg buffer size evaluation
by Ludovic Desroches
· 13 years ago
1ebbe3d
mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal value
by Ludovic Desroches
· 13 years ago
11d1488
mmc: atmel-mci: change atmci_start_command to atmci_send_command
by Ludovic Desroches
· 13 years ago
796211b
mmc: atmel-mci: add pdc support and runtime capabilities detection
by Ludovic Desroches
· 13 years ago
03fc9a7
mmc: atmel-mci: change atmci_readl and atmci_writel macros
by Ludovic Desroches
· 13 years ago
2c96a29
mmc: atmel-mci: change namespace
by Ludovic Desroches
· 13 years ago
5c2f2b9
mmc: atmel-mci: add suspend/resume support
by Nicolas Ferre
· 13 years ago
e05503e
Haavard Skinnemoen has left Atmel
by Jean Delvare
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
5328906
mmc: atmel-mci: use dmaengine helper functions
by Linus Walleij
· 14 years ago
88ce4db
mmc: atmel-mci: conform to DMA-API
by Linus Walleij
· 14 years ago
266ac3f
mmc: atmel-mci: map DMA sglist on the DMA engine
by Linus Walleij
· 14 years ago
2f1d791
mmc: atmel-mci: fix multiblock SDIO transfers
by Nicolas Ferre
· 14 years ago
a36274e
mmc: Remove distinction between hw and phys segments
by Martin K. Petersen
· 14 years ago
e8e3f6c
mmc: atmel-mci.c: use resource_size()
by H Hartley Sweeten
· 15 years ago
88ff82e
mmc: atmel-mci: Add support for SDIO interrupts
by Anders Grahn
· 14 years ago
99ddffd
mmc: atmel-mci: enable SD high speed support
by Nicolas Ferre
· 14 years ago
6f68fba
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 14 years ago
0b28330
Merge branch 'ioat' into dmaengine
by Dan Williams
· 14 years ago
0582763
DMAENGINE: extend the control command to include an arg
by Linus Walleij
· 14 years ago
d586ebb
mmc: atmel-mci: fix in debugfs: response value printing
by Nicolas Ferre
· 14 years ago
abc2c9f
mmc: atmel-mci: remove data error interrupt after xfer
by Nicolas Ferre
· 14 years ago
009a891
mmc: atmel-mci: prevent kernel oops while removing card
by Nicolas Ferre
· 14 years ago
ebb1fea
mmc: atmel-mci: fix two parameters swapped
by Nicolas Ferre
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
c3635c7
DMAENGINE: generic slave control v2
by Linus Walleij
· 15 years ago
74791a2
mmc: atmel-mci: new MCI2 module support in atmel-mci driver
by Nicolas Ferre
· 15 years ago
2635d1b
atmel-mci: change use of dma slave interface
by Nicolas Ferre
· 15 years ago
a487b67
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 15 years ago
04d699c
atmel-mci: unified Atmel MCI drivers (AVR32 & AT91)
by Rob Emanuele
· 15 years ago
657a77f
dmaengine: Move all map_sg/unmap_sg for slave channel to its client
by Atsushi Nemoto
· 15 years ago
1c1452b
atmel-mci: Add support for inverted detect pin
by Jonas Larsson
· 16 years ago
32ab83a
atmel-mci: fix sdc_reg typo
by Hans-Christian Egtvedt
· 16 years ago
89c8aa2
mmc: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
287d859
atmel-mci: fix initialization of dma slave data
by Dan Williams
· 16 years ago
d9e8a3a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 16 years ago
7dd6025
dmaengine: kill enum dma_state_client
by Dan Williams
· 16 years ago
aa1e6f1
dmaengine: kill struct dma_client and supporting infrastructure
by Dan Williams
· 16 years ago
74465b4
atmel-mci: convert to dma_request_channel and down-level dma_slave
by Dan Williams
· 16 years ago
6f49a57
dmaengine: up-level reference counting to the module level
by Dan Williams
· 16 years ago
c42aa77
atmel-mci: move atmel-mci.h file to include/linux
by Nicolas Ferre
· 16 years ago
5e7184a
atmel-mci: Add missing flush_dcache_page() in PIO transfer code
by Haavard Skinnemoen
· 16 years ago
ca55f46
atmel-mci: Don't overwrite error bits when NOTBUSY is set
by Haavard Skinnemoen
· 16 years ago
65e8b08
atmel-mci: Add experimental DMA support
by Haavard Skinnemoen
· 16 years ago
965ebf3
atmel-mci: support multiple mmc slots
by Haavard Skinnemoen
· 16 years ago
6b91865
atmel-mci: Platform code for supporting multiple mmc slots
by Haavard Skinnemoen
· 16 years ago
945533b
atmel-mci: Don't stop the clock between transfers
by Haavard Skinnemoen
· 16 years ago
c06ad25
atmel-mci: Implement tasklet as a state machine
by Haavard Skinnemoen
· 16 years ago
a252e3e
atmel-mci: Initialize BLKR before sending data transfer command
by Haavard Skinnemoen
· 16 years ago
da45b66
atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pin
by Haavard Skinnemoen
· 16 years ago
75d33cc
atmel-mci: Fix bogus debugfs file size
by Haavard Skinnemoen
· 16 years ago
b17339a
atmel-mci: Fix memory leak in atmci_regs_show
by Haavard Skinnemoen
· 16 years ago
87e60f2
atmel-mci: debugfs: enable clock before dumping regs
by Haavard Skinnemoen
· 16 years ago
3663b73
avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>
by Haavard Skinnemoen
· 16 years ago
3c26e17
avr32: some mmc/sd cleanups
by David Brownell
· 16 years ago
eda3d8f
Merge commit 'upstream/master'
by Haavard Skinnemoen
· 16 years ago
deec9ae
atmel-mci: debugfs support
by Haavard Skinnemoen
· 16 years ago
fbfca4b
avr32: clean up mci platform code
by Ben Nizette
· 16 years ago
23af603
mmc: remove multiwrite capability
by Pierre Ossman
· 16 years ago
7d2be07
atmel-mci: Driver for Atmel on-chip MMC controllers
by Haavard Skinnemoen
· 16 years ago