summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/device.c
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+0
* i3c: export SETDASA methodJack Chen2022-12-111-0/+20
* i3c: Handle drivers without probe or remove callbackUwe Kleine-König2021-02-021-0/+5
* i3c: Simplify i3c_device_match_id()Boris Brezillon2020-02-281-28/+22
* i3c: move i3c_device_match_id to device.c and export itVitor Soares2019-07-271-0/+53
* i3c: Add core I3C infrastructureBoris Brezillon2018-11-121-0/+233