Re: [PATCH v9 2/2] Add Intel LGM SoC DMA support.

2020-11-29 Thread Reddy, MallikarjunaX
Hi Vinod, Thanks for your valuable comments. My reply inline. On 11/26/2020 12:50 PM, Vinod Koul wrote: On 25-11-20, 18:39, Reddy, MallikarjunaX wrote: desc needs to be configure for each dma channel and the remapped address of the IGP & EGP is desc base adress. Why should this address not

Re: [PATCH v9 2/2] Add Intel LGM SoC DMA support.

2020-11-25 Thread Vinod Koul
On 25-11-20, 18:39, Reddy, MallikarjunaX wrote: > > > > > desc needs to be configure for each dma channel and the remapped > > > > > address of > > > > > the IGP & EGP is desc base adress. > > > > Why should this address not passed as src_addr/dst_addr? > > > src_addr/dst_addr is the data

Re: [PATCH v9 2/2] Add Intel LGM SoC DMA support.

2020-11-25 Thread Reddy, MallikarjunaX
Hi Vinod, Thanks for the review comments, my comments inline. On 11/25/2020 1:21 AM, Vinod Koul wrote: On 24-11-20, 00:29, Reddy, MallikarjunaX wrote: Hi Vinod, Thanks for your valuable review comments. Please see my comments inline. On 11/21/2020 8:17 PM, Vinod Koul wrote: On 20-11-20,

Re: [PATCH v9 2/2] Add Intel LGM SoC DMA support.

2020-11-24 Thread Vinod Koul
On 24-11-20, 00:29, Reddy, MallikarjunaX wrote: > Hi Vinod, > > Thanks for your valuable review comments. Please see my comments inline. > > On 11/21/2020 8:17 PM, Vinod Koul wrote: > > On 20-11-20, 19:30, Reddy, MallikarjunaX wrote: > > > Hi Vinod, > > > > > > Thanks for the review. My

Re: [PATCH v9 2/2] Add Intel LGM SoC DMA support.

2020-11-23 Thread Reddy, MallikarjunaX
Hi Vinod, Thanks for your valuable review comments. Please see my comments inline. On 11/21/2020 8:17 PM, Vinod Koul wrote: On 20-11-20, 19:30, Reddy, MallikarjunaX wrote: Hi Vinod, Thanks for the review. My comments inline. On 11/19/2020 1:38 AM, Vinod Koul wrote: On 12-11-20, 13:38,

Re: [PATCH v9 2/2] Add Intel LGM SoC DMA support.

2020-11-21 Thread Vinod Koul
On 20-11-20, 19:30, Reddy, MallikarjunaX wrote: > Hi Vinod, > > Thanks for the review. My comments inline. > > On 11/19/2020 1:38 AM, Vinod Koul wrote: > > On 12-11-20, 13:38, Amireddy Mallikarjuna reddy wrote: > > > Add DMA controller driver for Lightning Mountain (LGM) family of SoCs. > > > >

Re: [PATCH v9 2/2] Add Intel LGM SoC DMA support.

2020-11-20 Thread Reddy, MallikarjunaX
Hi Vinod, Thanks for the review. My comments inline. On 11/19/2020 1:38 AM, Vinod Koul wrote: On 12-11-20, 13:38, Amireddy Mallikarjuna reddy wrote: Add DMA controller driver for Lightning Mountain (LGM) family of SoCs. The main function of the DMA controller is the transfer of data from/to

Re: [PATCH v9 2/2] Add Intel LGM SoC DMA support.

2020-11-18 Thread Vinod Koul
On 12-11-20, 13:38, Amireddy Mallikarjuna reddy wrote: > Add DMA controller driver for Lightning Mountain (LGM) family of SoCs. > > The main function of the DMA controller is the transfer of data from/to any > peripheral to/from the memory. A memory to memory copy capability can also > be

[PATCH v9 2/2] Add Intel LGM SoC DMA support.

2020-11-11 Thread Amireddy Mallikarjuna reddy
Add DMA controller driver for Lightning Mountain (LGM) family of SoCs. The main function of the DMA controller is the transfer of data from/to any peripheral to/from the memory. A memory to memory copy capability can also be configured. This ldma driver is used for configure the device and