summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-hisi.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-04Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+4
2023-08-14i2c: hisi: Only handle the interrupt of the driver's transferYicong Yang1-0/+8
2023-08-10i2c: hisi: Use dev_err_probe in probe functionLiao Chang1-8/+4
2023-03-16i2c: hisi: Only use the completion interrupt to finish the transferYicong Yang1-1/+5
2023-03-16i2c: hisi: Avoid redundant interruptsYicong Yang1-0/+7
2022-12-07i2c: hisi: Add support to get clock frequency from clockWeilong Chen1-4/+11
2022-11-02i2c: hisi: Add initial device tree supportWeilong Chen1-0/+7
2022-06-15i2c: hisi: use HZ_PER_KHZ macro in units.hYicong Yang1-2/+1
2021-04-10i2c: add support for HiSilicon I2C controllerYicong Yang1-0/+504