[GIT PULL] More power management updates for v5.17-rc1

From: Rafael J. Wysocki
Date: Mon Jan 17 2022 - 13:12:03 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.17-rc1-2

with top-most commit 5865918fe49ed3cb9d7b5d21f41aff8a68fbceb1

iio: pressure: bmp280: Use new PM macros

on top of commit b35b6d4d71365fbfb6f2cc8edc331b3882ca817e

Merge tag 'pm-5.17-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive more power management updates for 5.17-rc1.

This is a continuation of the rework of device power management
macros used for declaring device power management callbacks (Paul
Cercueil).

Thanks!


---------------

Paul Cercueil (6):
PM: core: Remove DEFINE_UNIVERSAL_DEV_PM_OPS() macro
PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macro
PM: core: Add EXPORT[_GPL]_SIMPLE_DEV_PM_OPS macros
PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macro
PM: runtime: Add EXPORT[_GPL]_RUNTIME_DEV_PM_OPS macros
iio: pressure: bmp280: Use new PM macros

---------------

drivers/iio/pressure/bmp280-core.c | 11 ++------
drivers/iio/pressure/bmp280-i2c.c | 2 +-
drivers/iio/pressure/bmp280-spi.c | 2 +-
drivers/mmc/host/jz4740_mmc.c | 4 +--
drivers/mmc/host/mxcmmc.c | 2 +-
include/linux/pm.h | 55 +++++++++++++++++++++++++++-----------
include/linux/pm_runtime.h | 24 +++++++++++++++++
7 files changed, 71 insertions(+), 29 deletions(-)