This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e3a8b6a1e70c Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pu [...] new b6c55b162bce ACPI: scan: Change acpi_scan_init() return value type to void new 681e7187aef4 ACPI: scan: Simplify initialization of power and sleep buttons new c96f195deeef ACPI: scan: Rename label in acpi_scan_init() new 7f7b4236f204 x86/PCI: Ignore E820 reservations for bridge windows on ne [...] new ee3fe99ff0a2 ACPI: SPCR: check if table->serial_port.access_width is too wide new 2cea3ec5b009 ACPI: APD: Check for NULL pointer after calling devm_ioremap() new 415b4b6c447a ACPI: PCC: pcc_ctx can be static new ebf8b135c04a Merge branches 'acpi-x86', 'acpi-tables', 'acpi-soc' and ' [...] new 1882de7fc56c efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and [...] new 0db89fa243e5 ACPI: Introduce Platform Firmware Runtime Update device driver new b0013e037a8b ACPI: Introduce Platform Firmware Runtime Telemetry driver new 53e8558837be ACPI: tools: Introduce utility for firmware updates/telemetry new 31834aaa4e2a ACPI: pfr_update: Fix return value check in pfru_write() new 7bf2e4d5ca1c ACPI: pfr_telemetry: Fix info leak in pfrt_log_ioctl() new e3daa2607b1f Merge branch 'acpi-pfrut' new 6a8d7fbf1c65 Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/sc [...] new 3f4b32511a77 PM: core: Remove DEFINE_UNIVERSAL_DEV_PM_OPS() macro new 52cc1d7f9786 PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_ [...] new 0ae101fdd329 PM: core: Add EXPORT[_GPL]_SIMPLE_DEV_PM_OPS macros new 9d8619190031 PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macro new d59ff7d9d84b PM: runtime: Add EXPORT[_GPL]_RUNTIME_DEV_PM_OPS macros new 5865918fe49e iio: pressure: bmp280: Use new PM macros new 8357f6fb3d9a Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/ [...] new 722d94847de2 vfs: fs_context: fix up param length parsing in legacy_par [...] new c572724406e3 rpmsg: char: Add pr_fmt() to prefix messages new 631af6e0f410 rpmsg: Fix documentation return formatting new 8066c615cb69 rpmsg: core: Clean up resources on announce_create failure. new fc9d6952a4bb Merge tag 'rpmsg-v5.17' of git://git.kernel.org/pub/scm/li [...] new 7efb14256dd3 remoteproc: Use %pe format string to print return error code new 4da96175014b remoteproc: imx_rproc: Fix a resource leak in the remove function new 876e0b26ccd2 remoteproc: coredump: Correct argument 2 type for memcpy_fromio new a9328d6de14e dt-bindings: remoteproc: k3-r5f: Update bindings for J721S2 SoCs new 83b57e60b863 dt-bindings: remoteproc: k3-dsp: Update bindings for J721S2 SoCs new 3b918d8e9bd5 remoteproc: k3-dsp: Extend support for C71x DSPs on J721S2 SoCs new b20dc021ba5a remoteproc: k3-r5: Extend support for R5F clusters on J721S2 SoCs new c768968f134b remoteproc: ingenic: Request IRQ disabled new 62c46d556888 MAINTAINERS: Removing Ohad from remoteproc/rpmsg maintenance new 8f86e69536f3 remoteproc: Fix remaining wrong return formatting in docum [...] new e9c78319215c Merge tag 'rcar_rst_rproc-tag1' of git://git.kernel.org/pu [...] new d3c76a42ecc7 dt-bindings: remoteproc: Add Renesas R-Car new 285892a74f13 remoteproc: Add Renesas rcar driver new fdc12231d885 remoteproc: qcom: pil_info: Don't memcpy_toio more than is [...] new da87976921bb remoteproc: imx_rproc: correct firmware reload new dd585d9bfbf0 remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP new a15d36f04b9e dt-bindings: remoteproc: qcom: pas: Add SM6350 adsp, cdsp & mpss new 42a3f554d81e remoteproc: qcom: pas: Add SM6350 MPSS support new bfd75aefe32c remoteproc: qcom: pas: Add SM6350 ADSP support new 3bc0d1f9ef54 remoteproc: qcom: pas: Add SM6350 CDSP support new b0229605b143 remoteproc: rcar_rproc: Fix pm_runtime_get_sync error check new ba6358637798 remoteproc: rcar_rproc: Remove trailing semicolon new cfcabbb24d5f remoteproc: stm32: Improve crash recovery time new 46a10fc3a2be Merge tag 'rproc-v5.17' of git://git.kernel.org/pub/scm/li [...]
The 52 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CREDITS | 5 + .../devicetree/bindings/remoteproc/qcom,adsp.yaml | 28 + .../bindings/remoteproc/renesas,rcar-rproc.yaml | 65 +++ .../bindings/remoteproc/ti,k3-dsp-rproc.yaml | 3 + .../bindings/remoteproc/ti,k3-r5f-rproc.yaml | 8 +- Documentation/userspace-api/ioctl/ioctl-number.rst | 1 + MAINTAINERS | 2 - arch/x86/kernel/resource.c | 23 +- drivers/acpi/Kconfig | 22 + drivers/acpi/Makefile | 1 + drivers/acpi/acpi_apd.c | 2 + drivers/acpi/acpi_pcc.c | 2 +- drivers/acpi/internal.h | 2 +- drivers/acpi/pfr_telemetry.c | 435 ++++++++++++++++ drivers/acpi/pfr_update.c | 575 +++++++++++++++++++++ drivers/acpi/scan.c | 76 +-- drivers/acpi/spcr.c | 9 +- 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 +- drivers/remoteproc/Kconfig | 11 + drivers/remoteproc/Makefile | 1 + drivers/remoteproc/imx_rproc.c | 9 +- drivers/remoteproc/ingenic_rproc.c | 5 +- drivers/remoteproc/mtk_scp_ipi.c | 4 +- drivers/remoteproc/qcom_pil_info.c | 2 +- drivers/remoteproc/qcom_q6v5_pas.c | 38 ++ drivers/remoteproc/rcar_rproc.c | 224 ++++++++ drivers/remoteproc/remoteproc_core.c | 4 +- drivers/remoteproc/remoteproc_coredump.c | 2 +- drivers/remoteproc/st_slim_rproc.c | 2 +- drivers/remoteproc/stm32_rproc.c | 2 +- drivers/remoteproc/ti_k3_dsp_remoteproc.c | 1 + drivers/remoteproc/ti_k3_r5_remoteproc.c | 5 +- drivers/rpmsg/qcom_glink_native.c | 2 +- drivers/rpmsg/qcom_smd.c | 2 +- drivers/rpmsg/rpmsg_char.c | 7 +- drivers/rpmsg/rpmsg_core.c | 44 +- drivers/rpmsg/virtio_rpmsg_bus.c | 2 +- fs/fs_context.c | 2 +- include/linux/efi.h | 46 ++ include/linux/pm.h | 55 +- include/linux/pm_runtime.h | 24 + include/uapi/linux/pfrut.h | 262 ++++++++++ tools/power/acpi/.gitignore | 1 + tools/power/acpi/Makefile | 16 +- tools/power/acpi/Makefile.rules | 2 +- tools/power/acpi/man/pfrut.8 | 137 +++++ tools/power/acpi/tools/pfrut/Makefile | 23 + tools/power/acpi/tools/pfrut/pfrut.c | 424 +++++++++++++++ 52 files changed, 2505 insertions(+), 134 deletions(-) create mode 100644 Documentation/devicetree/bindings/remoteproc/renesas,rcar-rproc.yaml create mode 100644 drivers/acpi/pfr_telemetry.c create mode 100644 drivers/acpi/pfr_update.c create mode 100644 drivers/remoteproc/rcar_rproc.c create mode 100644 include/uapi/linux/pfrut.h create mode 100644 tools/power/acpi/man/pfrut.8 create mode 100644 tools/power/acpi/tools/pfrut/Makefile create mode 100644 tools/power/acpi/tools/pfrut/pfrut.c