aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/i3c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-14i3c: master: fix kernel-doc check warningFrank Li1-0/+3
2024-01-08i3c: master: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
2024-01-08i3c: add actual_len in i3c_priv_xferFrank Li1-0/+2
2024-01-08i3c: master: add enable(disable) hot join in sys entryFrank Li1-0/+5
2023-11-04Merge tag 'i3c/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxLinus Torvalds2-3/+5
2023-11-04i3c: master: handle IBIs in order they cameZbigniew Lukwinski1-1/+3
2023-10-17i3c: Add support for bus enumeration & notificationJeremy Kerr1-0/+11
2023-10-10i3c: Fix typo "Provisional ID" to "Provisioned ID"Matt Johnston2-2/+2
2023-03-21i3c: Make i3c_master_unregister() return voidUwe Kleine-König1-1/+1
2023-03-13i3c: Correct reference to the I²C device data typeAndy Shevchenko1-1/+2
2023-02-16i3c: fix device.h kernel-doc warningsRandy Dunlap1-6/+7
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-27i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman1-1/+8
2022-12-11i3c: export SETDASA methodJack Chen1-0/+2
2022-12-11i3c: Correct the macro module_i3c_i2c_driverNaveen Krishna Chatradhi1-1/+2
2022-03-30Merge tag 'i3c/for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxLinus Torvalds1-1/+0
2022-03-04i3c: remove i2c board info from i2c_dev_descJamie Iles1-1/+0
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-3/+3
2021-02-02i3c: Make remove callback return voidUwe Kleine-König1-1/+1
2019-08-11i3c: add addr and lvr to i2c_dev_desc structurePrzemyslaw Gaj1-0/+5
2019-07-27i3c: move i3c_device_match_id to device.c and export itVitor Soares1-0/+4
2019-06-20i3c: add mixed limited bus modeVitor Soares1-0/+5
2019-05-28i3c: Drop support for I2C 10 bit addresingPrzemyslaw Gaj1-4/+1
2018-11-12i3c: Add core I3C infrastructureBoris Brezillon3-0/+1364