summaryrefslogtreecommitdiffstats
path: root/include/linux/i3c/device.h
Commit message (Expand)AuthorAgeFilesLines
* driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-4/+1
* i3c: add actual_len in i3c_priv_xferFrank Li2024-01-081-0/+2
* i3c: Fix typo "Provisional ID" to "Provisioned ID"Matt Johnston2023-10-101-1/+1
* 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
* i3c: Make remove callback return voidUwe Kleine-König2021-02-021-1/+1
* i3c: move i3c_device_match_id to device.c and export itVitor Soares2019-07-271-0/+4
* i3c: Add core I3C infrastructureBoris Brezillon2018-11-121-0/+331