public inbox for linux-i3c@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-11-14 11:51:57 to 2025-02-09 11:45:18 UTC [more...]

[PATCH v1 0/3] Add Qualcomm i3c master controller driver support
 2025-02-09 11:45 UTC  (15+ messages)
` [PATCH v1 1/3] dt-bindings: i3c: Add Qualcomm I3C master controller bindings
` [PATCH v1 2/3] i3c: master: Add Qualcomm I3C master controller driver
` [PATCH v1 3/3] MAINTAINERS: Add maintainer for Qualcomm's I3C driver

[PATCH v2 1/2] i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers API
 2025-02-05 16:51 UTC  (10+ messages)
` [PATCH v2 2/2] i3c: mipi-i3c-hci: Use I2C DMA-safe api

[PATCH 0/2] i3c: Add basic HDR mode support
 2025-02-07  9:08 UTC  (20+ messages)
` [PATCH 1/2] i3c: Add basic HDR support
` [PATCH 2/2] i3c: master: svc: Add basic HDR mode support

[PATCH 1/1] MAINTAINERS: I3C: Remove Conor Culhane from Silvaco driver maintainer
 2025-02-04 16:53 UTC  (2+ messages)

[PATCH v1 1/2] i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers API
 2025-02-04 15:15 UTC  (11+ messages)
` [PATCH v1 2/2] i3c: mipi-i3c-hci: Use DMA-safe buffer for I2C transfers

[PATCH] i3c: mipi-i3c-hci: Use physical device pointer with DMA API
 2025-02-03 14:55 UTC 

[PATCH 1/1] i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)
 2025-01-31 16:14 UTC  (3+ messages)

[PATCH] bitops: use safer link explaining the algorithm
 2025-01-28 13:10 UTC  (9+ messages)

[PATCH AUTOSEL 6.13 7/8] i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming
 2025-01-26 16:45 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 8/8] i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus

[PATCH AUTOSEL 6.12 6/7] i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming
 2025-01-26 16:45 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 7/7] i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus

[PATCH] i3c: Remove unused i3c_device_do_setdasa
 2025-01-13 10:00 UTC  (4+ messages)

[GIT PULL] I3C changes for 6.14
 2025-01-25  0:15 UTC  (2+ messages)

[PATCH] i3c: fix kdoc parameter description for module_i3c_i2c_driver()
 2025-01-12 23:05 UTC  (3+ messages)

[PATCH v4 0/5] i3c: introduce and use generic parity helper
 2025-01-12 23:05 UTC  (11+ messages)
` [PATCH v4 1/5] bitops: add generic parity calculation for u8
` [PATCH v4 2/5] hwmon: (spd5118) Use generic parity calculation
` [PATCH v4 3/5] i3c: dw: use parity8 helper instead of open coding it
` [PATCH v4 4/5] i3c: mipi-i3c-hci: "
` [PATCH v4 5/5] i3c: cdns: "

[PATCH v2] i3c: master: Improve initialization of numbered I2C adapters
 2025-01-12 23:04 UTC  (3+ messages)

[PATCH 1/2] i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming
 2025-01-12 23:04 UTC  (3+ messages)
` [PATCH 2/2] i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus

[PATCH 1/1] i3c: master: Fix missing 'ret' assignment in set_speed()
 2025-01-12 23:04 UTC  (5+ messages)

[PATCH v3 0/5] i3c: introduce and use generic parity helper
 2025-01-06 13:06 UTC  (7+ messages)
` [PATCH v3 1/5] bitops: add generic parity calculation for u8
` [PATCH v3 2/5] hwmon: (spd5118) Use generic parity calculation
` [PATCH v3 3/5] i3c: dw: use parity8 helper instead of open coding it
` [PATCH v3 4/5] i3c: mipi-i3c-hci: "
` [PATCH v3 5/5] i3c: cdns: "

[PATCH RFT v2 0/5] i3c: introduce and use generic parity helper
 2025-01-05  9:35 UTC  (26+ messages)
` [PATCH RFT v2 1/5] bitops: add generic parity calculation for u8
` [PATCH RFT v2 2/5] hwmon: (spd5118) Use generic parity calculation
` [PATCH RFT v2 3/5] i3c: dw: use get_parity8 helper instead of open coding it
` [PATCH RFT v2 4/5] i3c: mipi-i3c-hci: "
` [PATCH RFT v2 5/5] i3c: cdns: "

[PATCH 6.1.y] i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
 2025-01-06  7:18 UTC  (2+ messages)

[PATCH 6.1.y] i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
 2025-01-03 14:25 UTC  (3+ messages)

[PATCH] i3c: dw: Fix use-after-free in dw_i3c_master driver due to race condition
 2025-01-09  8:49 UTC  (11+ messages)

[PATCH RFT RESEND 0/5] i3c: introduce and use generic parity helper
 2024-12-20 15:24 UTC  (7+ messages)
` [PATCH RFT RESEND 1/5] bitops: add generic parity calculation for u8
` [PATCH RFT RESEND 2/5] hwmon: (spd5118) Use generic parity calculation
` [PATCH RFT RESEND 3/5] i3c: dw: use get_parity8 helper instead of open coding it
` [PATCH RFT RESEND 4/5] i3c: mipi-i3c-hci: "
` [PATCH RFT RESEND 5/5] i3c: cdns: "

[PATCH RFT 0/5] i3c: introduce and use generic parity helper
 2024-12-20 11:29 UTC  (4+ messages)
` [PATCH RFT 3/5] i3c: dw: use get_parity8 helper instead of open coding it
` [PATCH RFT 4/5] i3c: mipi-i3c-hci: "
` [PATCH RFT 5/5] i3c: cdns: "

DDR5 / SPD5118 connected to I3C bus
 2024-12-18 17:57 UTC 

[PATCH 6.1.y] i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
 2024-12-10  8:20 UTC 

[PATCH 6.1.y] i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
 2024-12-11 10:11 UTC 

[PATCH] i3c: master: Improve initialization of numbered I2C adapters
 2024-12-09 18:16 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 4/4] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
 2024-12-04 16:02 UTC 

[PATCH AUTOSEL 5.4 4/4] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
 2024-12-04 16:02 UTC 

[PATCH AUTOSEL 6.1 2/6] i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
 2024-12-04 16:01 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 6/6] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock

[PATCH AUTOSEL 5.15 2/6] i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
 2024-12-04 16:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 6/6] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock

[PATCH AUTOSEL 6.6 03/12] i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
 2024-12-04 16:01 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 10/12] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock

[PATCH AUTOSEL 6.12 03/15] i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
 2024-12-04 16:00 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 12/15] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock

[PATCH AUTOSEL 6.11 03/13] i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
 2024-12-04 16:00 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 11/13] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock

[PATCH-next] i3c: master: Fix potentially uninit variable
 2024-11-27 10:14 UTC  (4+ messages)

[GIT PULL] I3C changes for 6.13
 2024-11-27  2:41 UTC  (2+ messages)

[PATCH v2] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
 2024-11-19 21:19 UTC  (4+ messages)

Looking for USB<->I3C adapter
 2024-11-19  5:22 UTC  (3+ messages)

[PATCH v2 0/2] Introduce initial support for the AMD I3C (non-HCI) to DW driver
 2024-11-18 13:30 UTC  (3+ messages)

[PATCH v1] i3c: mipi-i3c-hci: Support SETDASA CCC
 2024-11-18 13:30 UTC  (3+ messages)

[PATCH v3 0/5] Introduce initial support for the AMD I3C (non-HCI) to DW driver
 2024-11-13 14:21 UTC  (3+ messages)
` [PATCH v3 2/5] i3c: master: Add ACPI support to i3c subsystem


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