summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/master/mipi-i3c-hci (follow)
Commit message (Expand)AuthorAgeFilesLines
* i3c: mipi-i3c-hci: Convert to platform remove callback returning voidUwe Kleine-König2023-03-211-4/+2
* i3c: Make i3c_master_unregister() return voidUwe Kleine-König2023-03-211-1/+3
* i3c/master: simplify the return expression of i3c_hci_remove()Minghao Chi2022-05-171-6/+1
* i3c: master: mipi-i3c-hci: correct the config reference for endiannessLukas Bulwahn2022-01-051-1/+1
* i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_i...Christophe JAILLET2021-12-101-3/+1
* i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmeticLen Baker2021-12-101-1/+1
* i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmeticLen Baker2021-12-101-1/+1
* i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_matchNathan Chancellor2020-12-311-1/+1
* i3c/master/mipi-i3c-hci: quiet maybe-unused variable warningNicolas Pitre2020-12-171-1/+1
* i3c/master: Fix uninitialized variable next_addrColin Ian King2020-11-251-1/+1
* i3c/master: introduce the mipi-i3c-hci driverNicolas Pitre2020-11-2316-0/+4250