[PATCH 0/5] i3c: Convert to platform remove callback returning void
2023-03-21 18:25 UTC (9+ messages)
` [PATCH 1/5] i3c: Make i3c_master_unregister() return void
` [PATCH 2/5] i3c: dw: Convert to platform remove callback returning void
` [PATCH 3/5] i3c: cdns: "
` [PATCH 4/5] i3c: mipi-i3c-hci: "
` [PATCH 5/5] i3c: svc: "
[PATCH] i3c: dw: drop of_match_ptr for ID table
2023-03-13 13:42 UTC (2+ messages)
[PATCH v1 1/1] i3c: Correct reference to the I²C device data type
2023-03-13 13:41 UTC (2+ messages)
[PATCH 0/4] i3c: Add support for ast2600 i3c controller
2023-03-01 1:04 UTC (10+ messages)
` [PATCH 1/4] dt-bindings: i3c: Add AST2600 "
` [PATCH 2/4] i3c: dw: Add platform operations
` [PATCH 3/4] i3c: dw: Add AST2600 platform ops
` [PATCH 4/4] i3c: dw: Add compatible string for ASPEED AST2600 BMC platform
[GIT PULL] I3C changes for 6.3
2023-03-01 0:13 UTC (2+ messages)
[PATCH v3] i3c: update dw-i3c-master i3c_clk_cfg function
2023-02-25 22:49 UTC (2+ messages)
[PATCH] i3c: dw: Use configured rate and bus mode for clock configuration
2023-02-24 8:22 UTC (4+ messages)
[PATCH] i3c: update dw-i3c-master i3c_clk_cfg function
2023-02-14 21:24 UTC (5+ messages)
` "
[PATCH v2] i3c: update dw-i3c-master i3c_clk_cfg function
2023-02-13 21:35 UTC
[RFC PATCH] dt-bindings: Add AST2600 i3c controller binding
2023-02-13 15:09 UTC (8+ messages)
[PATCH -next] i3c: fix device.h kernel-doc warnings
2023-02-13 7:03 UTC
[PATCH v2 02/16] i3c: move dev_to_i3cdev() to use container_of_const()
2023-01-12 11:58 UTC (7+ messages)
` [PATCH v2 05/16] driver core: make struct device_type.uevent() take a const *
[PATCH 3/5] driver core: make struct device_type.uevent() take a const *
2023-01-11 9:52 UTC (26+ messages)
[PATCH] i3c: transfer pid from boardinfo to device info
2023-01-10 13:43 UTC (2+ messages)
[GIT PULL] I3C changes for 6.2
2022-12-14 18:04 UTC (2+ messages)
[PATCH] MAINTAINERS: mark I3C DRIVER FOR SYNOPSYS DESIGNWARE orphan
2022-12-11 20:55 UTC
[PATCH] I3C: export SETDASA method
2022-12-11 20:29 UTC (2+ messages)
[PATCH] i3c: Correct the macro module_i3c_i2c_driver
2022-12-11 20:22 UTC (2+ messages)
[GIT PULL] I3C changes for 6.1
2022-10-15 1:44 UTC (2+ messages)
[PATCH 1/2] i3c: master: Free the old_dyn_addr when reattach
2022-10-12 21:47 UTC (3+ messages)
` [PATCH 2/2] i3c: master: Remove the wrong place of reattach
[PATCH] i3c: master; add error print for invalid node
2022-07-08 16:49 UTC
[GIT PULL] I3C changes for 5.19
2022-06-01 21:53 UTC (2+ messages)
[PATCH] MAINTAINERS: rectify entries for some i3c drivers after dt conversion
2022-06-01 20:48 UTC (2+ messages)
DWC_mipi_i3c slave
2022-05-18 12:27 UTC
[PATCH] i3c: master: svc: fix returnvar.cocci warning
2022-05-17 20:36 UTC (3+ messages)
[PATCH] i3c/master: simplify the return expression of i3c_hci_remove()
2022-05-17 20:36 UTC (2+ messages)
[PATCH] dt-bindings: i3c: Convert snps,dw-i3c-master to DT schema
2022-05-03 21:38 UTC (7+ messages)
` [PATCH] dt-bindings: i3c: Convert snps, dw-i3c-master "
[PATCH] dt-bindings: i3c: Convert cdns,i3c-master to DT schema
2022-05-03 21:37 UTC (3+ messages)
[GIT PULL] I3C changes for 5.18
2022-03-30 18:20 UTC (2+ messages)
[bug report] i3c: remove i2c board info from i2c_dev_desc
2022-03-09 15:12 UTC
[PATCH] i3c: fix uninitialized variable use in i2c setup
2022-03-08 15:11 UTC (2+ messages)
[PATCH 0/2] i3c: support for dynamically added i2c devices
2022-03-04 10:35 UTC (4+ messages)
` [PATCH 1/2] i3c: remove i2c board info from i2c_dev_desc
` [PATCH 2/2] i3c: support dynamically added i2c devices
[PATCH][next] treewide: Replace zero-length arrays with flexible-array members
2022-02-16 19:46 UTC (7+ messages)
[GIT PULL] I3C changes for 5.17
2022-01-17 6:54 UTC (2+ messages)
[PATCH] i3c: master: dw: check return of dw_i3c_master_get_free_pos()
2022-01-13 1:07 UTC (2+ messages)
[PATCH] i3c: master: remove unneeded variable
2022-01-10 3:12 UTC
[PATCH V5 0/8] i3c: master: svc: some bug fixes and add runtime pm support
2022-01-05 8:55 UTC (11+ messages)
` [PATCH V5 1/8] i3c: master: svc: move module reset behind clk enable
` [PATCH V5 2/8] i3c: master: svc: fix atomic issue
` [PATCH V5 3/8] i3c: master: svc: separate err, fifo and disable interrupt of reset function
` [PATCH V5 4/8] i3c: master: svc: add support for slave to stop returning data
` [PATCH V5 5/8] i3c: master: svc: set ODSTOP to let I2C device see the STOP signal
` [PATCH V5 6/8] i3c: master: svc: add runtime pm support
` [PATCH V5 7/8] i3c: master: svc: add the missing module device table
` [PATCH V5 8/8] i3c: master: svc: enable the interrupt in the enable ibi function
[PATCH] i3c/master/mipi-i3c-hci: correct the config reference for endianness
2022-01-05 8:55 UTC (3+ messages)
[PATCH] i3c/master: Fix a potentially infinite loop in 'hci_dat_v1_get_index()'
2021-12-10 15:39 UTC (3+ messages)
[PATCH] i3c: fix incorrect address slot lookup on 64-bit
2021-09-25 21:20 UTC (2+ messages)
[PATCH] i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmetic
2021-09-13 17:39 UTC (3+ messages)
[PATCH] i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmetic
2021-09-13 17:39 UTC (3+ messages)
[PATCH V4 0/8] i3c: master: svc: some bug fixes and add runtime pm support
2021-08-16 7:15 UTC (14+ messages)
` [PATCH V4 1/8] i3c: master: svc: move module reset behind clk enable
` [PATCH V4 2/8] i3c: master: svc: fix atomic issue
` [PATCH V4 3/8] i3c: master: svc: separate err, fifo and disable interrupt of reset function
` [PATCH V4 4/8] i3c: master: svc: add support for slave to stop returning data
` [PATCH V4 5/8] i3c: master: svc: set ODSTOP to let I2C device see the STOP signal
` [PATCH V4 6/8] i3c: master: svc: add runtime pm support
` [PATCH V4 7/8] i3c: master: svc: add the missing module device table
` [PATCH V4 8/8] i3c: master: svc: enable the interrupt in the enable ibi function
[PATCH v4 0/5] bus: Make remove callback return void
2021-07-22 8:45 UTC (7+ messages)
` [PATCH v4 5/5] "
[PATCH V2 0/5] i3c: master: svc: some bug fixes and add runtime pm support
2021-07-16 8:43 UTC (4+ messages)
` [PATCH V2 5/5] i3c: master: svc: "
[PATCH 0/4] i3c: master: svc: some bug fixes
2021-07-16 8:07 UTC (9+ messages)
` [PATCH 2/4] i3c: master: svc: fix atomic issue
` [PATCH 3/4] i3c: master: svc: add support for slave to stop returning data
[PATCH v2 0/4] bus: Make remove callback return void
2021-07-15 13:02 UTC (15+ messages)
` [PATCH v2 4/4] "
[PATCH AUTOSEL 5.12 066/102] i3c: master: svc: drop free_irq of devm_request_irq allocated irq
2021-07-14 19:39 UTC
[PATCH AUTOSEL 5.13 069/108] i3c: master: svc: drop free_irq of devm_request_irq allocated irq
2021-07-14 19:37 UTC
[PATCH v3 0/5] bus: Make remove callback return void
2021-07-13 7:40 UTC (2+ messages)
` [PATCH v3 5/5] "
page: next (older)
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 NNTP newsgroup(s).