[GIT PULL] Device properties code update for v5.18-rc1

From: Rafael J. Wysocki
Date: Tue Mar 29 2022 - 13:21:31 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
devprop-5.18-rc1

with top-most commit b2638e56c2ced2ca258d22f939c47327b189e00c

device property: Don't split fwnode_get_irq*() APIs in the code

on top of commit 754e0b0e35608ed5206d6a67a791563c631cec07

Linux 5.17-rc4

to receive a device properties code update for 5.18-rc1.

This includes new i2c material for 5.18-rc1 and simply reorganizes
the code on top of it so as to group similar functions together (Andy
Shevchenko).

Thanks!


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

Akhil R (3):
device property: Add fwnode_irq_get_byname
docs: firmware-guide: ACPI: Add named interrupt doc
i2c: smbus: Use device_*() functions instead of of_*()

Andy Shevchenko (1):
device property: Don't split fwnode_get_irq*() APIs in the code

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

Documentation/firmware-guide/acpi/enumeration.rst | 39 ++++++++++++++++++++
drivers/base/property.c | 45 +++++++++++++++++++----
drivers/i2c/i2c-core-base.c | 2 +-
drivers/i2c/i2c-core-smbus.c | 11 +++---
drivers/i2c/i2c-smbus.c | 5 ++-
include/linux/i2c-smbus.h | 6 +--
include/linux/property.h | 7 ++--
7 files changed, 93 insertions(+), 22 deletions(-)