Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4108efb02daa09cbb5db048ada55a5b021b5183d
/
drivers
/
dma
/
at_hdmac.c
3527122
Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 9 years ago
4d11242
dmaengine: hdmac: Add memset capabilities
by Maxime Ripard
· 9 years ago
93dce3a
dmaengine: at_hdmac: fix residue computation
by Cyrille Pitchen
· 9 years ago
4483320
dmaengine: Use Pointer xt after NULL check.
by Maninder Singh
· 9 years ago
5abecfa
dmaengine: hdmac: Implement interleaved transfers
by Maxime Ripard
· 9 years ago
d6a4c0e
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 10 years ago
bdf6c79
dmaengine: at_hdmac: Fix calculation of the residual bytes
by Torsten Fleischer
· 10 years ago
265567f
dmaengine: at_hdmac: Add support for memory to memory sg transfers
by Torsten Fleischer
· 10 years ago
816070e
dmaengine: at_hdmac: declare slave capabilities
by Ludovic Desroches
· 10 years ago
4facfe7
dmaengine: hdmac: Split device_control
by Maxime Ripard
· 10 years ago
6758dda
dma: at_hdmac: fix invalid remaining bytes detection
by Alexandre Belloni
· 10 years ago
31c1e5a
dmaengine: Remove the context argument to the prep_dma_cyclic operation
by Laurent Pinchart
· 10 years ago
ccc7aad
dmaengine: at_hdmac: use tasklet_kill in teardown
by Vinod Koul
· 11 years ago
df12a31
Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Vinod Koul
· 11 years ago
54f8d50
dmaengine: remove DMA unmap from drivers
by Bartlomiej Zolnierkiewicz
· 11 years ago
d38a8c6
dmaengine: prepare for generic 'unmap' data
by Dan Williams
· 11 years ago
6d203d1
dmaengine: at_hdma: use DMA_COMPLETE for dma completion status
by Vinod Koul
· 11 years ago
f784d9c
dmaengine: at_hdmac: prepare clk before calling enable
by Boris BREZILLON
· 11 years ago
c3dbc60
dmaengine/trivial: at_hdmac: add curly brackets to if/else expressions
by Nicolas Ferre
· 11 years ago
538eea6
dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()
by Nicolas Ferre
· 11 years ago
62971b2
dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT binding
by Ludovic Desroches
· 11 years ago
36c6df5
dma: at_hdmac: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
d48de6f
DMA: AT91: Get residual bytes in dma buffer
by Elen Song
· 11 years ago
d088c33
DMA: AT91: Get transfer width
by Elen Song
· 11 years ago
6c22770
dmaengine: at_hdmac/trivial: rearrange CFG register bits assignment
by Nicolas Ferre
· 11 years ago
72ae6e4
dmaengine: at_hdmac: extend hardware handshaking interface identification
by Nicolas Ferre
· 11 years ago
ea7e790
dmaengine: at_hdmac/trivial: correct typo in comment
by Nicolas Ferre
· 11 years ago
1763e73
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 11 years ago
bbe89c8
at_hdmac: move to generic DMA binding
by Ludovic Desroches
· 12 years ago
d202f05
dmaengine: at_hdmac: fix race condition in atc_advance_work()
by Ludovic Desroches
· 12 years ago
1d1bbd3
dma: Remove erroneous __exit and __exit_p() references
by Maxin B. John
· 12 years ago
0e7264c
dma: at_hdmac: check direction properly for cyclic transfers
by Andy Shevchenko
· 12 years ago
f5a246e
Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
99dbb16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
ec8b5e4
dmaengine: Pass flags via device_prep_dma_cyclic() callback
by Peter Ujfalusi
· 12 years ago
c456797
dmaengine: at_hdmac: check that each sg data length is non-null
by Nicolas Ferre
· 12 years ago
c618a9b
dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()
by Nicolas Ferre
· 12 years ago
d73111c
dma: fix comments
by Masanari Iida
· 12 years ago
7fd63cc
dmaengine: at_hdmac: add a few const qualifiers
by Uwe Kleine-König
· 12 years ago
9102d87
dmaengine: at_hdmac: trivial: fix comment in header
by Nicolas Ferre
· 12 years ago
1dd1ea8
dmaengine: at_hdmac: take maxburst from slave configuration
by Nicolas Ferre
· 12 years ago
b409ebf
dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constant
by Nicolas Ferre
· 12 years ago
d411605
dmaengine: fix cyclic dma usage
by Vinod Koul
· 12 years ago
ed8b0d6
dmaengine: at_hdmac: remove clear-on-read in atc_dostart()
by Nicolas Ferre
· 13 years ago
beeaa10
dmaengine: at_hdmac: add slave config operation
by Nicolas Ferre
· 13 years ago
185ecb5
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
by Alexandre Bounine
· 13 years ago
d3ee98cdc
dmaengine: consolidate initialization of cookies
by Russell King - ARM Linux
· 13 years ago
96a2af4
dmaengine: consolidate tx_status functions
by Russell King - ARM Linux
· 13 years ago
f7fbce0
dmaengine: provide a common function for completing a dma descriptor
by Russell King - ARM Linux
· 13 years ago
884485e
dmaengine: consolidate assignment of DMA cookies
by Russell King - ARM Linux
· 13 years ago
d2ebfb3
dmaengine: add private header file
by Russell King - ARM Linux
· 13 years ago
4d4e58d
dmaengine: move last completed cookie into generic dma_chan structure
by Russell King - ARM Linux
· 13 years ago
bda3a47
at_hdmac: bugfix for enabling channel irq
by Nikolaus Voss
· 13 years ago
02f88be
dmaengine: at_hdmac: simplify device selection from platform data or DT
by Nicolas Ferre
· 13 years ago
dcc8173
dmaengine: at_hdmac: empty entry shape modification
by Nicolas Ferre
· 13 years ago
0ab88a0
dmaengine: at_hdmac: add const to struct platform_device_id definition
by Nicolas Ferre
· 13 years ago
e0d23ef
Merge branch 'dma_slave_direction' into next_test_dirn
by Vinod Koul
· 13 years ago
c511595
dmaengine: at_hdmac: add device tree support
by Nicolas Ferre
· 13 years ago
6734845
dmaengine: at_hdmac: platform data move to use .id_table
by Nicolas Ferre
· 13 years ago
db8196d
dmaengine: move drivers to dma_transfer_direction
by Vinod Koul
· 13 years ago
46389470
dmaengine: delete redundant chan_id and chancnt initialization in dma drivers
by Barry Song
· 13 years ago
d7db808
dmaengine: at_hdmac: fix way to specify cyclic capability
by Nicolas Ferre
· 13 years ago
3c47748
dmaengine: at_hdmac: add wrappers for testing channel state
by Nicolas Ferre
· 13 years ago
c0ba594
dmaengine: at_hdmac: improve power management routines
by Nicolas Ferre
· 13 years ago
d8cb04b
dmaengine: at_hdmac: replace spin_lock* with irqsave variants
by Nicolas Ferre
· 13 years ago
114df7d
dma: at_hdmac.c: use resource_size
by H Hartley Sweeten
· 13 years ago
4cb865d
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 13 years ago
de7a2f9
dmaengine: at_hdmac: pause: no need to wait for FIFO empty
by Nicolas Ferre
· 13 years ago
e257e15
dmaengine: at_hdmac: use descriptor chaining help function
by Nicolas Ferre
· 14 years ago
23b5e3a
dmaengine: at_hdmac: implement pause and resume in atc_control
by Nicolas Ferre
· 14 years ago
543aabc
dmaengine: at_hdmac: set residue as total len in atc_tx_status
by Nicolas Ferre
· 14 years ago
ae14d4b
dmaengine: at_hdmac: specialize AHB interfaces to optimize transfers
by Nicolas Ferre
· 14 years ago
2f43282
dmaengine: at_hdmac: remove channel status testing in tasklet
by Nicolas Ferre
· 14 years ago
cc52a10
dmaengine: at_hdmac: debug information sg_len for prep_slave_sg
by Nicolas Ferre
· 14 years ago
53830cc
dmaengine: at_hdmac: add cyclic DMA operation support
by Nicolas Ferre
· 14 years ago
9b3aa58
dmaengine: at_hdmac: modify way to use interrupts
by Nicolas Ferre
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e1288cd
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 14 years ago
dda36f9
dmaengine: at_hdmac: fix race while monitoring channel status
by Nicolas Ferre
· 14 years ago
568f7f0
dmaengine: at_hdmac: flags located in first descriptor
by Nicolas Ferre
· 14 years ago
93d0bec
dmaengine: at_hdmac: use subsys_initcall instead of module_init
by Eric Xu
· 14 years ago
58344f2
dmaengine: at_hdmac: no need set ACK in new descriptor
by Nicolas Ferre
· 14 years ago
ebcf9b8
dmaengine: at_hdmac: trivial add precision to unmapping comment
by Nicolas Ferre
· 14 years ago
0f70e8c
dmaengine: at_hdmac: use dma_address to program DMA hardware
by Nicolas Ferre
· 14 years ago
59a609d
dmaengine: at_hdmac: fix buffer transfer size specification
by Nicolas Ferre
· 14 years ago
dcded10
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 14 years ago
b0ebeb9
DMAENGINE: at_hdmac: locking fixlet
by Yong Wang
· 14 years ago
f1bbbb6
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 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
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
bca3469
dmaengine: provide helper for setting txstate
by Dan Williams
· 15 years ago
0793448
DMAENGINE: generic channel status v2
by Linus Walleij
· 15 years ago
c3635c7
DMAENGINE: generic slave control v2
by Linus Walleij
· 15 years ago
05a6254
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 15 years ago
4297a46
dma: at_hdmac: correct incompatible type for argument 1 of 'spin_lock_bh'
by Nicolas Ferre
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
4b3df56
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus
by NeilBrown
· 15 years ago
Next »