History log of /openbsd/sys/dev/fdt/ociic.c (Results 1 – 4 of 4)
Revision Date Author Comments
# b20edd33 15-May-2024 kettenis <kettenis@openbsd.org>

Recent OpenSBI versions implement shutdown and reboot through the DA9063
PMIC, but expect the I2C controller to remain enabled. Adjust ociic(4)
such that this is the case.

ok jca@


# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# 6c4b29ed 23-Jun-2021 kettenis <kettenis@openbsd.org>

Make sure the bus is idle before starting a transfer.

ok deraadt@


# 9b3c43d5 16-Jun-2021 kettenis <kettenis@openbsd.org>

Add ociic(4) and dapmic(4). The first is a driver for the OpenCores I2C
controller and the latter is a driver for the Dialog DA9063 PMIC. The
dapmic(4) driver currently supports the integrated RTC

Add ociic(4) and dapmic(4). The first is a driver for the OpenCores I2C
controller and the latter is a driver for the Dialog DA9063 PMIC. The
dapmic(4) driver currently supports the integrated RTC and also provides
support for resetting and powering down an application processor. This
functionality is used to support rebooting the SiFive Unmatched board.

ok deraadt@

show more ...