created | 2019-01-12T16:04:21Z |
---|---|
begin | 2019-01-01T00:00:00Z |
end | 2019-01-02T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2019-01-01T03:19:37Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/vector.S | log | diff | annotate |
message | Fix comment typo |
date | 2019-01-01T07:06:44Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/kern/init_main.c | log | diff | annotate |
message | copyright++; |
date | 2019-01-01T11:15:15Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
message | Fix typo in RK3328 fractional PLL frequency code. |
date | 2019-01-01T12:19:57Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
message | Make sure we don't exceed the maximum clock divider. |
date | 2019-01-01T12:35:41Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
message |
Implement switching to different parent clocks in order to get as close to the desired frequency as possible when setting the frequency of a clock. |
date | 2019-01-01T14:41:46Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
src/sys/dev/fdt/rkclock_clocks.h | log | diff | annotate | |
message | Add RK3328 TSADC clock. |
date | 2019-01-01T15:54:33Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
src/sys/dev/fdt/rkclock_clocks.h | log | diff | annotate | |
message | Add RK3399 TSADC clock. |
date | 2019-01-01T15:56:19Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rktemp.c | log | diff | annotate |
message | Set assigned-clocks. |
date | 2019-01-01T17:12:58Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
src/sys/dev/fdt/rkclock_clocks.h | log | diff | annotate | |
message |
Add some additional RK3399 clocks that are used by the current Linux mainline device tree. |