dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-29 14:57:19 to 2020-01-14 15:44:09 UTC [more...]

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

[PATCH v2 00/17] add device tree for SAM9X60 SoC and SAM9X60-EK board
 2020-01-14 12:21 UTC  (45+ messages)
` [PATCH v2 01/17] dt-bindings: at_xdmac: remove wildcard
` [PATCH v2 02/17] dt-bindings: at_xdmac: add microchip,sam9x60-dma
` [PATCH v2 03/17] dt-bindings: atmel-can: add microchip,sam9x60-can
` [PATCH v2 04/17] dt-bindings: atmel-tcb: add microchip,sam9x60-tcb
` [PATCH v2 05/17] dt-bindings: atmel-isi: add microchip,sam9x60-isi
` [PATCH v2 06/17] dt-bindings: at91-sama5d2_adc: add microchip,sam9x60-adc
` [PATCH v2 07/17] dt-bindings: atmel-matrix: add microchip,sam9x60-matrix
` [PATCH v2 08/17] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc
` [PATCH v2 09/17] dt-bindings: atmel-sysreg: add microchip,sam9x60-ddramc
` [PATCH v2 10/17] dt-bindings: atmel-smc: add microchip,sam9x60-smc
` [PATCH v2 11/17] dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr
` [PATCH v2 12/17] dt-bindings: atmel,at91rm9200-rtc: add microchip,sam9x60-rtc
` [PATCH v2 13/17] dt-bindings: atmel-usart: remove wildcard
` [PATCH v2 14/17] dt-bindings: atmel-usart: add microchip,sam9x60-{usart, dbgu}
` [PATCH v2 15/17] dt-bindings: arm: add sam9x60-ek board
` [PATCH v2 16/17] ARM: at91/defconfig: enable MMC_SDHCI_OF_AT91 and MICROCHIP_PIT64B
` [PATCH v2 17/17] ARM: dts: at91: sam9x60: add device tree for soc and board

[PATCH 0/2] Add support for sun4i HDMI audio
 2020-01-14  9:04 UTC  (7+ messages)
` [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA
` [PATCH 2/2] drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio
  ` [linux-sunxi] "

[PATCH v8 00/18] dmaengine/soc: Add Texas Instruments UDMA support
 2020-01-14  8:11 UTC  (6+ messages)
` [PATCH v8 02/18] soc: ti: k3: add navss ringacc driver

[PATCH V2 1/7] dt-bindings: fsl-imx-sdma: Add i.MX8MM/i.MX8MN/i.MX8MP compatible string
 2020-01-13 21:47 UTC  (8+ messages)
` [PATCH V2 2/7] dt-bindings: mmc: fsl-imx-esdhc: add i.MX8MP "
` [PATCH V2 3/7] dt-bindings: imx-ocotp: Add i.MX8MP compatible
` [PATCH V2 4/7] dt-bindings: spi: imx: Add i.MX8MM/i.MX8MN/i.MX8MP compatible
` [PATCH V2 5/7] arm64: dts: freescale: Add i.MX8MP dtsi support
` [PATCH V2 6/7] arm64: dts: freescale: Add i.MX8MP EVK board support
` [PATCH V2 7/7] dt-bindings: arm: imx: Add the i.MX8MP EVK board

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

[PATCH v4 0/9] idxd driver for Intel Data Streaming Accelerator
 2020-01-13 10:14 UTC  (11+ 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

[PATCH AUTOSEL 5.4 09/26] dmaengine: k3dma: Avoid null pointer traversal
 2020-01-10 22:05 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 19/26] ioat: ioat_alloc_ring() failure handling

[PATCH AUTOSEL 4.9 3/6] ioat: ioat_alloc_ring() failure handling
 2020-01-10 22:07 UTC 

[PATCH AUTOSEL 4.19 04/11] dmaengine: k3dma: Avoid null pointer traversal
 2020-01-10 22:05 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 08/11] ioat: ioat_alloc_ring() failure handling

[PATCH AUTOSEL 4.14 3/8] dmaengine: k3dma: Avoid null pointer traversal
 2020-01-10 22:06 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 5/8] ioat: ioat_alloc_ring() failure handling

[PATCH 00/16] add device tree for SAM9X60 SoC and SAM9X60-EK board
 2020-01-10 16:37 UTC  (26+ 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] dmaengine: zynqmp_dma: fix burst length configuration
 2020-01-10  8:48 UTC  (2+ messages)

[PATCH v3 00/13] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-01-10  8:05 UTC  (23+ 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 2/2] dmaengine: uniphier-xdmac: Add UniPhier external DMA controller driver
 2020-01-10  8:01 UTC  (4+ messages)

[PATCH RFC v3 00/14] idxd driver for Intel Data Streaming Accelerator
 2020-01-10  7:59 UTC  (9+ messages)
` [PATCH RFC v3 01/14] x86/asm: add iosubmit_cmds512() based on movdir64b CPU instruction
` [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 v2 2/4] dma: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver
 2020-01-10  7:41 UTC  (13+ messages)

[PATCH 0/2] dmaengine: Add UniPhier XDMAC driver
 2020-01-09 12:20 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: dmaengine: Add UniPhier external DMA controller bindings

[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)

[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  (8+ messages)
` [PATCH v1 3/7] dmaengine: tegra-apb: Prevent race conditions on channel's freeing

[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  (7+ messages)
` [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 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


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).