created | 2021-11-06T23:59:34Z |
---|---|
begin | 2021-11-05T00:00:00Z |
end | 2021-11-06T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2021-11-05T09:36:30Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/imxehci.c | log | diff | annotate |
message |
Newer i.MX device trees retriee the USB phy using the more generic property name "phys". To handle those, make sure that we look it up and in case it's not there fall back to "fsl,usbphy". ok kettenis@ |
date | 2021-11-05T11:38:29Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/pv/if_vio.c | log | diff | annotate |
src/sys/dev/pv/pvbus.c | log | diff | annotate | |
src/sys/dev/pv/pvclock.c | log | diff | annotate | |
src/sys/dev/pv/vioblk.c | log | diff | annotate | |
src/sys/dev/pv/viocon.c | log | diff | annotate | |
src/sys/dev/pv/viomb.c | log | diff | annotate | |
src/sys/dev/pv/viornd.c | log | diff | annotate | |
src/sys/dev/pv/vioscsi.c | log | diff | annotate | |
src/sys/dev/pv/vmmci.c | log | diff | annotate | |
src/sys/dev/pv/vmt.c | log | diff | annotate | |
message | Constify struct cfattach. |
date | 2021-11-05T11:38:51Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/usb/if_bwfm_usb.c | log | diff | annotate |
message | Constify struct cfattach. |
date | 2021-11-05T11:38:52Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/usb/if_urndis.c | log | diff | annotate |
message | Constify struct cfattach. |
date | 2021-11-05T15:18:24Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/if_fec.c | log | diff | annotate |
message |
Newer i.MX device trees store the skew information in the PHY's node, which we can access through the phy-handle. If there's no reference, keep doing what we have been doing so far. ok kettenis@ |