Linux-i3c Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-04 13:39:03 to 2026-08-11 16:29:34 UTC [more...]

[PATCH 0/5] i3c: Fix firmware node refcounting and error paths
 2026-08-11 16:28 UTC  (14+ messages)
` [PATCH 1/5] i3c: master: Release the fwnode of i2c boardinfo
` [PATCH 2/5] i3c: master: Fix refcount of i3c fwnode
` [PATCH 3/5] i3c: master: Do not release the addresses when reattach fails
` [PATCH 4/5] i3c: dw: Do not use OF match data as a quirk bitmask
` [PATCH 5/5] i3c: dw: Resume the controller before unregistering the bus

[PATCH 0/3] i3c: mipi-i3c-hci: Add support for AMD_PT and improve IBI/PIO robustness
 2026-08-11 12:48 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] i3c: mipi-i3c-hci: Enable IBI threshold interrupt by default in PIO mode
  ` [PATCH v2 2/3] i3c: mipi-i3c-hci: Add PIO queue management support for HCI v1.2
  ` [PATCH v2 3/3] i3c: mipi-i3c-hci: Add support for AMD_PT I3C controller

[RFC PATCH 1/2] i3c: master: Emit firmware modalias for SETAASA devices
 2026-08-11 10:38 UTC  (2+ messages)
` [RFC PATCH 2/2] i3c: master: Propagate SETAASA early device-add failures

[PATCH v1] i3c: master: allocate IBI workqueue with WQ_HIGHPRI
 2026-08-10 18:27 UTC  (3+ messages)

[PATCH] i3c: renesas: Don't register devices when ENTDAA times out
 2026-08-08 13:12 UTC  (5+ messages)

[PATCH v5] i3c: master: dw-i3c-master: fix OD timing for first broadcast
 2026-08-08 13:10 UTC  (3+ messages)

[PATCH V5 00/14] i3c: Support IBI-based system wakeup
 2026-08-08 13:09 UTC  (32+ messages)
` [PATCH V5 01/14] i3c: master: Fix recursive locking during device registration
` [PATCH V5 02/14] i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode()
` [PATCH V5 03/14] i3c: master: Do not treat master device as a duplicate target
` [PATCH V5 04/14] i3c: master: Fix use-after-free of master->this
` [PATCH V5 05/14] i3c: Make dev->desc locking assumptions explicit
` [PATCH V5 06/14] i3c: master: Fix potential UAF in i3c_device_uevent()
` [PATCH V5 07/14] i3c: master: Fix potential UAF in i3c_device_match()
` [PATCH V5 08/14] i3c: master: Support IBI-based wakeup capability
` [PATCH V5 09/14] i3c: master: Report wakeup events for IBIs
` [PATCH V5 10/14] i3c: master: Add helper to query bus wakeup requirements
` [PATCH V5 11/14] i3c: master: Reject IBI requests from non-IBI-capable devices
` [PATCH V5 12/14] i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
` [PATCH V5 13/14] i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()
` [PATCH V5 14/14] i3c: mipi-i3c-hci: Advertise IBI wakeup capability

[PATCH V4 00/14] i3c: Support IBI-based system wakeup
 2026-08-06 19:07 UTC  (46+ messages)
` [PATCH V4 01/14] i3c: master: Fix recursive locking during device registration
` [PATCH V4 02/14] i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode()
` [PATCH V4 03/14] i3c: master: Do not treat master device as a duplicate target
` [PATCH V4 04/14] i3c: master: Fix use-after-free of master->this
` [PATCH V4 05/14] i3c: Make dev->desc locking assumptions explicit
` [PATCH V4 06/14] i3c: master: Fix potential UAF in i3c_device_uevent()
` [PATCH V4 07/14] i3c: master: Fix potential UAF in i3c_device_match()
` [PATCH V4 08/14] i3c: master: Support IBI-based wakeup capability
` [PATCH V4 09/14] i3c: master: Report wakeup events for IBIs
` [PATCH V4 10/14] i3c: master: Add helper to query bus wakeup requirements
` [PATCH V4 11/14] i3c: master: Reject IBI requests from non-IBI-capable devices
` [PATCH V4 12/14] i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
` [PATCH V4 13/14] i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()
` [PATCH V4 14/14] i3c: mipi-i3c-hci: Advertise IBI wakeup capability

[PATCH] i3c: dw: fix APB clock name
 2026-08-05 20:20 UTC  (2+ messages)

[PATCH] i3c: dw: reduce do_daa time if there's no client
 2026-08-05 20:05 UTC  (2+ messages)

[PATCH V3 00/14] i3c: Support IBI-based system wakeup
 2026-08-04 22:10 UTC  (43+ messages)
` [PATCH V3 01/14] i3c: master: Fix recursive locking during device registration
` [PATCH V3 02/14] i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode()
` [PATCH V3 03/14] i3c: master: Do not treat master device as a duplicate target
` [PATCH V3 04/14] i3c: master: Fix use-after-free of master->this
` [PATCH V3 05/14] i3c: Make dev->desc locking assumptions explicit
` [PATCH V3 06/14] i3c: master: Fix potential UAF in i3c_device_uevent()
` [PATCH V3 07/14] i3c: master: Fix potential UAF in i3c_device_match()
` [PATCH V3 08/14] i3c: master: Support IBI-based wakeup capability
` [PATCH V3 09/14] i3c: master: Report wakeup events for IBIs
` [PATCH V3 10/14] i3c: master: Add helper to query bus wakeup requirements
` [PATCH V3 11/14] i3c: master: Reject IBI requests from non-IBI-capable devices
` [PATCH V3 12/14] i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
` [PATCH V3 13/14] i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()
` [PATCH V3 14/14] i3c: mipi-i3c-hci: Advertise IBI wakeup capability


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox