Re: [PATCH v15 01/11] esp: move handle_ti_cmd() cleanup code to esp_do_dma().

2019-10-27 Thread Paolo Bonzini
On 26/10/19 18:45, Laurent Vivier wrote: > To prepare following patches move do_cmd and DMA special case > from handle_ti() to esp_do_dma(). > > This part of the code must be only executed with real DMA, not with > pseudo-DMA. And PDMA is detected in esp_do_dma(), so move this part > of the code i

[PATCH v15 01/11] esp: move handle_ti_cmd() cleanup code to esp_do_dma().

2019-10-26 Thread Laurent Vivier
To prepare following patches move do_cmd and DMA special case from handle_ti() to esp_do_dma(). This part of the code must be only executed with real DMA, not with pseudo-DMA. And PDMA is detected in esp_do_dma(), so move this part of the code in esp_do_dma(). We keep the code in handle_ti_cmd() i