aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/sun8i_rsb.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07i2c: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara1-1/+1
2022-04-04i2c: sun8i_rsb: Add support for DM clocks and resetsSamuel Holland1-0/+12
2022-04-04i2c: sun8i_rsb: Initialize chips in .child_pre_probeSamuel Holland1-1/+2
2022-04-04i2c: sun8i_rsb: Only do non-DM pin setup for non-DM I2CSamuel Holland1-27/+19
2021-10-12i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland1-0/+281