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