Re: [PATCH v2 05/30] media: atmel: atmel-isc: specialize dma cfg

2021-04-12 Thread Jacopo Mondi
Hi Eugene On Mon, Apr 05, 2021 at 06:50:40PM +0300, Eugen Hristev wrote: > The dma configuration (DCFG) is specific to the product. > Move this configuration in the product specific driver, and add the > field inside the driver struct. Do you plan to match on different compatible values ? As in t

[PATCH v2 05/30] media: atmel: atmel-isc: specialize dma cfg

2021-04-05 Thread Eugen Hristev
The dma configuration (DCFG) is specific to the product. Move this configuration in the product specific driver, and add the field inside the driver struct. Signed-off-by: Eugen Hristev --- drivers/media/platform/atmel/atmel-isc-base.c| 3 +-- drivers/media/platform/atmel/atmel-isc.h