#
9fdf0c62 |
| 24-Oct-2021 |
mpi <mpi@openbsd.org> |
Constify struct cfattach.
ok visa@ a long time ago, ok patrick@
|
#
69575cce |
| 11-Mar-2021 |
patrick <patrick@openbsd.org> |
Make sure to skip attaching disabled I2C devices. This can happen on hardware which include a common parent block in their device trees and only enable the components that were actually implemented,
Make sure to skip attaching disabled I2C devices. This can happen on hardware which include a common parent block in their device trees and only enable the components that were actually implemented, as seen on e.g. the NanoPi R4S.
ok kettenis@
show more ...
|
#
798f1d07 |
| 01-Mar-2020 |
kettenis <kettenis@openbsd.org> |
Implement support for read transfers larger than 32 bytes. Register the i2c bus like we do for mviic(4) such that we can access it from other drivers. This will be used for HDMI support on the near
Implement support for read transfers larger than 32 bytes. Register the i2c bus like we do for mviic(4) such that we can access it from other drivers. This will be used for HDMI support on the near future.
tested by otto@, kurt@ ok patrick@
show more ...
|
#
5aee12e8 |
| 31-Dec-2018 |
kettenis <kettenis@openbsd.org> |
Set assigned-clocks.
|
#
f98dd03b |
| 25-Feb-2018 |
kettenis <kettenis@openbsd.org> |
Add RK3328 support.
|
#
bc186453 |
| 08-Oct-2017 |
kettenis <kettenis@openbsd.org> |
Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards.
ok patrick@, jsg@
|
#
d1cecf06 |
| 27-Aug-2017 |
kettenis <kettenis@openbsd.org> |
Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399.
|