Message ID | 20240229162741.3854912-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | driver core & device property: clean up APIs | expand |
On Thu, Feb 29, 2024 at 06:23:42PM +0200, Andy Shevchenko wrote: > There are two, but dependent pair of patches that: > - makes some of devlink APIs static > - removes 'proxy' header use > > This is rebased on top of latest patches from Jonathan as it has a minor > conflict in property.h. The series can be applied directly to driver > core tree with reduced context, but it may be better just to route it > via IIO. Greg, which way do you prefer? Why would IIO mess with driver core stuff? I can just take it in my driver core tree, thanks. greg k-h
On Thu, Feb 29, 2024 at 07:46:15PM +0100, Greg Kroah-Hartman wrote: > On Thu, Feb 29, 2024 at 06:23:42PM +0200, Andy Shevchenko wrote: > > There are two, but dependent pair of patches that: > > - makes some of devlink APIs static > > - removes 'proxy' header use > > > > This is rebased on top of latest patches from Jonathan as it has a minor > > conflict in property.h. The series can be applied directly to driver > > core tree with reduced context, but it may be better just to route it > > via IIO. Greg, which way do you prefer? > > Why would IIO mess with driver core stuff? > > I can just take it in my driver core tree, thanks. Let me base on your driver-core-testing then. Thank you!