aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-i3c.c
AgeCommit message (Collapse)AuthorFilesLines
2019-06-07regmap: add i3c bus supportVitor Soares1-0/+60
Add basic support for i3c bus. This is a simple implementation that only give support for SDR Read and Write commands. Signed-off-by: Vitor Soares <[email protected]> Signed-off-by: Mark Brown <[email protected]>