created | 2019-03-16T16:06:33Z |
---|---|
begin | 2019-03-13T00:00:00Z |
end | 2019-03-14T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-03-13T09:28:21Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm/arm/db_interface.c | log | diff | annotate |
src/sys/arch/arm/arm/undefined.c | log | diff | annotate | |
src/sys/arch/arm/arm/vfp.c | log | diff | annotate | |
src/sys/arch/arm/include/undefined.h | log | diff | annotate | |
src/sys/arch/arm/include/vfp.h | log | diff | annotate | |
message |
Store whether or not the VFP was active on entering the unhandled instruction trap and pass it to the VFP fault handler, so that it knows if we faulted with the VFP active or disabled. Reading the status in the VFP fault handler does not work since at that point the VFP already got disabled. ok kettenis@ |
date | 2019-03-13T09:41:12Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/imxccm.c | log | diff | annotate |
message |
Since new bindings might use the same clock index for divs, gates and muxes, quietly return if the clock has no gate, but it's a div/mux. With this clocks that are defined in both gates and divs/muxes can be enabled. |
date | 2019-03-13T09:49:46Z | |||
---|---|---|---|---|
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 i.MX8M PWM clocks. |