OpenBSD cvs log

created 2021-10-03T01:39:26Z
begin 2021-09-25T00:00:00Z
end 2021-09-26T00:00:00Z
path src/sys
commits 4

date 2021-09-25T10:43:24Z
author kn
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/gpioleds.c log diff annotate
message Add gpioleds(4) for arm64

This driver provides support for LEDs connected to GPIO pins,
such as those found on the Pinebook Pro.

OK kettenis

date 2021-09-25T18:40:08Z
author kn
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/gpiocharger.c log diff annotate
message Add gpiocharger(4) for arm64

This driver provides support for battery chargers connected to GPIO pins,
such as those found on the Pinebook Pro.

OK kettenis

date 2021-09-25T21:34:21Z
author aoyama
files src/sys/arch/luna88k/dev/omrasops.h log diff annotate
message Add $OpenBSD$ keyword and correct spelling.

date 2021-09-25T23:53:35Z
author aoyama
files src/sys/arch/luna88k/dev/mb89352.c log diff annotate
message Fix a possible race condition in spc_msgin().

This comes from NetBSD:sys/dev/ic/mb89352.c fix by tsutsui:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/ic/mb89352.c.diff?r1=1.57&r2=1.58&f=h

Tested on LUNA-88K2 by me.