Re: [PATCH v4 0/6] resource: introduce union(), intersection() API

2020-11-03 Thread Hanjun Guo
On 2020/11/3 16:31, Andy Shevchenko wrote: On Tue, Nov 3, 2020 at 2:46 AM Hanjun Guo wrote: On 2020/11/3 5:00, Andy Shevchenko wrote: Some users may want to use resource library to manage their own resources, besides existing users that open code union() and intersection() implementations.

Re: [PATCH v4 0/6] resource: introduce union(), intersection() API

2020-11-03 Thread Andy Shevchenko
On Tue, Nov 3, 2020 at 2:46 AM Hanjun Guo wrote: > > On 2020/11/3 5:00, Andy Shevchenko wrote: > > Some users may want to use resource library to manage their own resources, > > besides existing users that open code union() and intersection() > > implementations. > > > > Provide a generic API for

Re: [PATCH v4 0/6] resource: introduce union(), intersection() API

2020-11-03 Thread Andy Shevchenko
On Tue, Nov 3, 2020 at 8:53 AM Greg Kroah-Hartman wrote: > > On Mon, Nov 02, 2020 at 11:00:19PM +0200, Andy Shevchenko wrote: > > Some users may want to use resource library to manage their own resources, > > besides existing users that open code union() and intersection() > > implementations. >

Re: [PATCH v4 0/6] resource: introduce union(), intersection() API

2020-11-02 Thread Greg Kroah-Hartman
On Mon, Nov 02, 2020 at 11:00:19PM +0200, Andy Shevchenko wrote: > Some users may want to use resource library to manage their own resources, > besides existing users that open code union() and intersection() > implementations. > > Provide a generic API for wider use. > > Changelog v4: > - added

Re: [PATCH v4 0/6] resource: introduce union(), intersection() API

2020-11-02 Thread Hanjun Guo
On 2020/11/3 5:00, Andy Shevchenko wrote: Some users may want to use resource library to manage their own resources, besides existing users that open code union() and intersection() implementations. Provide a generic API for wider use. Changelog v4: - added Rb tag (Rafael) - Cc'ed to LKML and

[PATCH v4 0/6] resource: introduce union(), intersection() API

2020-11-02 Thread Andy Shevchenko
Some users may want to use resource library to manage their own resources, besides existing users that open code union() and intersection() implementations. Provide a generic API for wider use. Changelog v4: - added Rb tag (Rafael) - Cc'ed to LKML and Greg (Rafael) Changelog v3: - rebased on