created | 2023-05-21T00:33:06Z |
---|---|
begin | 2023-04-01T00:00:00Z |
end | 2023-04-02T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2023-04-01T00:04:40Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/usb/umsm.c | log | diff | annotate |
message |
follow quectel guidance on which usb interfaces umsm should match. the Quectel LTE&5G Linux USB Driver User Guide V2.0 says umsm should only attach to usb interfaces 0 to 3 using the interface class UICLASS_VENDOR. their doco uses magic numbers, but this is what they mean. interfaces 4 and above provide network (not serial) via qmi, ecm, or mbim. preventing umsm from attaching to the high interfaces allows the appropriate network driver to use it instead. eg, umb is now able to attach to the network interface because it presents a standard mbim class. discussed with and tested by kevlo@ ok patric@ sthen@ kevlo@ |
date | 2023-04-01T08:37:23Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ofw/ofw_regulator.c | log | diff | annotate |
src/sys/dev/ofw/ofw_regulator.h | log | diff | annotate | |
message |
Implement regulator notifiers which get called when the voltage/current for a regulator is changed or when the regulator gets initialized when it attaches for the first time. The latter makes it possible to register a notifier for a regulator that hasn't attached yet. ok dlg@ |
date | 2023-04-01T08:39:05Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/files.fdt | log | diff | annotate |
src/sys/dev/fdt/rkiovd.c | log | diff | annotate | |
message |
Add rkiovd(4), a driver for the IO voltage domains on Rockchip SoCs. This driver makes sure the SoC IO voltage domains stay in sync with the voltage provided by the regulator associated with the domain. ok dlg@ |
date | 2023-04-01T08:39:54Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message | Enable rkiovd(4) |