aboutsummaryrefslogtreecommitdiff
path: root/drivers/i3c/master/mipi-i3c-hci
AgeCommit message (Expand)AuthorFilesLines
2023-03-21i3c: mipi-i3c-hci: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-21i3c: Make i3c_master_unregister() return voidGravatar Uwe Kleine-König 1-1/+3
2022-05-17i3c/master: simplify the return expression of i3c_hci_remove()Gravatar Minghao Chi 1-6/+1
2022-01-05i3c: master: mipi-i3c-hci: correct the config reference for endiannessGravatar Lukas Bulwahn 1-1/+1
2021-12-10i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_i...Gravatar Christophe JAILLET 1-3/+1
2021-12-10i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmeticGravatar Len Baker 1-1/+1
2021-12-10i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmeticGravatar Len Baker 1-1/+1
2020-12-31i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_matchGravatar Nathan Chancellor 1-1/+1
2020-12-17i3c/master/mipi-i3c-hci: quiet maybe-unused variable warningGravatar Nicolas Pitre 1-1/+1
2020-11-25i3c/master: Fix uninitialized variable next_addrGravatar Colin Ian King 1-1/+1
2020-11-23i3c/master: introduce the mipi-i3c-hci driverGravatar Nicolas Pitre 16-0/+4250