created | 2021-02-06T23:08:24Z |
---|---|
begin | 2021-02-05T00:00:00Z |
end | 2021-02-06T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2021-02-05T00:05:20Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/exynos/Attic/exuart.c | log | diff | annotate |
src/sys/arch/armv7/exynos/Attic/exuartreg.h | log | diff | annotate | |
src/sys/arch/armv7/exynos/files.exynos | log | diff | annotate | |
src/sys/dev/fdt/exuart.c | log | diff | annotate | |
src/sys/dev/fdt/exuartreg.h | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
message |
Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7. ok kettenis@ |
date | 2021-02-05T00:08:26Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/exuart.c | log | diff | annotate |
message |
Rename probe/attach functions to fit our regular naming scheme. Replace &armv7_bs_tag with fdt_cons_bs_tag, which is our early console bus tag for both arm64 and armv7. On armv7, it points to &armv7_bs_tag. With this we can get rid of the armv7var.h include. Reduce a bit of diff to imxuart(4). ok kettenis@ |
date | 2021-02-05T00:13:37Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/exuart.c | log | diff | annotate |
message | Fix whitespace. |
date | 2021-02-05T00:25:19Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/exuartreg.h | log | diff | annotate |
message | Fix CVS tag. |
date | 2021-02-05T00:42:25Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/bcm2835_dwctwo.c | log | diff | annotate |
src/sys/dev/fdt/exuart.c | log | diff | annotate | |
src/sys/dev/fdt/tcpci.c | log | diff | annotate | |
message | arm_intr_establish_fdt() has long been renamed to fdt_intr_establish(). |
date | 2021-02-05T08:17:22Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/ugen.c | log | diff | annotate |
message |
Prevent that when ugen(4) tries to set an alternative configuration descriptor (usually doesn't happen), that we continue to use an outdated cdesc pointer which still refers to the previous cdesc. Instead update the cdesc pointer to the new configuration descriptor. Reported by Thomas Jeunet <cleptho AT gmail DOT com> ok phessler@ |
date | 2021-02-05T16:47:48Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/if_ethersubr.c | log | diff | annotate |
message | Fix whitespace. |