OpenBSD cvs log

created 2019-05-08T22:53:06Z
begin 2018-03-19T00:00:00Z
end 2018-03-20T00:00:00Z
path src/sys
commits 3

date 2018-03-19T13:49:06Z
author patrick
files src/sys/dev/fdt/mvpinctrl.c log diff annotate
message Switch mvpinctrl(4) from a last match to first match principle. This is
needed as the full configuration table for an SoC can specify a function
(maybe erroneously) more than once, and the tables are designed so that
the first match counts. This is in preparation for a followup diff that
makes use of the full table.

ok kettenis@

date 2018-03-19T17:07:20Z
author kettenis
files src/sys/dev/fdt/mvpinctrl.c log diff annotate
src/sys/dev/fdt/mvpinctrl_pins.h log diff annotate
message Use a table that is automatically generated from data extracted from the
Linux kernel for encoding pin functions.

ok patrick@

date 2018-03-19T21:40:32Z
author kettenis
files src/sys/dev/sdmmc/sdhc.c log diff annotate
src/sys/dev/sdmmc/sdhcreg.h log diff annotate
src/sys/dev/sdmmc/sdhcvar.h log diff annotate
message Make it possible for the sdhc(4) attachment glue to specify the base clock
frequency.

ok patrick@, visa@