> > > > > > Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' > > > > > > introduced a new tasklet initialization API. This series converts > > > > > > all the dma drivers to use the new tasklet_setup() API > > > > > > > > > > > > This is based on 5.9-rc1. > > > > > > > > > > > > Please pick this series, as I missed updating a couple of fixes and marking > > > > > > the correct mailing list. > > > > > > > > > > The patches should have been tagged "dmaengine: ...". > > > > > > > > My bad, Will have it fixed. > > > > > > > > > > > > > > What is the status of this API conversion, I think I saw some > > > > > discussions on API change, what is the conclusion? > > > > > > > > Yes, the updated API should land into Linus's tree shortly. > > > > Will send out V2 with the new API soon. > > > > > > Thanks for update > > > > We weren't successful in getting the new API accepted. We will be > > sticking to from_tasklet() unless you as a maintainer object to it. > > > Ok, but is the colclusion to keep from_tasklet() or move to something > else later on. If that is the case, I would like to see the change once > only No, we won't be moving to something else. It's either from_tasklet() or to use container_of()(which could lead to longer lines). > > If there's no objection, please let me know if I can send out V2 > > with subject line fixed. > > If this wont change, then yes please Will prep V2 and send it out soon. Thanks. -- - Allen