Linux-i3c Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-04 22:52:41 to 2023-10-16 19:57:27 UTC [more...]

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

[PATCH 0/5] i3c: master: some improvment for i3c master
 2023-10-16 15:46 UTC  (6+ 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 5/5] i3c: add API i3c_dev_gettstatus_format1() to get target device status

[PATCH 0/6] i3c: master: svc: collection of bugs fixes
 2023-10-16 15:32 UTC  (7+ 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 v1 0/1] Fix for IBI handling order
 2023-10-15 22:23 UTC  (2+ messages)
` [PATCH v1 1/1] i3c: master: handle IBIs in order they came

[PATCH net-next v5 0/3] I3C MCTP net driver
 2023-10-12 11:50 UTC  (5+ messages)
` [PATCH net-next v5 1/3] dt-bindings: i3c: Add mctp-controller property
` [PATCH net-next v5 2/3] i3c: Add support for bus enumeration & notification
` [PATCH net-next v5 3/3] mctp i3c: MCTP I3C driver

[PATCH net-next v6 0/3] I3C MCTP net driver
 2023-10-13  4:06 UTC  (4+ messages)
` [PATCH net-next v6 1/3] dt-bindings: i3c: Add mctp-controller property
` [PATCH net-next v6 2/3] i3c: Add support for bus enumeration & notification
` [PATCH net-next v6 3/3] mctp i3c: MCTP I3C driver

[PATCH] i3c: Fix typo "Provisional ID" to "Provisioned ID"
 2023-10-10 10:13 UTC  (4+ messages)

[PATCH net-next v4 0/3] I3C MCTP net driver
 2023-10-07  5:50 UTC  (5+ messages)
` [PATCH net-next v4 1/3] dt-bindings: i3c: Add mctp-controller property
` [PATCH net-next v4 2/3] i3c: Add support for bus enumeration & notification
` [PATCH net-next v4 3/3] mctp i3c: MCTP I3C driver

[PATCH net-next v3 0/3] I3C MCTP net driver
 2023-10-03 13:59 UTC  (5+ messages)
` [PATCH net-next v3 1/3] dt-bindings: i3c: Add mctp-controller property
` [PATCH net-next v3 2/3] i3c: Add support for bus enumeration & notification
` [PATCH net-next v3 3/3] mctp i3c: MCTP I3C driver

[PATCH] i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devs
 2023-09-25 22:06 UTC  (2+ messages)

[PATCH] i3c: svc: Annotate struct svc_i3c_xfer with __counted_by
 2023-09-25 21:37 UTC  (4+ messages)

[PATCH] i3c/master/mipi-i3c-hci: Annotate struct hci_rings_data with __counted_by
 2023-09-25 21:37 UTC  (3+ messages)

[PATCH] i3c: master: cdns: Annotate struct cdns_i3c_xfer with __counted_by
 2023-09-25 21:36 UTC  (3+ messages)

[PATCH] i3c: dw: Annotate struct dw_i3c_xfer with __counted_by
 2023-09-25 21:36 UTC  (4+ messages)

[PATCH] i3c: replace deprecated strncpy
 2023-09-25 21:36 UTC  (3+ messages)

[PATCH v2 0/1] Cadence I3C Status Register Bit Mask Error
 2023-09-25 21:36 UTC  (4+ messages)
` [PATCH v2 1/1] i3c: master: cdns: Fix reading status register

[PATCH 00/12] i3c: mipi-i3c-hci: Enabling fixes
 2023-09-25 21:36 UTC  (14+ messages)
` [PATCH 01/12] i3c: master: Inherit DMA masks and parameters from parent device
` [PATCH 02/12] i3c: mipi-i3c-hci: Add MODULE_ALIAS
` [PATCH 03/12] i3c: mipi-i3c-hci: Fix DAT/DCT entry sizes
` [PATCH 04/12] i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler
` [PATCH 05/12] i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out
` [PATCH 06/12] i3c: mipi-i3c-hci: Set ring start request together with enable
` [PATCH 07/12] i3c: mipi-i3c-hci: Fix race between bus cleanup and interrupt
` [PATCH 08/12] i3c: mipi-i3c-hci: Set number of SW enabled Ring Bundles earlier
` [PATCH 09/12] i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer
` [PATCH 10/12] i3c: mipi-i3c-hci: Fix missing xfer->completion in hci_cmd_v1_daa()
` [PATCH 11/12] i3c: mipi-i3c-hci: Resume controller explicitly
` [PATCH 12/12] i3c: mipi-i3c-hci: Resume controller after aborted transfer

[RFC] i3c: master: Simplify table prep for ENTDAA
 2023-09-15  8:02 UTC 

[RFC PATCH 0/9] I3C Slave Mode support
 2023-09-13 15:49 UTC  (16+ messages)
` [RFC PATCH 1/9] i3c: add actual in i3c_priv_xfer
` [RFC PATCH 2/9] i3c: svc: rename read_len as actual_len
` [RFC PATCH 3/9] i3c: master: svc return actual transfer data len
` [RFC PATCH 4/9] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-slave-v1
` [RFC PATCH 5/9] i3c: add slave mode support
` [RFC PATCH 6/9] i3c: slave: add svc slave controller support
` [RFC PATCH 7/9] i3c: slave: func: add tty driver
` [RFC PATCH 8/9] tty: serial: add tty over I3C master side driver
` [RFC PATCH 9/9] Documentation: i3c: Add I3C slave mode controller and function

[PATCH 0/1] Fallback mechanism for GETMXDS CCC
 2023-09-13  5:58 UTC  (4+ messages)
` [PATCH 1/1] i3c: Add fallback method "

[PATCH 0/1] Cadence I3C Status Register Bit Mask Error
 2023-09-12 10:57 UTC  (3+ messages)
` [PATCH 1/1] i3c: master: cdns: Fix reading status register

[GIT PULL] I3C changes for 6.6
 2023-09-07 23:10 UTC  (3+ messages)

[PATCH v3 1/1] i3c: master: svc: fix probe failure when no i3c device exist
 2023-09-05 23:22 UTC  (3+ messages)

[PATCH v2 1/2] i3c: master: fixes i3c bus driver probe failure if no i3c device attached
 2023-08-31  6:57 UTC  (5+ messages)
` [PATCH v2 2/2] i3c: master: svc: fix probe failure when no i3c device exist

[PATCH 1/2] i3c: master: fixes i3c bus driver probe failure if no i3c device attached
 2023-08-30  8:52 UTC  (5+ messages)
` [PATCH 2/2] i3c: master: svc: fix probe failure when no i3c device exist

[PATCH] i3c: Add fallback method for GETMXDS CCC
 2023-08-28 15:20 UTC 

[PATCH] i3c: master: cdns: Fix reading status register
 2023-08-28 15:14 UTC 

[PATCH] i3c: master: Fix SETDASA process
 2023-08-27 22:46 UTC  (2+ messages)

[PATCH] i3c: master: svc: Describe member 'saved_regs'
 2023-08-27 22:45 UTC  (2+ messages)

[PATCH] dt-bindings: i3c: Fix description for assigned-address
 2023-08-27 22:45 UTC  (3+ messages)

[PATCH] dt-bindings: Drop remaining unneeded quotes
 2023-08-24 20:24 UTC  (12+ messages)

[PATCH -next] i3c: master: svc: Do not check for 0 return after calling platform_get_irq()
 2023-08-10  8:13 UTC  (3+ messages)

[PATCH] i3c/master: cmd_v1: Fix the exit criteria for the daa procedure
 2023-08-10  7:38 UTC  (2+ messages)

[PATCH 0/3] Add Aspeed AST2600 I3C support
 2023-08-09  3:12 UTC  (9+ messages)
` [PATCH 1/3] ARM: dts: pinctrl-aspeed-g6: Add I3C1 and I3C2 control pins
` [PATCH 2/3] dt-bindings: i3c: ast2600: Add resets and reset-names
` [PATCH 3/3] i3c: ast2600: Add reset deassertion for global registers

[PATCH] i3c: Explicitly include correct DT includes
 2023-07-27 21:24 UTC  (3+ messages)

[PATCH net-next v2 0/3] I3C MCTP net driver
 2023-07-20 17:35 UTC  (12+ messages)
` [PATCH net-next v2 1/3] dt-bindings: i3c: Add mctp-controller property
` [PATCH net-next v2 2/3] i3c: Add support for bus enumeration & notification
` [PATCH net-next v2 3/3] mctp i3c: MCTP I3C driver

[RFC 0/5] updates for i3c error printing
 2023-07-11  8:52 UTC  (9+ messages)
` [RFC 1/5] i3c: show error with node for invalid reg property
` [RFC 2/5] i3c: add error print to show device failing during populate bus
` [RFC 3/5] i3c: show node when printing unsupported 10-bit i2c dev
` [RFC 4/5] i3c: show error messages in of_i3c_master_add_i3c_boardinfo
` [RFC 5/5] i3c: dw; add print if cannot get resources

[PATCH 0/3] I3C MCTP net driver
 2023-07-04  6:49 UTC  (13+ messages)
` [PATCH 1/3] dt-bindings: i3c: Add mctp-controller property
` [PATCH 2/3] i3c: Add support for bus enumeration & notification
` [PATCH 3/3] mctp i3c: MCTP I3C driver

[GIT PULL] I3C changes for 6.5
 2023-07-03 17:49 UTC  (2+ messages)

[PATCH] dt-bindings: i3c: silvaco,i3c-master: drop unneeded quotes
 2023-06-20 14:49 UTC  (2+ messages)

[PATCH] dt-bindings: i3c: silvaco,i3c-master: fix missing schema restriction
 2023-06-11 15:25 UTC  (3+ messages)

[PATCH] i3c: master: svc: fix i3c suspend/resume issue
 2023-06-04 22:52 UTC  (4+ messages)
` [PATCH] i3c: master: svc: fix cpu schedule in spin lock
  ` (subset) "
` (subset) [PATCH] i3c: master: svc: fix i3c suspend/resume issue


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