Re: [PATCH 1/4] mach-k3: common.c: Add dma device remove in spl exit

2024-10-07 Thread Prasanth Mantena
On 09:59, Kumar, Udit wrote: > Hi Prasanth, > > On 10/6/2024 2:26 PM, Prasanth Mantena wrote: > > On 20:09-20241004, Kumar, Udit wrote: > > Hi Udit, > > > Hi Prasant, > > > > > > Thanks for series, > > > > > > Could we update the subject of patch something like > > > > > > Remove dma device in

Re: [PATCH 1/4] mach-k3: common.c: Add dma device remove in spl exit

2024-10-06 Thread Kumar, Udit
Hi Prasanth, On 10/6/2024 2:26 PM, Prasanth Mantena wrote: On 20:09-20241004, Kumar, Udit wrote: Hi Udit, Hi Prasant, Thanks for series, Could we update the subject of patch something like Remove dma device in spl exit, Sorry but Add dma device remove in spl exit looks little confusing , ar

Re: [PATCH 1/4] mach-k3: common.c: Add dma device remove in spl exit

2024-10-06 Thread Prasanth Mantena
On 20:09-20241004, Kumar, Udit wrote: Hi Udit, > Hi Prasant, > > Thanks for series, > > Could we update the subject of patch something like > > Remove dma device in spl exit, Sorry but > > Add dma device remove in spl exit looks little confusing , are we adding or > removing ? Understood. Shou

Re: [PATCH 1/4] mach-k3: common.c: Add dma device remove in spl exit

2024-10-04 Thread Kumar, Udit
Hi Prasant, Thanks for series, Could we update the subject of patch something like Remove dma device in spl exit, Sorry but Add dma device remove in spl exit looks little confusing , are we adding or removing ? On 10/4/2024 6:50 PM, Prasanth Babu Mantena wrote: While exiting from spl, rem

[PATCH 1/4] mach-k3: common.c: Add dma device remove in spl exit

2024-10-04 Thread Prasanth Babu Mantena
While exiting from spl, remove any dma device active through spl_board_prepare_for_boot(). This is required for cleaning up any dma channels being used in spl and avoid issues with overlapping channel allocation in the next stage bootloaders. Signed-off-by: Prasanth Babu Mantena --- arch/arm/mac