summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/sxitwi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Register sxitwi(4) in the I2C framework.patrick2020-10-081-2/+7
* Unify messaged printed when we can't estiblish an interrupt.kettenis2018-12-041-2/+2
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-2/+2
* Add support for the i2c controller on the Marvell ARMADA 7K/8K SoC as well.kettenis2018-07-241-2/+4
* The I2C controller on the Allwinner hardware is actually a modifiedpatrick2018-07-241-19/+47
* Set the proper bus clock rate based on the "clock-frequency" property andkettenis2018-01-061-7/+26
* Remove unnecessary delays. There is no reason to wait after each and everykettenis2018-01-051-42/+14
* Somewhow I botched rev 1.3, which has a = where a |= is needed. Fix this.kettenis2017-12-301-2/+2
* Remove duplicate includes from sxitwi(4)tom2017-12-281-5/+1
* Add support for the i2c controller variant found on the Allwinner A31 andkettenis2017-11-131-5/+14
* Add missing pipe in sxitwi(4)'s match code to actually makepatrick2017-09-131-2/+2
* Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found onkettenis2017-07-231-0/+482