index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dw-edma
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-24
dmaengine: dw-edma: Add HDMA DebugFS support
Cai Huoqing
4
-1
/
+196
2023-05-24
dmaengine: dw-edma: Add support for native HDMA
Cai Huoqing
5
-3
/
+448
2023-05-24
dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract contr...
Cai Huoqing
4
-82
/
+157
2023-05-24
dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
Cai Huoqing
1
-2
/
+2
2023-04-12
dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing
Shunsuke Mie
1
-2
/
+5
2023-04-12
dmaengine: dw-edma: Fix to change for continuous transfer
Shunsuke Mie
1
-9
/
+11
2023-03-31
dmaengine: dw-edma: remove unused readq_ch and writeq_ch functions
Tom Rix
1
-56
/
+0
2023-02-22
dmaengine: dw-edma: Depend on DW_EDMA instead of selecting it
Serge Semin
1
-1
/
+4
2023-02-22
dmaengine: dw-edma: Add mem-mapped LL-entries support
Serge Semin
2
-41
/
+60
2023-02-10
dmaengine: dw-edma: Skip cleanup procedure if no private data found
Serge Semin
1
-0
/
+4
2023-02-10
dmaengine: dw-edma: Replace chip ID number with device name
Serge Semin
3
-3
/
+3
2023-02-10
dmaengine: dw-edma: Drop DT-region allocation
Serge Semin
1
-17
/
+4
2023-02-10
dmaengine: dw-edma: Use non-atomic io-64 methods
Serge Semin
1
-26
/
+6
2023-02-10
dmaengine: dw-edma: Fix readq_ch() return value truncation
Serge Semin
1
-1
/
+1
2023-02-10
dmaengine: dw-edma: Use DMA engine device debugfs subdirectory
Serge Semin
6
-29
/
+4
2023-02-10
dmaengine: dw-edma: Join read/write channels into a single device
Serge Semin
2
-60
/
+61
2023-02-10
dmaengine: dw-edma: Move eDMA data pointer to debugfs node descriptor
Serge Semin
1
-125
/
+119
2023-01-27
dmaengine: dw-edma: Simplify debugfs context CSRs init procedure
Serge Semin
1
-46
/
+38
2023-01-27
dmaengine: dw-edma: Rename debugfs dentry variables to 'dent'
Serge Semin
1
-23
/
+23
2023-01-27
dmaengine: dw-edma: Convert debugfs descs to being heap-allocated
Serge Semin
1
-3
/
+12
2023-01-27
dmaengine: dw-edma: Add dw_edma prefix to debugfs nodes descriptor
Serge Semin
1
-9
/
+9
2023-01-27
dmaengine: dw-edma: Stop checking debugfs_create_*() return value
Serge Semin
1
-15
/
+5
2023-01-27
dmaengine: dw-edma: Drop unnecessary debugfs reg casts
Serge Semin
1
-3
/
+4
2023-01-27
dmaengine: dw-edma: Drop chancnt initialization
Serge Semin
1
-1
/
+0
2023-01-27
dmaengine: dw-edma: Add PCI bus address getter to the remote EP glue driver
Serge Semin
1
-0
/
+15
2023-01-27
dmaengine: dw-edma: Add CPU to PCI bus address translation
Serge Semin
1
-1
/
+17
2023-01-27
dmaengine: dw-edma: Fix invalid interleaved xfers semantics
Serge Semin
1
-11
/
+7
2023-01-27
dmaengine: dw-edma: Don't permit non-inc interleaved xfers
Serge Semin
1
-6
/
+6
2023-01-27
dmaengine: dw-edma: Fix missing src/dst address of interleaved xfers
Serge Semin
1
-0
/
+4
2023-01-27
dmaengine: dw-edma: Convert ll/dt phys address to PCI bus/DMA address
Serge Semin
1
-4
/
+4
2023-01-27
dmaengine: dw-edma: Release requested IRQs on failure
Serge Semin
1
-4
/
+10
2022-09-29
dmaengine: dw-edma: Remove runtime PM support
Manivannan Sadhasivam
1
-12
/
+0
2022-08-04
Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-168
/
+158
2022-06-23
dmaengine: dw-edma: Add support for chip-specific flags
Frank Li
1
-3
/
+6
2022-06-23
dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics
Serge Semin
1
-1
/
+1
2022-06-23
dmaengine: dw-edma: Drop dma_slave_config.direction field usage
Serge Semin
1
-15
/
+34
2022-06-23
dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt in struct dw_edma_chip
Frank Li
2
-8
/
+8
2022-06-23
dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chip
Frank Li
3
-5
/
+5
2022-06-23
dmaengine: dw-edma: Detach the private data and chip info structures
Frank Li
7
-148
/
+117
2022-06-16
dmaengine: dw-edma: Remove unused irq field in struct dw_edma_chip
Frank Li
1
-1
/
+0
2022-06-10
dmaengine: dw-edma: remove a macro conditional with similar branches
Vladimir Zapolskiy
1
-8
/
+0
2022-04-20
dmaengine: dw-edma: Fix inconsistent indenting
Jiapeng Chong
1
-9
/
+10
2022-04-12
dmaengine: dw-edma: Fix unaligned 64bit access
Herve Codina
1
-2
/
+5
2021-11-22
dmaengine: dw-edma: Fix return value check for dma_set_mask_and_coherent()
Christophe JAILLET
1
-9
/
+1
2021-10-26
dmaengine: dw-edma-pcie: switch from 'pci_' to 'dma_' API
Wang Qing
1
-13
/
+4
2021-10-18
dmaengine: dw-edma: Remove an unused variable
Christophe JAILLET
1
-1
/
+0
2021-03-16
dmaengine: dw-edma: Add pcim_iomap_table return check
Gustavo Pimentel
1
-0
/
+15
2021-03-16
dmaengine: dw-edma: Revert fix scatter-gather address calculation
Gustavo Pimentel
1
-4
/
+4
2021-03-16
dmaengine: dw-edma: Change DMA abbreviation from lower into upper case
Gustavo Pimentel
1
-3
/
+3
2021-03-16
dmaengine: dw-edma: Fix crash on loading/unloading driver
Gustavo Pimentel
1
-6
/
+5
[next]