created | 2020-12-27T21:54:08Z |
---|---|
begin | 2020-12-19T00:00:00Z |
end | 2020-12-20T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2020-12-19T01:18:11Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/imxccm.c | log | diff | annotate |
src/sys/dev/fdt/imxccm_clocks.h | log | diff | annotate | |
message | Add support for the i.MX8MP PCIe clocks. |
date | 2020-12-19T01:21:35Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/imxdwusb.c | log | diff | annotate |
message | There's no need to include the OFW GPIO header. |
date | 2020-12-19T06:28:42Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/arch/arm64/arm64/acpi_machdep.c | log | diff | annotate |
src/sys/arch/i386/i386/acpi_machdep.c | log | diff | annotate | |
message |
Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few uvm_km_valloc(9) to km_alloc(9). tested on arm64 by bluhm@, i386 by me ok kettenis@ |