Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f8122a82d2eae8ef42de48829deed0ca9d9e1f17
/
drivers
/
dma
/
dw_dmac.c
f8122a8
dw_dmac: allocate dma descriptors from DMA_COHERENT memory
by Andy Shevchenko
· 12 years ago
a5dbff1
dma: dw_dmac: clear suspend bit during termination
by Heikki Krogerus
· 12 years ago
23d5f4e
dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous
by Andy Shevchenko
· 12 years ago
495aea4
dw_dmac: make usage of dw_dma_slave optional
by Andy Shevchenko
· 12 years ago
0fdb567
dw_dmac: store direction in the custom channel structure
by Andy Shevchenko
· 12 years ago
0112685
dw_dmac: call .probe after we have a device in place
by Andy Shevchenko
· 12 years ago
f44b92f
dma: dw_dmac: check direction properly in dw_dma_cyclic_prep
by Andy Shevchenko
· 12 years ago
21fe3c5
dma: dw_dmac: add dwc_chan_pause and dwc_chan_resume
by Andy Shevchenko
· 12 years ago
f5c6a7d
dw_dmac: update tx_node_active in dwc_do_single_block
by Andy Shevchenko
· 12 years ago
21e93c1
dw_dmac: remove redundant check
by Andy Shevchenko
· 12 years ago
cbd6531
dw_dmac: check for mapping errors
by Andy Shevchenko
· 12 years ago
123de54
dw_dmac: absence of pdata isn't critical when autocfg is set
by Andy Shevchenko
· 12 years ago
e63a47a3
dw_dmac: introduce to_dw_desc() macro
by Andy Shevchenko
· 12 years ago
ba84bd7
dw_dmac: change dev_crit to dev_WARN in dwc_handle_error
by Andy Shevchenko
· 12 years ago
6168d56
dw_dmac: don't call platform_get_drvdata twice
by Andy Shevchenko
· 12 years ago
21d43f4
dw_dmac: change dev_printk() to corresponding macros
by Andy Shevchenko
· 12 years ago
b801479
dmaengine: dw_dmac: amend description and indentation
by Heikki Krogerus
· 12 years ago
a9ddb57
dmaengine: dw_dmac: Enhance device tree support
by Viresh Kumar
· 12 years ago
463a1f8
dma: remove use of __devinit
by Bill Pemberton
· 12 years ago
a7d6e3e
dma: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
3d4f860
dw_dmac: fix a regression in dwc_prep_dma_memcpy
by Andy Shevchenko
· 12 years ago
fed2574
dw_dmac: introduce software emulation of LLP transfers
by Andy Shevchenko
· 12 years ago
a098200
dw_dmac: autoconfigure data_width or get it via platform data
by Andy Shevchenko
· 12 years ago
4a63a8b
dw_dmac: autoconfigure block_size or use platform data
by Andy Shevchenko
· 12 years ago
482c67e
dw_dmac: get number of channels from hardware if possible
by Andy Shevchenko
· 12 years ago
f52b36d
dw_dmac: mark dwc_dump_chan_regs as inline
by Andy Shevchenko
· 12 years ago
8fccc5b
dw_dmac: utilize slave_id to pass request line
by Andy Shevchenko
· 12 years ago
df3d898
Merge branch 'for-3.7' into next
by Vinod Koul
· 12 years ago
dbde5c2
dw_dmac: use devm_* functions to simplify code
by Andy Shevchenko
· 12 years ago
c511dc1
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 12 years ago
f8609c2
dw_dmac: use 'u32' for LLI structure members, not dma_addr_t
by Andy Shevchenko
· 12 years ago
93aad1b
dw_dmac: mark dwc_dump_lli inline
by Andy Shevchenko
· 12 years ago
3f936207
dw_dmac: introduce dwc_chan_disable
by Andy Shevchenko
· 12 years ago
0272e93
dw_dmac: move from __init to __devinit
by Andy Shevchenko
· 12 years ago
4c2d56c
dw_dmac: introduce dwc_fast_fls()
by Andy Shevchenko
· 12 years ago
236b106
dw_dmac: disable BLOCK interrupts
by Andy Shevchenko
· 12 years ago
11f932e
dw_dmac: disable dma in optimal way in probe
by Andy Shevchenko
· 12 years ago
2e4c364
dw_dmac: use __func__ constant in the debug prints
by Andy Shevchenko
· 12 years ago
2ab3727
dw_dmac: print correct number of scanned descriptors
by Andy Shevchenko
· 12 years ago
1d45543
dw_dmac: introduce dwc_dump_chan_regs to dump registers
by Andy Shevchenko
· 12 years ago
2f45d61
dw_dmac: use proper casting to print dma_addr_t values
by Andy Shevchenko
· 12 years ago
10d8935
Viresh has moved
by Viresh Kumar
· 12 years ago
cbb796c
dmaengine: Use sg_dma_address instead of sg_phys
by Lars-Peter Clausen
· 13 years ago
d3f797d
dmaengine: dw_dma: add Device Tree probing capability
by Viresh Kumar
· 13 years ago
3075528
dmaengine: dw_dmac: Add clk_{un}prepare() support
by Viresh Kumar
· 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
327e697
dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG
by Viresh Kumar
· 13 years ago
6bc711f
dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem side
by Viresh Kumar
· 13 years ago
ff7b05f
dmaengine/dw_dmac: Don't handle block interrupts
by Viresh Kumar
· 13 years ago
6c618c9
dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directly
by Viresh Kumar
· 13 years ago
e8d9f87
dmaengine/dw_dmac: Don't use magic number for total number of channels
by Viresh Kumar
· 13 years ago
7414a1b
dmaengine/dw_dmac: Hibernation support in dw_dmac
by Rajeev KUMAR
· 13 years ago
61e183f
dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resume
by Viresh Kumar
· 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
4cb865d
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 13 years ago
aecb7b6
dmaengine/dw_dmac: Update maintainer-ship
by Viresh Kumar
· 13 years ago
e05503e
Haavard Skinnemoen has left Atmel
by Jean Delvare
· 14 years ago
a7c57cf
dmaengine/dw_dmac: implement pause and resume in dwc_control
by Linus Walleij
· 14 years ago
69cea5a
dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submission from callback
by Viresh Kumar
· 14 years ago
69dc14b
dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNT
by Viresh Kumar
· 14 years ago
abf5390
dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DMA_SUCCESS
by Viresh Kumar
· 14 years ago
5fedefb
dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called
by Viresh Kumar
· 14 years ago
84adccf
dmaengine/dw_dmac fix: dwc_scan_descriptors must compare first desc address also with llp
by Viresh Kumar
· 14 years ago
e51dc53
dw_dmac: Setting Default Burst length for transfers as 16.
by Viresh Kumar
· 14 years ago
ee66509
dw_dmac: Allow src/dst msize & flow controller to be configured at runtime
by Viresh KUMAR
· 14 years ago
93317e8
dw_dmac: Pass Channel Priority from platform_data
by Viresh Kumar
· 14 years ago
b0c3130
dw_dmac: Pass Channel Allocation Order from platform_data
by Viresh Kumar
· 14 years ago
e518076
dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finish
by Viresh Kumar
· 14 years ago
418e740
dw_dmac: Change value of DWC_MAX_COUNT to 4095.
by Viresh Kumar
· 14 years ago
a022745
dw_dmac: Adding support for 64 bit access width for memcpy xfers
by Viresh Kumar
· 14 years ago
569432e
dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lock
by Viresh Kumar
· 14 years ago
f336e42
dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_complete_all
by Viresh Kumar
· 14 years ago
cb689a7
dw_dmac: Replace module_init() with subsys_initcall()
by Viresh Kumar
· 14 years ago
95ea759
dmaengine/dw_dmac: provide a mechanism to indicate private devices
by Jamie Iles
· 14 years ago
f301c06
dmaengine/dw_dmac: allow src/dst masters to be configured at runtime
by Jamie Iles
· 14 years ago
087809f
dmaengine/dw_dmac: don't scan descriptors if no xfers in progress
by Jamie Iles
· 14 years ago
0582763
DMAENGINE: extend the control command to include an arg
by Linus Walleij
· 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
1e9d1b1
drivers/dma: drop unnecesary memset
by Julia Lawall
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 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
657a77fa
dmaengine: Move all map_sg/unmap_sg for slave channel to its client
by Atsushi Nemoto
· 15 years ago
e0bd0f8
dw_dmac: implement a private tx_list
by Dan Williams
· 15 years ago
4a256b5
DMA: Rework dw_dmac suspend_late()/resume_early()
by Magnus Damm
· 15 years ago
133e2a3
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 16 years ago
d9de451
dw_dmac: add cyclic API to DW DMA driver
by Hans-Christian Egtvedt
· 16 years ago
ccccce2
dmaengine: initialize tx_list in dma_async_tx_descriptor_init
by Dan Williams
· 16 years ago
dfbc901
dma: 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
41d5e59
dmaengine: add a release for dma class devices and dependent infrastructure
by Dan Williams
· 16 years ago
Next »