Tudor Ambarus ([email protected])

Number of posts: 1694 (16.13 per day)
First post: 2017-07-20 07:06:06
Last post: 2017-11-02 14:05:18

Date List Subject
2022-10-25 09:10:29 linux-kernel [PATCH v2 08/32] dmaengine: at_hdmac: Fix concurrency over descriptor
2022-10-25 09:10:13 linux-kernel [PATCH v2 05/32] dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
2022-10-25 09:10:09 linux-kernel [PATCH v2 04/32] dmaengine: at_hdmac: Fix premature completion of desc in issue_pending
2022-10-25 09:10:06 linux-kernel [PATCH v2 01/32] dmaengine: at_hdmac: Fix at_lli struct definition
2022-10-25 09:10:04 linux-kernel [PATCH v2 22/32] dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()
2022-10-25 09:09:57 linux-kernel [PATCH v2 18/32] dmaengine: at_hdmac: Remove superfluous cast
2022-10-25 09:09:53 linux-kernel [PATCH v2 19/32] dmaengine: at_hdmac: Pass residue by address to avoid unnecessary implicit casts
2022-10-25 09:09:32 linux-kernel [PATCH v2 15/32] dmaengine: at_hdmac: Check return code of dma_async_device_register
2022-10-25 09:09:26 linux-kernel [PATCH v2 12/32] dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
2022-10-25 09:09:12 linux-kernel [PATCH v2 14/32] dmaengine: at_hdmac: Fix impossible condition
2022-10-25 09:09:09 linux-kernel [PATCH v2 11/32] dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
2022-10-25 09:08:39 linux-kernel [PATCH v2 10/32] dmaengine: at_hdmac: Fix concurrency over the active list
2022-10-25 09:08:25 linux-kernel [PATCH v2 07/32] dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
2022-10-25 09:08:21 linux-kernel [PATCH v2 06/32] dmaengine: at_hdmac: Protect atchan->status with the channel lock
2022-10-25 09:08:03 linux-kernel [PATCH v2 03/32] dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
2022-10-25 09:07:57 linux-kernel [PATCH v2 00/32] dmaengine: at_hdmac: Fix concurrency bugs and then convert to virt-dma
2022-10-25 09:07:57 linux-kernel [PATCH v2 02/32] dmaengine: at_hdmac: Don't start transactions at tx_submit level
2022-10-25 02:51:47 linux-kernel Re: [PATCH v3 0/2] mtd: spi-nor: Add flash device reset support
2022-10-25 02:43:40 linux-kernel Re: [PATCH] mtd: spi-nor: core: Add an error message when failing to exit the 4-byte address mode
2022-10-20 08:05:17 linux-kernel Re: [PATCH 31/33] dmaengine: at_hdmac: Use pm_ptr()
2022-10-20 08:01:03 linux-kernel Re: [PATCH 07/33] dmaengine: at_hdmac: Fix at_lli struct definition
2022-10-20 07:54:12 linux-kernel Re: [PATCH 28/33] dmaengine: at_hdmac: Use devm_request_irq()
2022-10-17 10:57:32 linux-kernel Re: [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PB2
2022-10-05 06:33:22 linux-kernel Re: [PATCH v3 2/2] mtd: spi-nor: Add support for flash reset
2022-10-03 10:48:15 linux-kernel Re: [PATCH v3 2/2] mtd: spi-nor: Add support for flash reset
2022-10-03 05:44:58 linux-kernel Re: [PATCH] mtd: spi-nor: gigadevice: gd25q256: replace gd25q256_default_init with gd25q256_post_bfpt
2022-09-12 11:38:24 linux-kernel Re: [PATCH] spi: Replace `dummy.nbytes` with `dummy.ncycles`
2022-09-07 09:25:00 linux-kernel Re: [PATCH] mtd: rawnand: atmel: Unmap streaming DMA mappings
2022-08-20 13:58:46 linux-kernel [PATCH] dmaengine: drivers: Use devm_platform_ioremap_resource()
2022-08-20 13:53:03 linux-kernel [PATCH 27/33] dmaengine: at_hdmac: Use devm_platform_ioremap_resource
2022-08-20 13:45:52 linux-kernel [PATCH 26/33] dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()
2022-08-20 13:45:38 linux-kernel [PATCH 11/33] dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
2022-08-20 13:45:22 linux-kernel [PATCH 22/33] dmaengine: at_hdmac: Pass residue by address to avoid unneccessary implicit casts
2022-08-20 13:45:21 linux-kernel [PATCH 21/33] dmaengine: at_hdmac: Fix impossible condition
2022-08-20 13:45:12 linux-kernel [PATCH 12/33] dmaengine: at_hdmac: Protect atchan->status with the channel lock
2022-08-20 13:45:11 linux-kernel [PATCH 31/33] dmaengine: at_hdmac: Use pm_ptr()
2022-08-20 13:45:08 linux-kernel [PATCH 08/33] dmaengine: at_hdmac: Don't start transactions at tx_submit level
2022-08-20 13:44:55 linux-kernel [PATCH 02/33] dmaengine: at_hdmac: Use bitfield access macros
2022-08-20 13:44:36 linux-kernel [PATCH 09/33] dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
2022-08-20 13:44:34 linux-kernel [PATCH 25/33] dmaengine: at_hdmac: Remove superfluous cast
2022-08-20 13:44:12 linux-kernel [PATCH 32/33] dmaengine: at_hdmac: Set include entries in alphabetic order
2022-08-20 13:41:44 linux-kernel [PATCH 18/33] dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
2022-08-20 13:40:22 linux-kernel [PATCH 07/33] dmaengine: at_hdmac: Fix at_lli struct definition
2022-08-20 13:39:59 linux-kernel [PATCH 03/33] dmaengine: at_hdmac: Rename "dma_common" to "dma_device"
2022-08-20 13:39:51 linux-kernel [PATCH 23/33] dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residue
2022-08-20 13:39:49 linux-kernel [PATCH 19/33] dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
2022-08-20 13:38:52 linux-kernel [PATCH 33/33] dmaengine: at_hdmac: Convert driver to use virt-dma
2022-08-20 13:35:54 linux-kernel [PATCH 01/33] dmaengine: at_hdmac: Keep register definitions and structures private to at_hdmac.c
2022-08-20 13:34:31 linux-kernel [PATCH 10/33] dmaengine: at_hdmac: Fix premature completion of desc in issue_pending
2022-08-20 13:34:14 linux-kernel [PATCH 16/33] dmaengine: at_hdmac: Fix concurrency over the active list
2022-08-20 13:33:14 linux-kernel [PATCH 00/33] dmaengine: at_hdmac: Fix concurrency bugs and then convert to virt-dma