linux-i3c.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-15 08:23:18 to 2023-01-12 18:44:49 UTC [more...]

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

[PATCH][next] treewide: Replace zero-length arrays with flexible-array members
 2022-02-16 19:46 UTC  (7+ messages)

[PATCH] i3c: fix uninitialized variable use in i2c setup
 2022-03-08 15:11 UTC  (2+ messages)

[bug report] i3c: remove i2c board info from i2c_dev_desc
 2022-03-09 15:12 UTC 

[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

[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] i3c/master/mipi-i3c-hci: correct the config reference for endianness
 2022-01-05  8:55 UTC  (3+ messages)

[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: 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  (8+ messages)
` [PATCH V2 1/5] i3c: master: svc: move module reset behind clk enable
` [PATCH V2 2/5] i3c: master: svc: fix atomic issue
` [PATCH V2 3/5] i3c: master: svc: add support for slave to stop returning data
` [PATCH V2 4/5] i3c: master: svc: set ODSTOP to let I2C device see the STOP signal
` [PATCH V2 5/5] i3c: master: svc: add runtime pm support

[PATCH 0/4] i3c: master: svc: some bug fixes
 2021-07-16  8:07 UTC  (13+ messages)
` [PATCH 1/4] i3c: master: svc: move module reset behind clk enable
` [PATCH 2/4] i3c: master: svc: fix atomic issue
` [PATCH 3/4] i3c: master: svc: add support for slave to stop returning data
` [PATCH 4/4] i3c: master: svc: set ODSTOP to let I2C device see the STOP signal

[PATCH v2 0/4] bus: Make remove callback return void
 2021-07-15 13:02 UTC  (16+ messages)
` [PATCH v2 4/4] "

[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 AUTOSEL 5.12 066/102] i3c: master: svc: drop free_irq of devm_request_irq allocated irq
 2021-07-14 19:39 UTC 

[PATCH v3 0/5] bus: Make remove callback return void
 2021-07-13  7:40 UTC  (2+ messages)
` [PATCH v3 5/5] "

[PATCH] bus: Make remove callback return void
 2021-07-06 15:11 UTC  (21+ messages)

[bug report] i3c: master: svc: Add Silvaco I3C master driver
 2021-07-26  8:48 UTC  (2+ messages)

[PATCH V3 0/5] i3c: master: svc: some bug fixes and add runtime pm support
 2021-07-16  8:53 UTC  (6+ messages)
` [PATCH V3 1/5] i3c: master: svc: move module reset behind clk enable
` [PATCH V3 2/5] i3c: master: svc: fix atomic issue
` [PATCH V3 3/5] i3c: master: svc: add support for slave to stop returning data
` [PATCH V3 4/5] i3c: master: svc: set ODSTOP to let I2C device see the STOP signal
` [PATCH V3 5/5] i3c: master: svc: add runtime pm support


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