On Tue, Mar 8, 2016 at 10:08 AM, Toshi Kani <toshi.k...@hpe.com> wrote: > > Add device-managed implementaions of insert_resource() and > remove_resouce() functions.
Can we get an example of the users and show how much this would actually help? insert_resource() is fairly unusual to begin with, and it should basically *never* be used by a driver at all (it's more of a bus thing). The patch doesn't look _wrong_, but it does look potentially largely pointless. Adding new interfaces to do things that aren't common enough to worry about is counter-productive, imho. Linus