Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
787b3c4f2e7d0888e211376c7c6a1617e8cc0f46
/
drivers
/
dma
/
sh
/
shdmac.c
aef94fe
dmaengine: Remove site specific OOM error messages on kzalloc
by Peter Griffin
· 9 years ago
6fb5629
dmaengine: sh: shdmac: don't open code of_device_get_match_data()
by Wolfram Sang
· 9 years ago
d6a4c0e
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 10 years ago
7d3beab
dmaengine: shdmac: avoid unused variable warnings
by Arnd Bergmann
· 10 years ago
b6d1778
dmaengine: shdma: Move DMA stop to (runtime) suspend callbacks
by Geert Uytterhoeven
· 10 years ago
bf44a41
dmaengine: shdmac: extend PM methods
by Sergei Shtylyov
· 10 years ago
82bf90c
dmaengine: shdmac: use SET_RUNTIME_PM_OPS()
by Sergei Shtylyov
· 10 years ago
5cf5aec
dmaengine: shdmac: fixup WARNING of slave caps retrieval
by Kuninori Morimoto
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
1e91647
dmaengine: sh: Remove chancnt affectations
by Maxime Ripard
· 10 years ago
696f26e
dma: sh: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
0cdbee33
dmaengine: shdma: Use defines instead of hardcoded numbers
by Geert Uytterhoeven
· 11 years ago
6b32faf
dmaengine: shdma: Add more register documentation
by Geert Uytterhoeven
· 11 years ago
c46b9af
dmaengine: shdmac: Include linux/err.h
by Laurent Pinchart
· 11 years ago
a5cdc1c
dmaengine: shdmac: Keep #include sorted alphabetically
by Laurent Pinchart
· 11 years ago
51455ec
DMA: shdma: Make sh_dmae_pm static
by Laurent Pinchart
· 11 years ago
52d6a5e
DMA: shdma: Fix warnings due to declared but unused symbols
by Laurent Pinchart
· 11 years ago
174b537
dma: misc: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
ec5b103
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 11 years ago
265d9c6
Merge branch 'topic/sh' into for-linus
by Vinod Koul
· 11 years ago
e5ffa40
DMA: shdma: fix a bad merge - remove free_irq()
by Guennadi Liakhovetski
· 11 years ago
eb262a5
dma: sh: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 11 years ago
1e69653
DMA: shdma: add r8a73a4 DMAC data to the device ID table
by Guennadi Liakhovetski
· 11 years ago
4620ad5
DMA: shdma: remove private and unused defines from a global header
by Guennadi Liakhovetski
· 11 years ago
4981c4d
DMA: shdma: switch DT mode to use configuration data from a match table
by Guennadi Liakhovetski
· 11 years ago
[Renamed (97%) from drivers/dma/sh/shdma.c]
2833c47
DMA: shdma: make a pointer const
by Guennadi Liakhovetski
· 11 years ago
c1c63a1
DMA: shdma: switch to managed resource allocation
by Guennadi Liakhovetski
· 11 years ago
ca8b387
DMA: shdma: support the new CHCLR register layout
by Guennadi Liakhovetski
· 11 years ago
115357e
DMA: shdma: switch all __iomem pointers to void
by Guennadi Liakhovetski
· 11 years ago
a28a94e
DMA: shdma: fix CHCLR register address calculation
by Guennadi Liakhovetski
· 11 years ago
67eacc1
DMA: shdma: add DT support
by Guennadi Liakhovetski
· 12 years ago
fa74326
DMA: shdma: (cosmetic) don't re-calculate a pointer
by Guennadi Liakhovetski
· 12 years ago
5115f3c
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 12 years ago
7c1119b
dma: sh: Don't use ENODEV for failing slave lookup
by Guennadi Liakhovetski
· 12 years ago
4bf27b8
Drivers: dma: remove __dev* attributes.
by Greg Kroah-Hartman
· 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
4f46f8a
dmaengine: shdma: restore partial transfer calculation
by Guennadi Liakhovetski
· 12 years ago
1ff8df4
dma: sh: provide a migration path for slave drivers to stop using .private
by Guennadi Liakhovetski
· 12 years ago
c2cdb7e
dma: sh: use an integer slave ID to improve API compatibility
by Guennadi Liakhovetski
· 12 years ago
ecf90fb
dmaengine: shdma: prepare to stop using struct dma_chan::private
by Guennadi Liakhovetski
· 12 years ago
341f4dc
dmaengine: shdma: (cosmetic) simplify a static function
by Guennadi Liakhovetski
· 12 years ago
ce3a1ab
dma: shdma: convert to the shdma base library
by Guennadi Liakhovetski
· 13 years ago
e95be94
dma: move shdma driver to an own directory
by Guennadi Liakhovetski
· 12 years ago
[Renamed (99%) from drivers/dma/shdma.c]
185ecb5
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
by Alexandre Bounine
· 13 years ago
8ac6954
dmaengine: ensure all DMA engine drivers initialize their cookies
by Russell King - ARM Linux
· 13 years ago
96a2af4
dmaengine: consolidate tx_status functions
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
e9c8d7a0
dma: sh_dma: not all SH DMAC implementations support MEMCPY
by Guennadi Liakhovetski
· 13 years ago
c11b46c32
dma: shdma: fix runtime PM: clear channel buffers on reset
by Guennadi Liakhovetski
· 13 years ago
db8196d
dmaengine: move drivers to dma_transfer_direction
by Vinod Koul
· 13 years ago
7a1cd9a
dma: shdma: transfer based runtime PM
by Guennadi Liakhovetski
· 13 years ago
b4dae6e
dmaengine: shdma: protect against the IRQ handler
by Guennadi Liakhovetski
· 13 years ago
f448e9c
Merge branch 'common/dma' into sh-latest
by Paul Mundt
· 14 years ago
260bf2c
dmaengine: shdma: add .needs_tend_set / .no_dmars flags
by Kuninori Morimoto
· 14 years ago
e76c3af
dmaengine: shdma: add dmaor_is_32bit flag
by Kuninori Morimoto
· 14 years ago
67c6269
dmaengine: shdma: add chcr_ie_bit
by Kuninori Morimoto
· 14 years ago
5899a72
dmaengine: shdma: add chcr_write/read function
by Kuninori Morimoto
· 14 years ago
d0459e1
Merge branches 'common/dma' and 'sh/stable-updates' into sh-latest
by Paul Mundt
· 14 years ago
090b918
dmaengine: shdma: fixup parameter definition on dmae_set_dmars
by Kuninori Morimoto
· 14 years ago
1d2c098
dmaengine: shdma: tidyup spin_unlock_bh on sh_chan_xfer_ld_queue
by Kuninori Morimoto
· 14 years ago
c4e0dd7
dmaengine: shdma: add to_sh_dev define
by Kuninori Morimoto
· 14 years ago
dcee0bb
dmaengine: shdma: SH_DMAC_MAX_CHANNELS message fix
by Magnus Damm
· 14 years ago
a1b2cc5
dmaengine: shdma: fix a regression: initialise DMA channels for memcpy
by Guennadi Liakhovetski
· 14 years ago
5c2de44
dmaengine: shdma: Fix up fallout from runtime PM changes.
by Paul Mundt
· 14 years ago
300e5f9
dmaengine: shdma: Fix SH_DMAC_MAX_CHANNELS handling
by Magnus Damm
· 14 years ago
26fc02a
dmaengine: shdma: Make second memory window optional
by Magnus Damm
· 14 years ago
31705e2
dmaengine: shdma: synchronize RCU before freeing, simplify spinlock
by Guennadi Liakhovetski
· 14 years ago
467017b
dmaengine: shdma: add runtime- and system-level power management
by Guennadi Liakhovetski
· 14 years ago
2dc6666
dmaengine: shdma: fix locking
by Guennadi Liakhovetski
· 14 years ago
ff7690b
dma: shdma: add checking the DMAOR_AE in sh_dmae_err
by Yoshihiro Shimoda
· 14 years ago
5a3a765
Comment typo fixes for 'descriptor'
by Justin P. Mattock
· 14 years ago
661382f
dma: shdma: don't register the global die notifier multiple times
by Guennadi Liakhovetski
· 14 years ago
03aa18f
dma: shdma: NMI support.
by Paul Mundt
· 14 years ago
e584334
dma: shdma: add a MODULE_ALIAS() to allow module autoloading
by Guennadi Liakhovetski
· 14 years ago
9f9ff20
dma/shdma: move dereference below the NULL check
by Dan Carpenter
· 14 years ago
d5b732b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Paul Mundt
· 15 years ago
1f782fe
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Paul Mundt
· 15 years ago
9255f1d
sh: guard cookie consistency across termination in the DMA driver
by Guennadi Liakhovetski
· 15 years ago
7a5c106
sh: prevent the DMA driver from unloading, while in use
by Guennadi Liakhovetski
· 15 years ago
6f68fba
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 15 years ago
ffee72d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Paul Mundt
· 15 years ago
0b28330
Merge branch 'ioat' into dmaengine
by Dan Williams
· 15 years ago
0582763
DMAENGINE: extend the control command to include an arg
by Linus Walleij
· 15 years ago
e195534
Merge branch 'sh/stable-updates'
by Paul Mundt
· 15 years ago
83515bc
SH: fix error paths in DMA driver
by Guennadi Liakhovetski
· 15 years ago
5bac942
SH: constify multiple DMA related objects and references to them
by Guennadi Liakhovetski
· 15 years ago
9bc4341
Merge branches 'genesis/dmaengine', 'genesis/intc-extension' and 'genesis/i2c-updates'
by Paul Mundt
· 15 years ago
927a7c9
dmaengine: shdma: Enable on SH-Mobile ARM
by Magnus Damm
· 15 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
b2623a6
dmaengine: shdma: Introduce include/linux/sh_dma.h
by Magnus Damm
· 15 years ago
02ca508
dmaengine: shdma: Common SH_DMA_SLAVE_NUMBER
by Magnus Damm
· 15 years ago
4bab9d4
dmaengine: shdma: Remove sh_dmae_slave_chan_id enum
by Magnus Damm
· 15 years ago
c014906
dmaengine: shdma: extend .device_terminate_all() to record partial transfer
by Guennadi Liakhovetski
· 15 years ago
20f2a3b
dmaengine: shdma: add runtime PM support.
by Guennadi Liakhovetski
· 15 years ago
Next »