summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/device.c
AgeCommit message (Expand)AuthorLines
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman-1/+1
2023-01-27i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman-12/+0
2022-12-11i3c: export SETDASA methodJack Chen-0/+20
2021-02-02i3c: Handle drivers without probe or remove callbackUwe Kleine-König-0/+5
2020-02-28i3c: Simplify i3c_device_match_id()Boris Brezillon-28/+22
2019-07-27i3c: move i3c_device_match_id to device.c and export itVitor Soares-0/+53
2018-11-12i3c: Add core I3C infrastructureBoris Brezillon-0/+233