From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH] driver core: Implement device property accessors through fwnode ones Date: Mon, 23 Mar 2015 21:13:21 +0100 Message-ID: <20150323201321.GA2071@kroah.com> References: <1422278260-108175-1-git-send-email-heikki.krogerus@linux.intel.com> <10066684.kPKm7OTnxF@vostro.rjw.lan> <9998673.jvqRF9ZONz@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <9998673.jvqRF9ZONz@vostro.rjw.lan> Sender: linux-acpi-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: Grant Likely , Arnd Bergmann , Heikki Krogerus , Mika Westerberg , ACPI Devel Mailing List , Linux Kernel Mailing List , devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Mon, Mar 23, 2015 at 12:10:30AM +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Now that the ACPI companions of devices are pointed to by the fwnode > field in struct device, the device_property_*() accessor functions > can be modified to use their fwnode_property_*() counterparts > internally with minimum extra overhead in the IS_ENABLED(CONFIG_OF) > case, so make those changes. > > This allows us to get rid of the rather ugly DEV_PROP_READ_ARRAY() > macro among other things. > > Signed-off-by: Rafael J. Wysocki > --- > > On top of > > http://git.kernel.org/cgit/linux/kernel/git/rafael/linux-pm.git/commit/?h=linux-next&id=ce793486e23e0162a732c605189c8028e0910e86 Acked-by: Greg Kroah-Hartman