Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1375891
| From | "Rafael J. Wysocki" <rafael@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3] device property: don't bother the drivers with struct property_set |
| Date | 2016-04-11 15:40 +0200 |
| Message-ID | <rmKeo-6GA-79@gated-at.bofh.it> (permalink) |
| References | <ri0tr-5GO-7@gated-at.bofh.it> <rmFon-2Ng-25@gated-at.bofh.it> <rmGNr-3F7-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Apr 11, 2016 at 11:52 AM, Heikki Krogerus <heikki.krogerus@linux.intel.com> wrote: > On Mon, Apr 11, 2016 at 09:20:27AM +0100, Lee Jones wrote: >> On Tue, 29 Mar 2016, Heikki Krogerus wrote: >> >> > Since device_add_property_set() now always takes a copy of >> > the property_set, and also since the fwnode type is always >> > hard coded to be FWNODE_PDATA, there is no need for the >> > drivers to deliver the entire struct property_set. The >> > function can just create the instance of it on its own and >> > bind the properties from the drivers to it on the spot. >> > >> > This renames device_add_property_set() to >> > device_add_properties(). The function now takes struct >> > property_entry as its parameter instead of struct >> > property_set. >> > >> > Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> >> > Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> >> > Acked-by: Thierry Reding <treding@nvidia.com> >> > Acked-by: Lee Jones <lee.jones@linaro.org> >> > Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> >> > --- >> > arch/arm/mach-pxa/raumfeld.c | 12 ++++-------- > > Daniel, I think we just need your ACK for this one. > > Otherwise I think we are covered. > >> > arch/arm/mach-tegra/board-paz00.c | 6 +----- >> > drivers/base/platform.c | 19 ++++++++++--------- >> > drivers/base/property.c | 34 +++++++++++++++++++++------------- >> > drivers/mfd/intel-lpss-acpi.c | 12 ++---------- >> > drivers/mfd/intel-lpss-pci.c | 20 ++++---------------- >> > drivers/mfd/intel-lpss.c | 2 +- >> > drivers/mfd/intel-lpss.h | 4 ++-- >> > drivers/mfd/mfd-core.c | 4 ++-- >> > include/linux/mfd/core.h | 4 ++-- >> > include/linux/platform_device.h | 6 +++--- >> > include/linux/property.h | 15 +++------------ >> > 12 files changed, 55 insertions(+), 83 deletions(-) >> >> What's happening with this patch? I believe we're still missing >> Acks. Once they are collected someone needs to create an immutable >> branch and send out a pull-request. > > Rafael, have you had time to take a look at this? Yes, it's in my bleeding-edge branch now. I'm planning to move it to linux-next this week Thanks, Rafael
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v3] device property: don't bother the drivers with struct property_set Lee Jones <lee.jones@linaro.org> - 2016-04-11 10:30 +0200
Re: [PATCH v3] device property: don't bother the drivers with struct property_set Heikki Krogerus <heikki.krogerus@linux.intel.com> - 2016-04-11 12:00 +0200
Re: [PATCH v3] device property: don't bother the drivers with struct property_set "Rafael J. Wysocki" <rafael@kernel.org> - 2016-04-11 15:40 +0200
Re: [PATCH v3] device property: don't bother the drivers with struct property_set Lee Jones <lee.jones@linaro.org> - 2016-04-11 16:10 +0200
Re: [PATCH v3] device property: don't bother the drivers with struct property_set "Rafael J. Wysocki" <rafael@kernel.org> - 2016-04-11 16:20 +0200
Re: [PATCH v3] device property: don't bother the drivers with struct property_set Lee Jones <lee.jones@linaro.org> - 2016-04-11 18:30 +0200
Re: [PATCH v3] device property: don't bother the drivers with struct property_set "Rafael J. Wysocki" <rafael@kernel.org> - 2016-04-11 23:20 +0200
Re: [PATCH v3] device property: don't bother the drivers with struct property_set Lee Jones <lee.jones@linaro.org> - 2016-04-12 09:30 +0200
Re: [PATCH v3] device property: don't bother the drivers with struct property_set "Rafael J. Wysocki" <rafael@kernel.org> - 2016-04-13 06:30 +0200
csiph-web