messages from 2023-03-31 02:04:52 to 2023-09-25 21:39:31 UTC [more...]
[PATCH] i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devs
2023-09-21 8:24 UTC
[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 (8+ messages)
` [PATCH] i3c: master: svc: fix cpu schedule in spin lock
` (subset) "
` [PATCH] i3c: master: svc: add NACK check after start byte sent
` (subset) [PATCH] i3c: master: svc: fix i3c suspend/resume issue
[RFC PATCH 0/2] I3C MCTP net driver
2023-05-15 2:29 UTC (9+ messages)
` [RFC PATCH 1/2] i3c: Add support for bus enumeration & notification
` [RFC PATCH 2/2] mctp i3c: MCTP I3C driver
[GIT PULL] I3C changes for 6.4
2023-05-01 19:26 UTC (2+ messages)
[PATCH] i3c: ast2600: set variable ast2600_i3c_ops storage-class-specifier to static
2023-04-30 21:51 UTC (3+ messages)
[PATCH 0/5] i3c: dw,ast2600: Add In-Band Interrupt support
2023-04-28 7:34 UTC (9+ messages)
` [PATCH 1/5] i3c: dw: Create a generic fifo read function
[PATCH] i3c: ast2600: fix register setting for 545 ohm pullups
2023-04-28 0:18 UTC
[PATCH v3 0/3] i3c dw,ast2600: Add a driver for the AST2600 i3c controller
2023-04-27 23:58 UTC (9+ messages)
` [PATCH v3 1/3] i3c: dw: Add infrastructure for platform-specific implementations
` [PATCH v3 2/3] dt-bindings: i3c: Add AST2600 i3c controller
` [PATCH v3 3/3] i3c: ast2600: Add AST2600 platform-specific driver
[PATCH 0/2] i3c: dw: minor changes
2023-04-27 21:50 UTC (2+ messages)
[PATCH] i3c: Allow OF-alias-based persistent bus numbering
2023-04-05 12:40 UTC (3+ messages)
[PATCH v2 0/3] i3c dw,ast2600: Add a driver for the AST2600 i3c controller
2023-03-31 7:44 UTC (7+ messages)
` [PATCH v2 3/3] i3c: ast2600: Add AST2600 platform-specific driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox