Commit 4352b8aee980 for kernel

commit 4352b8aee98005853aa63f57d6377282de17a33f
Merge: 570f7e331f5f cab40cfc9e11
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Aug 23 13:28:57 2026 -0700

    Merge tag 'i3c/for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux

    Pull I3C updates from Alexandre Belloni:
     "A new driver this cycle, for the AMD AXI I3C controller.

      There are also new features such as IBI wakeup support, SETAASA device
      discovery and ACPI support for the the DAA methods, meaning we can now
      communicate with the SPD devices on DDR5 modules.

      New driver:
       - AMD AXI I3C master controller

      Subsystem:
       - I3C Common Command Code (CCC) handling improvements, especially
         around GET CCCs
       - SETAASA device discovery support
       - ACPI support for all existing DAA methods like SETDASA, SETNEWDA as
         well as I2C devices on I3C bus
       - IBI-based wakeup support

      Drivers:
       - dw: SETAASA support
       - mipi-i3c-hci: advertise IBI wakeup capability, AMD_PT I3C
         controller support, PIO queue management support for HCI v1.2
       - renesas: improve suspend to RAM support, add runtime PM support"

    * tag 'i3c/for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux: (70 commits)
      i3c: dw: reduce do_daa time if there's no client
      i3c: mipi-i3c-hci: Add support for AMD_PT I3C controller
      i3c: mipi-i3c-hci: Add PIO queue management support for HCI v1.2
      i3c: mipi-i3c-hci: Fix missing STAT_IBI_STATUS_THLD in PIO mode
      i3c: dw: rename "pclk" to "apb" to match dt-binding
      i3c: dw: make struct dw_i3c_cmd smaller
      i3c: dw: use COMMAND_PORT_TRANSFER_ARG instead of hardcoding
      i3c: renesas: Don't register devices when ENTDAA times out
      i3c: master: dw-i3c-master: fix OD timing for first broadcast
      i3c: mipi-i3c-hci: Advertise IBI wakeup capability
      i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()
      i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
      i3c: master: Reject IBI requests from non-IBI-capable devices
      i3c: master: Add helper to query bus wakeup requirements
      i3c: master: Report wakeup events for IBIs
      i3c: master: Support IBI-based wakeup capability
      i3c: master: Fix potential UAF in i3c_device_match()
      i3c: master: Fix potential UAF in i3c_device_uevent()
      i3c: Make dev->desc locking assumptions explicit
      i3c: master: Fix use-after-free of master->this
      ...