On Thu, Mar 16, 2017 at 8:34 AM, Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> wrote: > The device and fwnode property API supports Devicetree, ACPI and pset > properties. The implementation of this functionality for each firmware > type was embedded in the fwnode property core. Move it out to firmware > type specific locations, making it easier to maintain. > > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > --- > drivers/acpi/property.c | 87 +++++++++++++++ > drivers/acpi/scan.c | 1 + > drivers/base/property.c | 280 +++++++++++++++++++----------------------------- > drivers/of/base.c | 99 +++++++++++++++++ This is the opposite direction everything else has been moving. For example, I2C parsing is in drivers/i2c. But I guess this is a bit different. In any case, please move this to drivers/of/property.c (and perhaps move all of of_property_* there too). Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html