dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 13:22:39 to 2020-01-10 08:02:15 UTC [more...]

[PATCH 0/2] dmaengine: Add UniPhier XDMAC driver
 2020-01-10  8:01 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: dmaengine: Add UniPhier external DMA controller bindings
` [PATCH 2/2] dmaengine: uniphier-xdmac: Add UniPhier external DMA controller driver

[PATCH RFC v3 00/14] idxd driver for Intel Data Streaming Accelerator
 2020-01-10  7:59 UTC  (14+ messages)
` [PATCH RFC v3 01/14] x86/asm: add iosubmit_cmds512() based on movdir64b CPU instruction
` [PATCH RFC v3 05/14] dmaengine: add dma_request support functions
` [PATCH RFC v3 09/14] dmaengine: idxd: add configuration component of driver
` [PATCH RFC v3 13/14] dmaengine: idxd: add char driver to expose submission portal to userland

[PATCH v2 1/3] dmaengine: ptdma: Initial driver for the AMD PassThru DMA engine
 2020-01-10  7:57 UTC  (7+ messages)

[PATCH][next][V2] dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferenced
 2020-01-10  7:46 UTC  (3+ messages)

[PATCH v2 0/4] dma: Add Xilinx ZynqMP DPDMA driver
 2020-01-10  7:41 UTC  (15+ messages)
` [PATCH v2 2/4] dma: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver

[PATCH 00/16] add device tree for SAM9X60 SoC and SAM9X60-EK board
 2020-01-09 21:31 UTC  (19+ messages)
` [PATCH 01/16] dt-bindings: at_xdmac: add entry for microchip compatibles
` [PATCH 02/16] dt-bindings: atmel-can: add microchip,sam9x60-can
` [PATCH 03/16] dt-bindings: atmel-tcb: add microchip,<chip>-tcb
` [PATCH 04/16] dt-bindings: atmel-isi: add microchip,sam9x60-isi
` [PATCH 05/16] dt-bindings: at91-sama5d2_adc: add microchip,sam9x60-adc
` [PATCH 06/16] dt-bindings: atmel-matrix: add microchip,sam9x60-matrix
` [PATCH 07/16] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc
` [PATCH 08/16] dt-bindings: atmel-sysreg: add microchip,sam9x60-ddramc
` [PATCH 09/16] dt-bindings: atmel-smc: add microchip,sam9x60-smc
` [PATCH 10/16] dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr
` [PATCH 11/16] dt-bindings: atmel,at91rm9200-rtc: add microchip,sam9x60-rtc
` [PATCH 12/16] dt-bindings: spi_atmel: add microchip,sam9x60-spi
  ` Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" to the spi tree
` [PATCH 13/16] dt-bindings: atmel-usart: add microchip,<chip>-usart
` [PATCH 14/16] dt-bindings: arm: add sam9x60-ek board
` [PATCH 15/16] ARM: at91/defconfig: enable MMC_SDHCI_OF_AT91 and MICROCHIP_PIT64B
` [PATCH 16/16] ARM: dts: at91: sam9x60: add device tree for soc and board

[PATCH v3 00/13] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-01-09 14:24 UTC  (22+ messages)
` [PATCH v3 01/13] dmaengine: tegra-apb: Fix use-after-free
` [PATCH v3 02/13] dmaengine: tegra-apb: Implement synchronization callback
` [PATCH v3 03/13] dmaengine: tegra-apb: Prevent race conditions on channel's freeing
` [PATCH v3 04/13] dmaengine: tegra-apb: Clean up tasklet releasing
` [PATCH v3 05/13] dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list
` [PATCH v3 06/13] dmaengine: tegra-apb: Use devm_platform_ioremap_resource
` [PATCH v3 07/13] dmaengine: tegra-apb: Use devm_request_irq
` [PATCH v3 08/13] dmaengine: tegra-apb: Fix coding style problems
` [PATCH v3 09/13] dmaengine: tegra-apb: Remove runtime PM usage
` [PATCH v3 10/13] dmaengine: tegra-apb: Clean up suspend-resume
` [PATCH v3 11/13] dmaengine: tegra-apb: Add missing of_dma_controller_free
` [PATCH v3 12/13] dmaengine: tegra-apb: Allow to compile as a loadable kernel module
` [PATCH v3 13/13] dmaengine: tegra-apb: Remove MODULE_ALIAS

[PATCH v4] dmaengine: hisilicon: Add Kunpeng DMA engine support
 2020-01-09  3:08 UTC  (2+ messages)

[PATCH][next] dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferenced
 2020-01-08 22:05 UTC  (4+ messages)

[PATCH v4 0/9] idxd driver for Intel Data Streaming Accelerator
 2020-01-07 20:41 UTC  (10+ messages)
` [PATCH v4 1/9] x86/asm: add iosubmit_cmds512() based on MOVDIR64B CPU instruction
` [PATCH v4 2/9] dmaengine: break out channel registration
` [PATCH v4 3/9] dmaengine: add new dma device registration
` [PATCH v4 4/9] dmaengine: idxd: Init and probe for Intel data accelerators
` [PATCH v4 5/9] dmaengine: idxd: add configuration component of driver
` [PATCH v4 6/9] dmaengine: idxd: add sysfs ABI for idxd driver
` [PATCH v4 7/9] dmaengine: idxd: add descriptor manipulation routines
` [PATCH v4 8/9] dmaengine: idxd: connect idxd to dmaengine subsystem
` [PATCH v4 9/9] dmaengine: idxd: add char driver to expose submission portal to userland

[GIT PULL]: dmaengine fixes for v5.5-rc5
 2020-01-04 19:00 UTC  (2+ messages)

[PATCH v1 0/7] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-01-04  0:27 UTC  (14+ messages)
` [PATCH v1 1/7] dmaengine: tegra-apb: Fix use-after-free
` [PATCH v1 2/7] dmaengine: tegra-apb: Implement synchronization callback
` [PATCH v1 3/7] dmaengine: tegra-apb: Prevent race conditions on channel's freeing
` [PATCH v1 4/7] dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list
` [PATCH v1 5/7] dmaengine: tegra-apb: Use devm_platform_ioremap_resource
` [PATCH v1 6/7] dmaengine: tegra-apb: Use devm_request_irq
` [PATCH v1 7/7] dmaengine: tegra-apb: Fix coding style problems

[PATCH v3 0/3] PLX Switch DMA Engine Driver
 2020-01-03 21:20 UTC  (4+ messages)
` [PATCH v3 1/3] dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton
` [PATCH v3 2/3] dmaengine: plx-dma: Implement hardware initialization and cleanup
` [PATCH v3 3/3] dmaengine: plx-dma: Implement descriptor submission

[PATCH v3] dmaengine: hisilicon: Add Kunpeng DMA engine support
 2019-12-30  3:39 UTC  (3+ messages)

[PATCH v2 00/12] NVIDIA Tegra APB DMA driver fixes and improvements
 2019-12-29 14:55 UTC  (13+ messages)
` [PATCH v2 01/12] dmaengine: tegra-apb: Fix use-after-free
` [PATCH v2 02/12] dmaengine: tegra-apb: Implement synchronization callback
` [PATCH v2 03/12] dmaengine: tegra-apb: Prevent race conditions on channel's freeing
` [PATCH v2 04/12] dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list
` [PATCH v2 05/12] dmaengine: tegra-apb: Use devm_platform_ioremap_resource
` [PATCH v2 06/12] dmaengine: tegra-apb: Use devm_request_irq
` [PATCH v2 07/12] dmaengine: tegra-apb: Fix coding style problems
` [PATCH v2 08/12] dmaengine: tegra-apb: Remove runtime PM usage
` [PATCH v2 09/12] dmaengine: tegra-apb: Clean up suspend-resume
` [PATCH v2 10/12] dmaengine: tegra-apb: Add missing of_dma_controller_free
` [PATCH v2 11/12] dmaengine: tegra-apb: Allow to compile as a loadable kernel module
` [PATCH v2 12/12] dmaengine: tegra-apb: Remove MODULE_ALIAS

[PATCH v2 3/3] dmaengine: ptdma: Add debugfs entries for PTDMA information
 2019-12-28  1:24 UTC  (3+ messages)
` [RFC PATCH] dmaengine: ptdma: pt_present() can be static

[PATCH 1/1] dmaengine: bcm-sba-raid: Handle mbox_request_channel failure
 2019-12-27 16:27 UTC 

[PATCH v2 2/3] dmaengine: ptdma: Register pass-through engine as a DMA resource
 2019-12-27 14:48 UTC 

[PATCH v2 0/3] Add AMD PassThru DMA Engine driver
 2019-12-27 14:46 UTC 

[PATCH v2] ioat: ioat_alloc_ring() failure handling
 2019-12-27  6:36 UTC  (3+ messages)

[PATCH v2] dmaengine: hisilicon: Add Kunpeng DMA engine support
 2019-12-27  4:16 UTC  (5+ messages)

Add dmaengine driver for X1830
 2019-12-26 22:30 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: dmaengine: Add X1830 bindings

[PATCH] ioat: ioat_alloc_ring() failure handling
 2019-12-25 17:51 UTC 

[PATCH 1/2] dmaengine: move module_/dma_device_put() after route free
 2019-12-25  2:26 UTC  (3+ messages)
` [PATCH 2/2] dmaengine: print more meaningful error message

[PATCH 0/5] Support hot-unbind in IOAT
 2019-12-25  2:25 UTC  (5+ messages)
` [PATCH 2/5] dmaengine: Call module_put() after device_free_chan_resources()

[PATCH v3 0/9] dmaengine: virt-dma related fixes
 2019-12-24  6:25 UTC  (2+ messages)

[PATCH v8 00/18] dmaengine/soc: Add Texas Instruments UDMA support
 2019-12-23 11:38 UTC  (21+ messages)
` [PATCH v8 01/18] bindings: soc: ti: add documentation for k3 ringacc
` [PATCH v8 02/18] soc: ti: k3: add navss ringacc driver
` [PATCH v8 03/18] dmaengine: doc: Add sections for per descriptor metadata support
` [PATCH v8 04/18] dmaengine: Add metadata_ops for dma_async_tx_descriptor
` [PATCH v8 05/18] dmaengine: Add support for reporting DMA cached data amount
` [PATCH v8 06/18] dmaengine: Add helper function to convert direction value to text
` [PATCH v8 07/18] dmaengine: ti: Add cppi5 header for K3 NAVSS/UDMA
` [PATCH v8 08/18] dmaengine: ti: k3 PSI-L remote endpoint configuration
` [PATCH v8 09/18] dt-bindings: dma: ti: Add document for K3 UDMA
` [PATCH v8 10/18] dmaengine: ti: New driver "
` [PATCH v8 11/18] dmaengine: ti: k3-udma: Add glue layer for non DMAengine users
` [PATCH v8 12/18] firmware: ti_sci: rm: Add support for tx_tdtype parameter for tx channel
` [PATCH v8 13/18] dmaengine: ti: k3-udma: Wait for peer teardown completion if supported
` [PATCH v8 14/18] of: irq: Export of_msi_get_domain
` [PATCH v8 15/18] firmware: ti_sci: Export devm_ti_sci_get_of_resource for modules
` [PATCH v8 16/18] dmaengine: ti: k3-udma: Allow the driver to be built as module
` [PATCH v8 17/18] dmaengine: ti: k3-udma-glue: "
` [PATCH v8 18/18] soc: ti: k3-ringacc: "

[PATCH v7 00/12] dmaengine/soc: Add Texas Instruments UDMA support
 2019-12-23 11:26 UTC  (23+ messages)
` [PATCH v7 03/12] dmaengine: doc: Add sections for per descriptor metadata support
` [PATCH v7 04/12] dmaengine: Add metadata_ops for dma_async_tx_descriptor
` [PATCH v7 05/12] dmaengine: Add support for reporting DMA cached data amount
` [PATCH v7 06/12] dmaengine: ti: Add cppi5 header for K3 NAVSS/UDMA
` [PATCH v7 08/12] dt-bindings: dma: ti: Add document for K3 UDMA
` [PATCH v7 09/12] dmaengine: ti: New driver "

[PATCH] dmaengine: virt-dma: Fix access after free in vcna_complete()
 2019-12-23  7:54 UTC  (6+ messages)

[PATCH] k3dma: Avoid null pointer traversal
 2019-12-23  7:51 UTC  (2+ messages)

[PATCH 00/14] Remove legacy sdma code for dt booting omaps
 2019-12-23  7:47 UTC  (12+ messages)
` [PATCH 08/14] dmaengine: ti: omap-dma: Add device tree match data and use it for cpu_pm
` [PATCH 09/14] dmaengine: ti: omap-dma: Configure global priority register directly
` [PATCH 10/14] dmaengine: ti: omap-dma: Pass sdma auxdata to driver and use it
` [PATCH 11/14] dmaengine: ti: omap-dma: Allocate channels directly
` [PATCH 12/14] dmaengine: ti: omap-dma: Use cpu notifier to block idle for omap2

[v5 1/3] dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform
 2019-12-23  6:12 UTC  (7+ messages)
` [v5 2/3] arm64: dts: ls1028a: Update edma compatible to fit eDMA driver
  ` [EXT] Re: [v5 1/3] dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform

[PATCH 0/6] Convert STM32 dma to json-schema
 2019-12-18 14:23 UTC  (2+ messages)

[PATCH] dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_all
 2019-12-18 13:22 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).