From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 7/7] device property: Constify fwnode property API Date: Thu, 13 Jul 2017 10:07:56 -0500 Message-ID: References: <1499952427-16130-1-git-send-email-sakari.ailus@linux.intel.com> <1499952427-16130-8-git-send-email-sakari.ailus@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <1499952427-16130-8-git-send-email-sakari.ailus@linux.intel.com> Sender: linux-acpi-owner@vger.kernel.org To: Sakari Ailus Cc: "linux-acpi@vger.kernel.org" , "devicetree@vger.kernel.org" , Sudeep Holla , Lorenzo Pieralisi , "mika.westerberg@linux.intel.com" , "Rafael J. Wysocki" , Mark Rutland , Mark Brown , Al Stone , Frank Rowand List-Id: devicetree@vger.kernel.org On Thu, Jul 13, 2017 at 8:27 AM, Sakari Ailus wrote: > Make fwnode arguments to the fwnode property API const. > > Signed-off-by: Sakari Ailus > --- > drivers/acpi/property.c | 52 +++++++++++++++++++++++---------------- > drivers/base/property.c | 64 ++++++++++++++++++++++++++---------------------- > drivers/of/property.c | 34 +++++++++++++------------ > include/linux/acpi.h | 20 ++++++++------- > include/linux/fwnode.h | 26 +++++++++++--------- > include/linux/property.h | 63 ++++++++++++++++++++++++----------------------- > 6 files changed, 142 insertions(+), 117 deletions(-) Reviewed-by: Rob Herring