summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/sxitwi.c
AgeCommit message (Expand)Author
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-03-11Make sure to skip attaching disabled I2C devices. This can happen onPatrick Wildt
2020-10-08Register sxitwi(4) in the I2C framework.Patrick Wildt
2018-12-04Unify messaged printed when we can't estiblish an interrupt.Mark Kettenis
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-07-24Add support for the i2c controller on the Marvell ARMADA 7K/8K SoC as well.Mark Kettenis
2018-07-24The I2C controller on the Allwinner hardware is actually a modifiedPatrick Wildt
2018-01-06Set the proper bus clock rate based on the "clock-frequency" property andMark Kettenis
2018-01-05Remove unnecessary delays. There is no reason to wait after each and everyMark Kettenis
2017-12-30Somewhow I botched rev 1.3, which has a = where a |= is needed. Fix this.Mark Kettenis
2017-12-28Remove duplicate includes from sxitwi(4)Tom Cosgrove
2017-11-13Add support for the i2c controller variant found on the Allwinner A31 andMark Kettenis
2017-09-13Add missing pipe in sxitwi(4)'s match code to actually makePatrick Wildt
2017-07-23Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found onMark Kettenis