created | 2023-05-21T00:39:40Z |
---|---|
begin | 2023-04-02T00:00:00Z |
end | 2023-04-03T00:00:00Z |
path | src/sys |
commits | 11 |
date | 2023-04-02T01:21:39Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/fdt/files.fdt | log | diff | annotate |
src/sys/dev/fdt/rkusbphy.c | log | diff | annotate | |
message |
add rkusbphy(4), a driver for the usb2phy on rockchip SoCs. the rkusbphy device has children nodes in the device tree which are the actual phys. this driver mostly exists to wire those children up as PHYs and turn the associated regulators on when a host controller enables the PHYs. in the future it should enable clocks and take ports out of suspend too. i'm not enabling this yet because it's useless without some tweaks in the usb host controller drivers. ok kettenis@ |
date | 2023-04-02T03:40:54Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/arch/amd64/conf/RAMDISK_CD | log | diff | annotate |
message |
nable ngbe(4) on install media. Passes 'make release' build. Pointed out by miod@, patrick@ |
date | 2023-04-02T08:53:01Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/ic/ufshci.c | log | diff | annotate |
message | zap excessive semicolons; ok mglocker@ |
date | 2023-04-02T11:28:23Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/mii/rgephy.c | log | diff | annotate |
message |
Add support for the RTL8211F-VD PHY. ok kevlo@ |
date | 2023-04-02T11:32:48Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/acpi/dsdt.h | log | diff | annotate |
message |
add Windows 11 _OSI strings ok mlarkin@ |
date | 2023-04-02T17:01:48Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message | New TEMPerGold device. |
date | 2023-04-02T17:02:08Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | Regen |
date | 2023-04-02T17:03:14Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/ugold.c | log | diff | annotate |
message |
Add support for TEMPerGold 3.4 to ugold(4). ok landry@ |
date | 2023-04-02T23:55:12Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message |
add more quectel usb device ids this list comes from the Quectel LTE&5G Linux USB Driver User Guide v2.0 ok miod@ |
date | 2023-04-02T23:56:19Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | regen |
date | 2023-04-02T23:57:57Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/usb/umsm.c | log | diff | annotate |
message |
fill out the list of quectel devices that should be supported. the list comes from the Quectel LTE&5G Linux USB Driver User Guide V2.0 and claims that all these devices function the same as each other. ok miod@ |