Message ID | 20200825135951.53340-1-heikki.krogerus@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | PM operations for software nodes | expand |
On Tue, Aug 25, 2020 at 04:59:48PM +0300, Heikki Krogerus wrote: > Hi guys, > > Unfortunately the last patch depends on this: > https://lore.kernel.org/linux-usb/20200821131101.81915-1-heikki.krogerus@linux.intel.com/ > > Would it be easiest that Felipe took care of these (assuming they are > acceptable)? LGTM, FWIW, Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > thanks, > > Heikki Krogerus (3): > software node: Power management operations for software nodes > software node: Introduce device_add_software_node() > usb: dwc3: pci: Register a software node for the dwc3 platform device > > drivers/base/power/common.c | 8 +- > drivers/base/swnode.c | 569 +++++++++++++++++++++++++++++++++++- > drivers/usb/dwc3/dwc3-pci.c | 175 ++++++----- > include/linux/property.h | 13 + > 4 files changed, 666 insertions(+), 99 deletions(-) > > -- > 2.28.0 >
+Sakari On Tue, Aug 25, 2020 at 04:59:48PM +0300, Heikki Krogerus wrote: > Hi guys, > > Unfortunately the last patch depends on this: > https://lore.kernel.org/linux-usb/20200821131101.81915-1-heikki.krogerus@linux.intel.com/ > > Would it be easiest that Felipe took care of these (assuming they are > acceptable)? > > thanks, > > Heikki Krogerus (3): > software node: Power management operations for software nodes > software node: Introduce device_add_software_node() > usb: dwc3: pci: Register a software node for the dwc3 platform device > > drivers/base/power/common.c | 8 +- > drivers/base/swnode.c | 569 +++++++++++++++++++++++++++++++++++- > drivers/usb/dwc3/dwc3-pci.c | 175 ++++++----- > include/linux/property.h | 13 + > 4 files changed, 666 insertions(+), 99 deletions(-) > > -- > 2.28.0