Re: [PATCH v2 1/6] drivers/base/devres: Introduce devm_release_action()

2019-05-14 Thread Dan Williams
On Tue, May 14, 2019 at 12:12 PM Greg Kroah-Hartman wrote: > > On Tue, May 07, 2019 at 04:56:05PM -0700, Dan Williams wrote: > > The devm_add_action() facility allows a resource allocation routine to > > add custom devm semantics. One such user is devm_memremap_pages(). > > > > There is now a

Re: [PATCH v2 1/6] drivers/base/devres: Introduce devm_release_action()

2019-05-14 Thread Greg Kroah-Hartman
On Tue, May 07, 2019 at 04:56:05PM -0700, Dan Williams wrote: > The devm_add_action() facility allows a resource allocation routine to > add custom devm semantics. One such user is devm_memremap_pages(). > > There is now a need to manually trigger devm_memremap_pages_release(). > Introduce