created | 2023-07-08T13:03:01Z |
---|---|
begin | 2023-07-01T00:00:00Z |
end | 2023-07-02T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2023-07-01T08:20:38Z | |||
---|---|---|---|---|
author | jsing | |||
files | src/sys/arch/riscv64/dev/stftemp.c | log | diff | annotate |
message |
Add support for JH7110 to stftemp(4). This adds temperature sensor support for the Starfive VisionFive 2. ok kettenis@ |
date | 2023-07-01T08:22:41Z | |||
---|---|---|---|---|
author | jsing | |||
files | src/sys/dev/fdt/dwmmc.c | log | diff | annotate |
message |
Add support for JH7110 to dwmmc(4). This makes the eMMC and microSD mostly work on the Starfive VisionFive 2. ok kettenis@ |
date | 2023-07-01T08:27:26Z | |||
---|---|---|---|---|
author | jsing | |||
files | src/sys/dev/fdt/dwmmc.c | log | diff | annotate |
message |
Warn and fail to attach dwmmc(4) if no clock base is found. This makes it easier to track down clock related issues. ok kettenis@ |
date | 2023-07-01T15:50:18Z | |||
---|---|---|---|---|
author | drahn | |||
files | src/sys/dev/fdt/qcpas.c | log | diff | annotate |
message |
Enable AC detection in qcpas driver. Will enable apm -A once cpu P-state driver is added. |
date | 2023-07-01T16:34:29Z | |||
---|---|---|---|---|
author | drahn | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
message |
Add driver for QC cpu Power States. ok kettenis@ patrick@ |
date | 2023-07-01T16:34:30Z | |||
---|---|---|---|---|
author | drahn | |||
files | src/sys/dev/fdt/files.fdt | log | diff | annotate |
src/sys/dev/fdt/qccpu.c | log | diff | annotate | |
message |
Add driver for QC cpu Power States. ok kettenis@ patrick@ |
date | 2023-07-01T18:59:11Z | |||
---|---|---|---|---|
author | drahn | |||
files | src/sys/dev/fdt/qccpu.c | log | diff | annotate |
message | Add sensor to qccpu to be able to show all cpu frequencies. |