summaryrefslogtreecommitdiffstats
path: root/include/linux/i3c
Commit message (Expand)AuthorAgeFilesLines
* i3c: Make i3c_master_unregister() return voidUwe Kleine-König2023-03-211-1/+1
* i3c: Correct reference to the I²C device data typeAndy Shevchenko2023-03-131-1/+2
* i3c: fix device.h kernel-doc warningsRandy Dunlap2023-02-161-6/+7
* driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman2023-01-271-1/+8
* i3c: export SETDASA methodJack Chen2022-12-111-0/+2
* i3c: Correct the macro module_i3c_i2c_driverNaveen Krishna Chatradhi2022-12-111-1/+2
* Merge tag 'i3c/for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2022-03-301-1/+0
|\
| * i3c: remove i2c board info from i2c_dev_descJamie Iles2022-03-041-1/+0
* | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-3/+3
|/
* i3c: Make remove callback return voidUwe Kleine-König2021-02-021-1/+1
* i3c: add addr and lvr to i2c_dev_desc structurePrzemyslaw Gaj2019-08-111-0/+5
* i3c: move i3c_device_match_id to device.c and export itVitor Soares2019-07-271-0/+4
* i3c: add mixed limited bus modeVitor Soares2019-06-201-0/+5
* i3c: Drop support for I2C 10 bit addresingPrzemyslaw Gaj2019-05-281-4/+1
* i3c: Add core I3C infrastructureBoris Brezillon2018-11-123-0/+1364