Re: [PATCH 4/5] aspeed/i2c: Add support for DMA transfers

2019-10-16 Thread Jae Hyun Yoo
On 10/16/2019 1:50 AM, Cédric Le Goater wrote: The I2C controller of the Aspeed AST2500 and AST2600 SoCs supports DMA transfers to and from DRAM. A pair of registers defines the buffer address and the length of the DMA transfer. The address should be aligned on 4 bytes and the maximum length sho

Re: [PATCH 4/5] aspeed/i2c: Add support for DMA transfers

2019-10-16 Thread Joel Stanley
On Wed, 16 Oct 2019 at 08:50, Cédric Le Goater wrote: > > The I2C controller of the Aspeed AST2500 and AST2600 SoCs supports DMA > transfers to and from DRAM. > > A pair of registers defines the buffer address and the length of the > DMA transfer. The address should be aligned on 4 bytes and the m

[PATCH 4/5] aspeed/i2c: Add support for DMA transfers

2019-10-16 Thread Cédric Le Goater
The I2C controller of the Aspeed AST2500 and AST2600 SoCs supports DMA transfers to and from DRAM. A pair of registers defines the buffer address and the length of the DMA transfer. The address should be aligned on 4 bytes and the maximum length should not exceed 4K. The receive or transmit DMA tr