index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
imx-sdma.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: imx-sdma: don't print warning when firmware is absent
Lucas Stach
2024-06-07
1
-3
/
+2
*
dmaengine: imx-sdma: Add i2c dma support
Robin Gong
2024-04-25
1
-0
/
+7
*
dmaengine: imx-sdma: utilize compiler to calculate ADDRS_ARRAY_SIZE_V<n>
Frank Li
2024-04-25
1
-7
/
+15
*
dmaengine: imx-sdma: support dual fifo for DEV_TO_DEV
Shengjiu Wang
2024-04-07
1
-1
/
+17
*
dmaengine: imx-sdma: Support 24bit/3bytes for sg mode
Shengjiu Wang
2024-04-07
1
-0
/
+4
*
dmaengine: imx-sdma: Support allocate memory from internal SRAM (iram)
Nicolin Chen
2024-04-07
1
-10
/
+36
*
dmaengine: imx-sdma: fix Excess kernel-doc warnings
Randy Dunlap
2024-01-19
1
-4
/
+0
*
dmaengine: imx-sdma: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-28
1
-3
/
+2
*
dmaengine: Explicitly include correct DT includes
Rob Herring
2023-08-01
1
-1
/
+0
*
Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-25
1
-11
/
+32
|
\
|
*
dmaengine: imx-sdma: Set DMA channel to be private
Kai-Heng Feng
2023-02-16
1
-0
/
+1
|
*
dmaengine: drivers: Use devm_platform_ioremap_resource()
Tudor Ambarus
2023-01-18
1
-3
/
+1
|
*
dmaengine: imx-sdma: support hdmi in sdma
Joy Zou
2022-12-28
1
-8
/
+30
*
|
dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init
Hui Wang
2023-01-18
1
-1
/
+3
|
/
*
Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-05
1
-5
/
+33
|
\
|
*
dmaengine: imx-sdma: Add FIFO stride support for multi FIFO script
Shengjiu Wang
2022-07-21
1
-2
/
+25
|
*
dmaengine: imx-sdma: Add missing struct documentation
Shengjiu Wang
2022-07-06
1
-1
/
+6
|
*
dmaengine: imx-sdma: Improve the SDMA irq name
Fabio Estevam
2022-07-01
1
-2
/
+2
*
|
dmaengine: imx-sdma: only restart cyclic channel when enabled
Sascha Hauer
2022-07-01
1
-1
/
+1
*
|
dmaengine: imx-sdma: Allow imx8m for imx7 FW revs
Peter Robinson
2022-06-09
1
-1
/
+1
|
/
*
Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-05-26
1
-5
/
+71
|
\
|
*
dmaengine: imx-sdma: Add multi fifo support
Sascha Hauer
2022-04-19
1
-0
/
+57
|
*
dmaengine: imx-sdma: error out on unsupported transfer types
Sascha Hauer
2022-04-19
1
-4
/
+13
|
*
dmaengine: imx: Move header to include/dma/
Sascha Hauer
2022-04-19
1
-1
/
+1
*
|
dmaengine: imx-sdma: Fix error checking in sdma_event_remap
Miaoqian Lin
2022-04-11
1
-2
/
+2
*
|
dmaengine: imx-sdma: fix init of uart scripts
Kevin Groeneveld
2022-04-11
1
-14
/
+14
|
/
*
dmaengine: imx-sdma: clean up some inconsistent indenting
Yang Li
2022-03-11
1
-2
/
+2
*
dmaengine: imx-sdma: fix cyclic buffer race condition
Tomasz Moń
2022-02-15
1
-1
/
+3
*
dmaengine: imx-sdma: restart cyclic channel if needed
Tomasz Moń
2022-02-15
1
-0
/
+14
*
dmaengine: imx-sdma: remove space after sizeof
Flavio Suligoi
2021-10-18
1
-3
/
+3
*
dmaengine: imx-sdma: align statement to open parenthesis
Flavio Suligoi
2021-10-18
1
-8
/
+8
*
dmaengine: imx-sdma: add missed braces
Flavio Suligoi
2021-10-18
1
-1
/
+2
*
dmaengine: imx-sdma: remove useless braces
Flavio Suligoi
2021-10-18
1
-2
/
+1
*
dmaengine: imx-sdma: add terminated list for freed descriptor in worker
Robin Gong
2021-07-23
1
-7
/
+10
*
dmaengine: imx-sdma: add uart rom script
Robin Gong
2021-07-23
1
-4
/
+21
*
dmaengine: imx-sdma: remove ERR009165 on i.mx6ul
Robin Gong
2021-07-23
1
-2
/
+24
*
dmaengine: imx-sdma: add mcu_2_ecspi script
Robin Gong
2021-07-23
1
-0
/
+4
*
dmaengine: dma: imx-sdma: add fw_loaded and is_ram_script
Robin Gong
2021-07-23
1
-0
/
+12
*
dmaengine: imx-sdma: remove duplicated sdma_load_context
Robin Gong
2021-07-23
1
-4
/
+1
*
Revert "dmaengine: imx-sdma: refine to load context only once"
Robin Gong
2021-07-23
1
-8
/
+0
*
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-07-05
1
-1
/
+1
|
\
|
*
firmware: replace HOTPLUG with UEVENT in FW_ACTION defines
Shawn Guo
2021-05-13
1
-1
/
+1
*
|
dmaengine: imx-sdma: Remove platform data header
Vladimir Zapolskiy
2021-06-24
1
-1
/
+55
|
/
*
dmaengine: imx-sdma: Use of_device_get_match_data()
Fabio Estevam
2021-01-26
1
-10
/
+1
*
dmaengine: imx-sdma: Remove platform data support
Fabio Estevam
2021-01-26
1
-25
/
+10
*
dmaengine: imx-sdma: Remove unused .id_table support
Fabio Estevam
2020-11-18
1
-37
/
+1
*
dmaengine: imx-sdma: Drop local dma_parms
Robin Murphy
2020-09-11
1
-2
/
+0
*
Merge branch 'for-linus' into fixes
Vinod Koul
2020-08-05
1
-1
/
+3
|
\
|
*
dmaengine: imx-sdma: Correct formatting issue and provide 2 new descriptions
Lee Jones
2020-07-15
1
-1
/
+3
*
|
dmaengine: imx-sdma: Fix: Remove 'always true' comparison
Fabio Estevam
2020-06-24
1
-7
/
+4
|
/
[next]