Message ID | 20221004092129.19412-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | device property: Consitify a few APIs and | expand |
On Tue, Oct 04, 2022 at 12:21:24PM +0300, Andy Shevchenko wrote: > The property.h has inconsistency in how we annotate the parameters which > are not modified anyhow by the certain APIs. Also dev_fwnode() needs to > be rectified in sense of the handling const qualifier. > > This series improves the above with only a couple of APIs left for now > untouched (PHY, which I believe doesn't belong to property.h to begin > with). Looks sane at first glance. I'll look at it some more once 6.1-rc1 is out, thanks. greg k-h
On Tue, Oct 04, 2022 at 02:11:10PM +0200, Greg Kroah-Hartman wrote: > On Tue, Oct 04, 2022 at 12:21:24PM +0300, Andy Shevchenko wrote: > > The property.h has inconsistency in how we annotate the parameters which > > are not modified anyhow by the certain APIs. Also dev_fwnode() needs to > > be rectified in sense of the handling const qualifier. > > > > This series improves the above with only a couple of APIs left for now > > untouched (PHY, which I believe doesn't belong to property.h to begin > > with). > > Looks sane at first glance. I'll look at it some more once 6.1-rc1 is > out, thanks. All now applied, thanks., greg k-h