Linux-i3c Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-16 19:57:27 to 2023-12-01 22:40:17 UTC [more...]

[v5 resend 0/6] i3c: master: some improvment for i3c master
 2023-12-01 22:25 UTC 

[PATCH v5 0/7] i3c: master: some improvment for i3c master
 2023-12-01 11:59 UTC  (9+ messages)
` [PATCH v5 1/7] i3c: master: add enable(disable) hot join in sys entry
` [PATCH v5 2/7] i3c: master: svc: add hot join support
` [PATCH v5 3/7] i3c: add actual_len in i3c_priv_xfer
` [PATCH v5 4/7] i3c: master: svc: rename read_len as actual_len
` [PATCH v5 5/7] i3c: master: svc: return actual transfer data len
` [PATCH v5 6/7] i3c: add API i3c_dev_gettstatus_format1() to get target device status
` [PATCH v5 7/7] tty: i3c: add TTY over I3C master support

[PATCH v4 0/6] i3c: master: some improvment for i3c master
 2023-11-30 22:00 UTC  (15+ messages)
` [PATCH v4 1/6] i3c: master: add enable(disable) hot join in sys entry
` [PATCH v4 2/6] i3c: master: svc: add hot join support
` [PATCH v4 3/6] i3c: add actual_len in i3c_priv_xfer
` [PATCH v4 4/6] i3c: svc: rename read_len as actual_len
` [PATCH v4 5/6] i3c: master: svc return actual transfer data len
` [PATCH v4 6/6] i3c: add API i3c_dev_gettstatus_format1() to get target device status
    ` [PATCH v4 6/6] i3c: add API i3c_dev_gettstatus_format1() to get target device statusy

[PATCH v2 1/2] i3c: master: svc: fix compatibility string mismatch with binding doc
 2023-11-27  9:35 UTC  (7+ messages)
` [PATCH v2 2/2] arm64: dts: freescale: imx93: add i3c1 and i3c2

[PATCH] i3c: master: Fix build error
 2023-11-17 14:56 UTC  (3+ messages)

[PATCH v3 0/1] Fallback mechanism for GETMXDS CCC
 2023-11-16 22:40 UTC  (4+ messages)
` [PATCH v3 1/1] i3c: Add fallback method "

[PATCH 0/4] i3c: mipi-i3c-hci: Functional update
 2023-11-16 22:39 UTC  (6+ messages)
` [PATCH 1/4] i3c: mipi-i3c-hci: Report NACK response from CCC command to core
` [PATCH 2/4] i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cmd_v1_daa()
` [PATCH 3/4] i3c: mipi-i3c-hci: Handle I3C address header error "
` [PATCH 4/4] i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfers

[PATCH v2 0/1] Fallback mechanism for GETMXDS CCC
 2023-11-14  8:56 UTC  (5+ messages)
` [PATCH v2 1/1] i3c: Add fallback method "

[PATCH AUTOSEL 6.1 1/6] i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler
 2023-11-12 13:24 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 6/6] i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data

[PATCH AUTOSEL 5.15 1/4] i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler
 2023-11-12 13:24 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 4/4] i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data

[PATCH AUTOSEL 6.6 1/7] i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler
 2023-11-12 13:23 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 7/7] i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data

[PATCH AUTOSEL 6.5 1/7] i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler
 2023-11-12 13:23 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 7/7] i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data

[PATCH 1/1] tty: i3c: add tty over i3c master support
 2023-11-06 20:22 UTC  (7+ messages)

[PATCH v2 0/6] i3c: master: some improvment for i3c master
 2023-11-05 15:36 UTC  (17+ messages)
` [PATCH v2 1/6] i3c: master: add enable(disable) hot join in sys entry
` [PATCH v2 2/6] i3c: master: svc: add hot join support
` [PATCH v2 3/6] i3c: add actual_len in i3c_priv_xfer
` [PATCH v2 4/6] i3c: svc: rename read_len as actual_len
` [PATCH v2 5/6] i3c: master: svc return actual transfer data len
` [PATCH v2 6/6] i3c: add API i3c_dev_gettstatus_format1() to get target device status

[GIT PULL] I3C changes for 6.7
 2023-11-05  3:02 UTC  (2+ messages)

[PATCH v1 0/1] Fix for IBI handling order
 2023-11-03 23:44 UTC  (2+ messages)

[PATCH v1] i3c/master/mipi-i3c-hci: Fix a kernel panic for accessing DAT_data
 2023-11-03 23:41 UTC  (2+ messages)

[PATCH 0/5] I3C slave mode support
 2023-10-23  1:29 UTC  (17+ messages)
` [PATCH 1/5] i3c: add "
` [PATCH 2/5] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-slave
` [PATCH 3/5] i3c: slave: add svc slave controller support
` [PATCH 4/5] i3c: slave: func: add tty driver
` [PATCH 5/5] Documentation: i3c: Add I3C slave mode controller and function

[PATCH v4 0/6] i3c: master: svc: collection of bugs fixes
 2023-11-03 18:51 UTC  (9+ messages)
` [PATCH v4 1/6] i3c: master: svc: fix race condition in ibi work thread
` [PATCH v4 2/6] i3c: master: svc: fix wrong data return when IBI happen during start frame
` [PATCH v4 3/6] i3c: master: svc: fix ibi may not return mandatory data byte
` [PATCH v4 4/6] i3c: master: svc: fix check wrong status register in irq handler
` [PATCH v4 5/6] i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen
` [PATCH v4 6/6] i3c: master: svc: fix random hot join failure since timeout error

[PATCH v2 1/1] tty: i3c: add TTY over I3C master support
 2023-10-24 16:04 UTC  (8+ messages)

[PATCH v2 Resent 0/6] i3c: master: svc: collection of bugs fixes
 2023-10-23  7:48 UTC  (22+ messages)
` [PATCH v2 Resent 1/6] i3c: master: svc: fix race condition in ibi work thread
` [PATCH v2 Resent 2/6] i3c: master: svc: fix wrong data return when IBI happen during start frame
` [PATCH v2 Resent 3/6] i3c: master: svc: fix ibi may not return mandatory data byte
` [PATCH v2 Resent 4/6] i3c: master: svc: fix check wrong status register in irq handler
` [PATCH v2 Resent 5/6] i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen
` [PATCH v2 Resent 6/6] i3c: master: svc: fix random hot join failure since timeout error
                ` [PATCH v2 Resent 6/6] i3c: master: svc: fix random hot join failure since timeout errory

[PATCH v3 0/6] i3c: master: svc: collection of bugs fixes
 2023-10-20 13:56 UTC  (11+ messages)
` [PATCH v3 1/6] i3c: master: svc: fix race condition in ibi work thread
` [PATCH v3 2/6] i3c: master: svc: fix wrong data return when IBI happen during start frame
` [PATCH v3 3/6] i3c: master: svc: fix ibi may not return mandatory data byte
` [PATCH v3 4/6] i3c: master: svc: fix check wrong status register in irq handler
` [PATCH v3 5/6] i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen
` [PATCH v3 6/6] i3c: master: svc: fix random hot join failure since timeout error

[PATCH 0/5] i3c: master: some improvment for i3c master
 2023-10-18 20:26 UTC  (16+ messages)
` [PATCH 1/5] i3c: master: svc: enable hotjoin default
` [PATCH 2/5] i3c: add actual in i3c_priv_xfer
` [PATCH 3/5] i3c: svc: rename read_len as actual_len
` [PATCH 4/5] i3c: master: svc return actual transfer data len

[PATCH v2 0/6] i3c: master: svc: collection of bugs fixes
 2023-10-18 16:03 UTC  (8+ messages)
` [PATCH v2 1/6] master reduce clock
` [PATCH v2 2/6] i3c: master: svc: fix race condition in ibi work thread
` [PATCH v2 3/6] i3c: master: svc: fix wrong data return when IBI happen during start frame
` [PATCH v2 4/6] i3c: master: svc: fix ibi may not return mandatory data byte
` [PATCH v2 5/6] i3c: master: svc: fix check wrong status register in irq handler
` [PATCH v2 6/6] i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen

[PATCH 0/6] i3c: master: svc: collection of bugs fixes
 2023-10-17 20:55 UTC  (22+ messages)
` [PATCH 1/6] i3c: master: svc: fix race condition in ibi work thread
` [PATCH 2/6] i3c: master: svc: fix wrong data return when IBI happen during start frame
` [PATCH 3/6] i3c: master: svc: fix ibi may not return mandatory data byte
` [PATCH 4/6] i3c: master: svc: fix check wrong status register in irq handler
` [PATCH 5/6] i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen
` [PATCH 6/6] i3c: master: svc: fix random hot join failure since timeout error

[PATCH 1/2] dt-bindings: i3c: Fix silvaco,i3c-master compatible string
 2023-10-17 20:14 UTC  (9+ messages)
` [PATCH 2/2] arm64: dts: freescale: imx93: add i3c1 and i3c2

[PATCH 1/2] i3c: master: svc: fix compatibility string mismatch with binding doc
 2023-10-17 14:03 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: freescale: imx93: add i3c1 and i3c2

[PATCH net-next v6 0/3] I3C MCTP net driver
 2023-10-17 11:00 UTC  (5+ messages)
` [PATCH net-next v6 3/3] mctp i3c: MCTP I3C driver


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).