- 6b496a9 i3c: ast2600: set variable ast2600_i3c_ops storage-class-specifier to static by Tom Rix · 1 year, 10 months ago
- 8c6c78e i3c: ast2600: fix register setting for 545 ohm pullups by Jeremy Kerr · 1 year, 10 months ago
- f2539c2 i3c: ast2600: enable IBI support by Jeremy Kerr · 1 year, 11 months ago
- f3a3553 i3c: dw: Add a platform facility for IBI PEC workarounds by Jeremy Kerr · 1 year, 11 months ago
- e389b1d i3c: dw: Add support for in-band interrupts by Jeremy Kerr · 1 year, 11 months ago
- e2d4310 i3c: dw: Turn DAT array entry into a struct by Jeremy Kerr · 1 year, 11 months ago
- 79f42b3 i3c: dw: Create a generic fifo read function by Jeremy Kerr · 1 year, 11 months ago
- 7dc2e0a i3c: Allow OF-alias-based persistent bus numbering by Jeremy Kerr · 1 year, 11 months ago
- 5844564 i3c: ast2600: Add AST2600 platform-specific driver by Jeremy Kerr · 1 year, 11 months ago
- d782188 i3c: dw: Add infrastructure for platform-specific implementations by Jeremy Kerr · 1 year, 11 months ago
- 66b32e3 i3c: dw: use bus mode rather than device reg for conditional tCAS setting by Jeremy Kerr · 1 year, 11 months ago
- 67df5ce i3c: dw: Return the length from a read priv_xfer by Matt Johnston · 1 year, 11 months ago
- 2810f1d i3c: svc: Convert to platform remove callback returning void by Uwe Kleine-König · 2 years ago
- f959ec6 i3c: mipi-i3c-hci: Convert to platform remove callback returning void by Uwe Kleine-König · 2 years ago
- 3f8ad58 i3c: cdns: Convert to platform remove callback returning void by Uwe Kleine-König · 2 years ago
- 04b5f1b i3c: dw: Convert to platform remove callback returning void by Uwe Kleine-König · 2 years ago
- 0f74f8b i3c: Make i3c_master_unregister() return void by Uwe Kleine-König · 2 years ago
- 1dae3f1d i3c: dw: drop of_match_ptr for ID table by Krzysztof Kozlowski · 2 years ago
- 1899946 Merge tag 'i3c/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 2 years ago
- 510d235 i3c: master: dw: stop hardcoding initial speed by Jack Chen · 2 years ago
- f195c47 i3c: transfer pid from boardinfo to device info by Jack Chen · 2 years, 2 months ago
- 162736b driver core: make struct device_type.uevent() take a const * by Greg Kroah-Hartman · 2 years, 2 months ago
- fa838c8 i3c: move dev_to_i3cdev() to use container_of_const() by Greg Kroah-Hartman · 2 years, 2 months ago
- 672825c i3c: export SETDASA method by Jack Chen · 2 years, 3 months ago
- 90f4a09 i3c: master: Remove the wrong place of reattach. by Billy Tsai · 2 years, 5 months ago
- d4fa7d7 i3c: master: Free the old_dyn_addr when reattach. by Billy Tsai · 2 years, 5 months ago
- 227fab1 i3c: master: svc: fix returnvar.cocci warning by Guo Zhengkui · 2 years, 10 months ago
- c157a60 i3c/master: simplify the return expression of i3c_hci_remove() by Minghao Chi · 2 years, 10 months ago
- 6cbf8b3 i3c: fix uninitialized variable use in i2c setup by Jamie Iles · 3 years ago
- 72a4501 i3c: support dynamically added i2c devices by Jamie Iles · 3 years, 1 month ago
- 31b9887c i3c: remove i2c board info from i2c_dev_desc by Jamie Iles · 3 years, 1 month ago
- 13462ba i3c: master: dw: check return of dw_i3c_master_get_free_pos() by Tom Rix · 3 years, 2 months ago
- 7a2bccd i3c: master: mipi-i3c-hci: correct the config reference for endianness by Lukas Bulwahn · 3 years, 2 months ago
- 7ff730c i3c: master: svc: enable the interrupt in the enable ibi function by Clark Wang · 3 years, 2 months ago
- c5d4587 i3c: master: svc: add the missing module device table by Clark Wang · 3 years, 2 months ago
- 05be23e i3c: master: svc: add runtime pm support by Clark Wang · 3 years, 2 months ago
- 173fcb2 i3c: master: svc: set ODSTOP to let I2C device see the STOP signal by Clark Wang · 3 years, 2 months ago
- d5e5125 i3c: master: svc: add support for slave to stop returning data by Clark Wang · 3 years, 2 months ago
- 9fd6b5c i3c: master: svc: separate err, fifo and disable interrupt of reset function by Clark Wang · 3 years, 2 months ago
- a84a922 i3c: master: svc: fix atomic issue by Clark Wang · 3 years, 2 months ago
- 57d8d3f i3c: master: svc: move module reset behind clk enable by Clark Wang · 3 years, 2 months ago
- 3f43926 i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_index()' by Christophe JAILLET · 3 years, 3 months ago
- f18f981 i3c: fix incorrect address slot lookup on 64-bit by Jamie Iles · 3 years, 5 months ago
- 313ece2 i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmetic by Len Baker · 3 years, 6 months ago
- f96b2e7 i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmetic by Len Baker · 3 years, 6 months ago
- fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 8 months ago
- 88bbd8a03 Merge tag 'i3c/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 3 years, 8 months ago
- ba3fea5 i3c: master: cdns: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
- 3e5feb1 i3c: master: svc: fix doc warning in svc-i3c-master.c by Yang Yingliang · 3 years, 9 months ago
- 59a61e6 i3c: master: svc: drop free_irq of devm_request_irq allocated irq by Yang Yingliang · 3 years, 9 months ago
- 0d95f41 Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_register" by Jae Hyun Yoo · 3 years, 11 months ago
- 436cb70 i3c: master: svc: remove redundant assignment to cmd->read_len by Colin Ian King · 4 years ago
- 36c1b20 Merge tag 'i3c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 4 years ago
- 5c34b8e i3c: master: dw: Drop redundant disec call by Miquel Raynal · 4 years, 2 months ago
- dd3c528 i3c: master: svc: Add Silvaco I3C master driver by Miquel Raynal · 4 years, 1 month ago
- dd92670 i3c: Make remove callback return void by Uwe Kleine-König · 4 years, 1 month ago
- 7456fea i3c: Handle drivers without probe or remove callback by Uwe Kleine-König · 4 years, 1 month ago
- 9d909f1 i3c/master/mipi-i3c-hci: Specify HAS_IOMEM dependency by David Gow · 4 years, 1 month ago
- 291b5c9 i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_match by Nathan Chancellor · 4 years, 2 months ago
- 95393f3 i3c/master/mipi-i3c-hci: quiet maybe-unused variable warning by Nicolas Pitre · 4 years, 2 months ago
- 8e34573 i3c/master: Fix uninitialized variable next_addr by Colin Ian King · 4 years, 3 months ago
- 9ad9a52 i3c/master: introduce the mipi-i3c-hci driver by Nicolas Pitre · 4 years, 4 months ago
- 59165d1 i3c master: fix missing destroy_workqueue() on error in i3c_master_register by Qinglang Miao · 4 years, 4 months ago
- 2a934b3 Merge tag 'i3c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 4 years, 4 months ago
- abea14b i3c: master: Fix error return in cdns_i3c_master_probe() by Jing Xiangfeng · 4 years, 6 months ago
- cc3a392 i3c: master: fix for SETDASA and DAA process by Parshuram Thombare · 4 years, 6 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- 9da36a7e i3c: master add i3c_master_attach_boardinfo to preserve boardinfo by Parshuram Thombare · 4 years, 9 months ago
- b4203ce i3c master: GETMRL's 3rd byte is optional even with BCR_IBI_PAYLOAD by Nicolas Pitre · 4 years, 11 months ago
- c4b9de1 i3c: convert to use i2c_new_client_device() by Wolfram Sang · 5 years ago
- cd85148 i3c: master: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
- 65ec1d0 i3c: Simplify i3c_device_match_id() by Boris Brezillon · 5 years ago
- 7ec0ddb i3c: Add a modalias sysfs attribute by Boris Brezillon · 5 years ago
- 12e21a2 i3c: Fix MODALIAS uevents by Boris Brezillon · 5 years ago
- de89649 i3c: master: no need to iterate master device twice by Wolfram Sang · 5 years ago
- 3952cf8 i3c: master: dw: reattach device on first available location of address table by Vitor Soares · 5 years ago
- 3c67166 i3c: master: cdns: convert to devm_platform_ioremap_resource by Yangtao Li · 5 years ago
- fae0423 i3c: master: dw: convert to devm_platform_ioremap_resource by Yangtao Li · 5 years ago
- 026d845 i3c: master: make i3c_bus_set_mode static by Benjamin Gaignard · 5 years ago
- dbd6654 i3c: master: cdns: add data hold delay support by Przemyslaw Gaj · 5 years ago
- 708bc6e i3c: Spelling s/dicovered/discovered/ by Geert Uytterhoeven · 5 years ago
- f12b524 i3c: master: use i3c_dev_get_master() by Vitor Soares · 5 years ago
- 6030f42 i3c: master: Use dev_to_i3cmaster() by Axel Lin · 6 years ago
- 7afe9a4 i3c: master: fix a memory leak bug by Wenwen Wang · 6 years ago
- b1ac3a4 i3c: add addr and lvr to i2c_dev_desc structure by Przemyslaw Gaj · 6 years ago
- fd3f8f3 i3c: master: cdns: Use for_each_set_bit() by Andy Shevchenko · 6 years ago
- 9122763 i3c: master: Add of_node_put() before return by Nishka Dasgupta · 6 years ago
- 934d24a i3c: move i3c_device_match_id to device.c and export it by Vitor Soares · 6 years ago
- 9640729 Merge tag 'i3c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 6 years ago
- ede2001 i3c: master: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
- f467907 i3c: dw: add limited bus mode support by Vitor Soares · 6 years ago
- cbf4f73 i3c: add mixed limited bus mode by Vitor Soares · 6 years ago
- ecc8fb5 i3c: fix i2c and i3c scl rate by bus mode by Vitor Soares · 6 years ago
- 88c5032 i3c: Drop support for I2C 10 bit addresing by Przemyslaw Gaj · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 80104bb Merge tag 'i3c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 6 years ago
- 476c7e1 i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status() by Dan Carpenter · 6 years ago
- 907621e i3c: dw: Fix dw_i3c_master_disable controller by using correct mask by Vitor Soares · 6 years ago
- 9752c37 i3c: Fix the verification of random PID by Vitor Soares · 6 years ago
- 124dbd7 i3c: master: dw: remove dead code from dw_i3c_master_*_xfers() by Vitor Soares · 6 years ago