Hello everyone, This set constifies the fwnode arguments in the fwnode property API more or less the way they are const in OF property API. Comments are welcome. The set depends on these patchsets: <URL:http://www.spinics.net/lists/devicetree/msg177549.html> <URL:http://www.spinics.net/lists/linux-media/msg114283.html> <URL:http://marc.info/?l=linux-acpi&m=149544328528001&w=2> The patches and their dependencies may be also found here: <URL:https://git.linuxtv.org/sailus/media_tree.git/log/?h=fwnode-const> (It's uploading right now, so you may need to wait a bit until it's all up to date.) Sakari Ailus (7): ACPI: Constify acpi_get_next_subnode() fwnode argument ACPI: Constify acpi_bus helper functions, switch to macros ACPI: Constify internal fwnode arguments device property: Constify argument to pset fwnode backend device property: Constify fwnode property API v4l: fwnode: Constify fwnode endpoints v4l2-async: Make fwnode const drivers/acpi/property.c | 90 +++++++++++++++++++--------------- drivers/base/property.c | 91 +++++++++++++++++++---------------- drivers/media/v4l2-core/v4l2-fwnode.c | 12 ++--- drivers/of/property.c | 29 +++++------ include/acpi/acpi_bus.h | 39 +++++++++------ include/linux/acpi.h | 60 ++++++++++++----------- include/linux/fwnode.h | 25 +++++----- include/linux/property.h | 58 +++++++++++----------- include/media/v4l2-async.h | 2 +- include/media/v4l2-fwnode.h | 6 +-- 10 files changed, 226 insertions(+), 186 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html