created | 2019-08-12T15:40:05Z |
---|---|
begin | 2019-08-11T00:00:00Z |
end | 2019-08-12T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2019-08-11T10:03:32Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ic/pluart.c | log | diff | annotate |
message |
Fix an issue where output gets stuck when a machine is under load. Also make sure Tx interrupts are counted. ok deraadt@ |
date | 2019-08-11T11:16:05Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/ehci_fdt.c | log | diff | annotate |
message |
The "phy-names" property has been dropped from the Linux device trees so make initialization of the PHYs work without it. Simply initialize all the PHYs; there should only be one anyway. ok patrick@ |
date | 2019-08-11T11:19:41Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/arch/armv7/conf/GENERIC | log | diff | annotate | |
src/sys/arch/armv7/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/sxisyscon.c | log | diff | annotate | |
message |
Add sxisyscon(4) a driver for the system controller found on various Allwinner SoCs. This is basically a stripped down syscon(4) and is needed because the Linux device trees dropped the "syscon" compatible. ok patrick@ |
date | 2019-08-11T14:38:20Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/axppmic.c | log | diff | annotate |
message |
Add battery sensors for the AXP803. A somewhat recent Linux DT is needed to expose these sensors. Heavily based on a diff from Krystian Lewandowski. |
date | 2019-08-11T14:46:18Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/arch/armv7/conf/GENERIC | log | diff | annotate | |
src/sys/arch/armv7/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/sxirtc.c | log | diff | annotate | |
message |
Add clock support to sxirtc(4); needed by newer Linux DTs. ok patrick@ |