History log of /openbsd/sys/dev/fdt/mviic.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 9fdf0c62 24-Oct-2021 mpi <mpi@openbsd.org>

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


# c1762c82 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.

show more ...


# b7fb96c6 07-Sep-2019 patrick <patrick@openbsd.org>

Register mviic(4) in the I2C framework.

ok kettenis@


# 44837ee3 06-Sep-2019 patrick <patrick@openbsd.org>

Add mviic(4), a driver to support the I2C controller on the
Armada 3700 SoC.

With feedback from and ok kettenis@