On 5/25/20 8:26 PM, Krzysztof Wilczyński wrote: > Use the new device_to_pm() helper to access Power Management callbacs > (struct dev_pm_ops) for a particular device (struct device_driver). > > No functional change intended. > > Signed-off-by: Krzysztof Wilczyński <k...@linux.com> pm support is going to be removed (for s390 in general and) for net/iucv/iucv.c with this net-next patch: commit 4b32f86bf1673acb16441dd55d7b325609f54897 Author: Julian Wiedmann <j...@linux.ibm.com> Date: Tue May 19 21:10:08 2020 +0200 net/iucv: remove pm support commit 394216275c7d ("s390: remove broken hibernate / power management support") removed support for ARCH_HIBERNATION_POSSIBLE from s390. So drop the unused pm ops from the s390-only iucv bus driver. CC: Hendrik Brueckner <brueck...@linux.ibm.com> Signed-off-by: Julian Wiedmann <j...@linux.ibm.com> Signed-off-by: David S. Miller <da...@davemloft.net> > --- > net/iucv/iucv.c | 30 ++++++++++++++++++------------ > 1 file changed, 18 insertions(+), 12 deletions(-) > > diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c > index 9a2d023842fe..1a3029ab7c1f 100644 > --- a/net/iucv/iucv.c > +++ b/net/iucv/iucv.c ...
- Re: [PATCH 2/8] ACPI: PM: Use the new d... Rafael J. Wysocki
- [PATCH 5/8] usb: phy: fsl: Use the new device_to_pm(... Krzysztof Wilczyński
- Re: [PATCH 5/8] usb: phy: fsl: Use the new devi... Rafael J. Wysocki
- [PATCH 8/8] net/iucv: Use the new device_to_pm() hel... Krzysztof Wilczyński
- Re: [PATCH 8/8] net/iucv: Use the new device_to... Greg Kroah-Hartman
- Re: [PATCH 8/8] net/iucv: Use the new devic... Krzysztof Wilczyński
- Re: [PATCH 8/8] net/iucv: Use the new d... Rafael J. Wysocki
- Re: [PATCH 8/8] net/iucv: Use the n... Alan Stern
- Re: [PATCH 8/8] net/iucv: Use ... Rafael J. Wysocki
- Re: [greybus-dev] [PATCH 8/8] net/iucv:... Alex Elder
- Re: [PATCH 8/8] net/iucv: Use the new device_to... Ursula Braun
- Re: [PATCH 8/8] net/iucv: Use the new devic... Krzysztof Wilczyński
- [PATCH 7/8] PM: Use the new device_to_pm() helper to... Krzysztof Wilczyński
- Re: [PATCH 7/8] PM: Use the new device_to_pm() ... Rafael J. Wysocki
- [PATCH 6/8] PCI/PM: Use the new device_to_pm() helpe... Krzysztof Wilczyński
- [PATCH 1/8] driver core: Add helper for accessing Po... Krzysztof Wilczyński
- Re: [PATCH 1/8] driver core: Add helper for acc... Greg Kroah-Hartman
- Re: [greybus-dev] [PATCH 1/8] driver core: ... Alex Elder
- Re: [greybus-dev] [PATCH 1/8] driver co... Krzysztof Wilczyński