Linux-i3c Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-19 16:35:32 to 2024-10-08 18:29:47 UTC [more...]

[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
 2024-10-08 18:24 UTC  (9+ messages)
` [PATCH 17/51] i3c: master: svc: "
` [PATCH 18/51] i3c: dw: "

[PATCH v2] i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabled
 2024-10-08  2:32 UTC  (2+ messages)

[PATCH AUTOSEL 6.10 29/70] i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
 2024-10-04 18:20 UTC 

[PATCH AUTOSEL 6.6 27/58] i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
 2024-10-04 18:24 UTC 

[PATCH AUTOSEL 6.11 30/76] i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
 2024-10-04 18:16 UTC 

[PATCH v7 0/3] I3C: master: fix the address assign issue if assign-address is exist in dts
 2024-10-08 15:18 UTC  (4+ messages)
` [PATCH v7 1/3] i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITS
` [PATCH v7 2/3] i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIRED
` [PATCH v7 3/3] i3c: master: Fix dynamic address leak when 'assigned-address' is present

[PATCH v6 0/3] I3C: master: fix the address assign issue if assign-address is exist in dts
 2024-10-04 18:58 UTC  (8+ messages)
` [PATCH v6 1/3] i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITS
` [PATCH v6 2/3] i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIRED
` [PATCH v6 3/3] i3c: master: Fix dynamic address leak when 'assigned-address' is present

[PATCH 0/3] I3C: master: fix the address assign issue if assign-address is exist in dts
 2024-10-03  8:29 UTC  (8+ messages)
` [PATCH 1/3] i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITS
` [PATCH 2/3] i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_INIT
` [PATCH 3/3] i3c: master: Fix dynamic address leak when 'assigned-address' is present

[PATCH v6 0/6] I3C: master: svc: collect all patches to improve hotjoin stability
 2024-10-02 14:50 UTC  (7+ messages)
` [PATCH v6 1/6] i3c: master: svc: use repeat start when IBI WIN happens
` [PATCH v6 2/6] i3c: master: svc: manually emit NACK/ACK for hotjoin
` [PATCH v6 3/6] i3c: master: svc: need check IBIWON for dynamic address assignment
` [PATCH v6 4/6] i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()
` [PATCH v6 5/6] i3c: master: svc: wait for Manual ACK/NACK Done before next step
` [PATCH v6 6/6] i3c: master: svc: fix possible assignment of the same address to two devices

[PATCH v5 0/6] I3C: master: svc: collect all patches to improve hotjoin stability
 2024-10-01 20:28 UTC  (12+ messages)
` [PATCH v5 1/6] i3c: master: svc: use repeat start when IBI WIN happens
` [PATCH v5 2/6] i3c: master: svc: manually emit NACK/ACK for hotjoin
` [PATCH v5 3/6] i3c: master: svc: need check IBIWON for dynamtica address assign
` [PATCH v5 4/6] i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()
` [PATCH v5 5/6] i3c: master: svc: wait for Manual ACK/NACK Done before next step
` [PATCH v5 6/6] i3c: master: svc: fix possible assignment of the same address to two devices

[PATCH v5 1/1] i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoin
 2024-10-01 16:22 UTC 

[PATCH v4 00/11] i3c: master: some fix and improvemnt for hotjoin
 2024-10-01 17:17 UTC  (16+ messages)
` [PATCH v4 01/11] i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoin
` [PATCH v4 02/11] i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITS
` [PATCH v4 03/11] i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_INIT
` [PATCH v4 04/11] i3c: master: Fix dynamic address leak when 'assigned-address' is present
` [PATCH v4 05/11] i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
` [PATCH v4 06/11] i3c: master: svc: use repeat start when IBI WIN happens
` [PATCH v4 07/11] i3c: master: svc: manually emit NACK/ACK for hotjoin
` [PATCH v4 08/11] i3c: master: svc: need check IBIWON for dynamtica address assign
` [PATCH v4 09/11] i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()
` [PATCH v4 10/11] i3c: master: svc: wait for Manual ACK/NACK Done before next step
` [PATCH v4 11/11] i3c: master: svc: fix possible assignment of the same address to two devices

[PATCH v5 1/1] i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
 2024-10-01 16:26 UTC 

[PATCH v2 1/1] MAINTAINERS: I3C: Add Frank Li as nxp I3C controller driver maintainer
 2024-10-01 12:50 UTC  (7+ messages)

TODO : i3c/master/mipi-i3c-hci/dma.c
 2024-09-30 13:02 UTC 

[PATCH] i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabled
 2024-09-30  8:30 UTC  (3+ messages)

[GIT PULL] I3C changes for 6.12
 2024-09-24 20:21 UTC  (2+ messages)

[PATCH 0/2] i3c: mipi-i3c-hci: DMA interrupt fixes
 2024-09-23  7:39 UTC  (4+ messages)
` [PATCH 1/2] i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
` [PATCH 2/2] i3c: mipi-i3c-hci: Handle interrupts according to current specifications

[PATCH V5 1/2] i3c: master: support to adjust first broadcast address speed
 2024-09-17 14:58 UTC  (5+ messages)
` [PATCH V5 2/2] i3c: master: svc: use slow speed for first broadcast address

[PATCH v3] i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition
 2024-09-17 14:58 UTC  (3+ messages)

[PATCH v3] i3c: master: svc: adjust SDR according to i3c spec
 2024-09-17 14:58 UTC  (3+ messages)

[PATCH] i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition
 2024-09-12 16:54 UTC  (5+ messages)

[PATCH v2] i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition
 2024-09-14 15:40 UTC 

[PATCH v3 00/11] i3c: master: some fix and improvemnt for hotjoin
 2024-09-16 15:14 UTC  (38+ messages)
` [PATCH v3 01/11] i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoin
` [PATCH v3 02/11] i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_BITS
` [PATCH v3 03/11] i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_INIT
` [PATCH v3 05/11] i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
` [PATCH v3 06/11] i3c: master: svc: use repeat start when IBI WIN happens
` [PATCH v3 07/11] i3c: master: svc: manually emit NACK/ACK for hotjoin
` [PATCH v3 08/11] i3c: master: svc: need check IBIWON for dynamtica address assign
` [PATCH v3 09/11] i3c: master: svc: use spinlock_saveirq at svc_i3c_master_ibi_work()
` [PATCH v3 10/11] i3c: master: svc: wait for Manual ACK/NACK Done before next step
` [PATCH v3 11/11] i3c: master: svc: fix possible assignment of the same address to two devices

[PATCH V4 2/2] i3c: master: svc: use slow speed for first broadcast address
 2024-09-10  5:11 UTC  (5+ messages)
` [PATCH V4 1/2] i3c: master: support to adjust first broadcast address speed

[PATCH v1] i3c/master: cmd_v1: Fix the rule for getting i3c mode
 2024-09-06 15:38 UTC  (4+ messages)

[PATCH -next] i3c: master: cdns: fix module autoloading
 2024-09-05 16:46 UTC  (3+ messages)

[PATCH v6 0/6] Introduce initial AMD I3C HCI driver support
 2024-09-05 16:36 UTC  (12+ messages)
` [PATCH v6 1/6] i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List
` [PATCH v6 2/6] i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1
` [PATCH v6 3/6] i3c: mipi-i3c-hci: Add a quirk to set PIO mode
` [PATCH v6 4/6] i3c: mipi-i3c-hci: Relocate helper macros to HCI header file
` [PATCH v6 5/6] i3c: mipi-i3c-hci: Add a quirk to set timing parameters
` [PATCH v6 6/6] i3c: mipi-i3c-hci: Add a quirk to set Response buffer threshold

[PATCH v2 1/1] i3c: master: Avoid sending DISEC command with old device address
 2024-09-05 15:07 UTC  (3+ messages)

[PATCH v3] i3c: master: support to adjust first broadcast address speed
 2024-09-04 19:07 UTC  (5+ messages)

[PATCH v5 0/6] Introduce initial AMD I3C HCI driver support
 2024-08-27  7:23 UTC  (9+ messages)
` [PATCH v5 1/6] i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List
` [PATCH v5 2/6] i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1
` [PATCH v5 3/6] i3c: mipi-i3c-hci: Add a quirk to set PIO mode
` [PATCH v5 4/6] i3c: mipi-i3c-hci: Relocate helper macros to HCI header file
` [PATCH v5 5/6] i3c: mipi-i3c-hci: Add a quirk to set timing parameters
` [PATCH v5 6/6] i3c: mipi-i3c-hci: Add a quirk to set Response buffer threshold

[PATCH] i3c/master: cmd_v1: Fix the exit criteria for the daa procedure
 2024-08-26  3:37 UTC  (3+ messages)

[PATCH v2 1/2] i3c: master: support to adjust first broadcast address speed
 2024-08-22  7:46 UTC  (4+ messages)
  ` [EXT] "

[PATCH v4 0/6] Introduce initial AMD I3C HCI driver support
 2024-08-23 10:13 UTC  (19+ messages)
` [PATCH v4 1/6] i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List
` [PATCH v4 2/6] i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1
` [PATCH v4 3/6] i3c: mipi-i3c-hci: Add a quirk to set PIO mode
` [PATCH v4 4/6] i3c: mipi-i3c-hci: Relocate helper macros to HCI header file
` [PATCH v4 5/6] i3c: mipi-i3c-hci: Add a quirk to set timing parameters
` [PATCH v4 6/6] i3c: mipi-i3c-hci: Add a quirk to set Response buffer threshold

[PATCH v2 10/11] i3c: master: svc: wait for Manual ACK/NACK Done before next step
 2024-08-19  5:15 UTC  (2+ messages)

[PATCH] i3c: master: Avoid sending DISEC command with old device address
 2024-08-20 14:49 UTC  (2+ messages)

[PATCH RESEND v3 0/6] Introduce initial AMD I3C HCI driver support
 2024-08-19 16:35 UTC  (9+ messages)
` [PATCH RESEND v3 3/6] i3c: mipi-i3c-hci: Add a quirk to set PIO mode


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).