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