created | 2018-11-30T02:53:49Z |
---|---|
begin | 2018-08-27T00:00:00Z |
end | 2018-08-28T00:00:00Z |
path | src/sys |
commits | 14 |
date | 2018-08-27T06:43:28Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/dwmmc.c | log | diff | annotate |
message | HiSilicon SoCs pre-divide the clock by a factor 8. |
date | 2018-08-27T09:30:07Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/simplefb.c | log | diff | annotate |
src/sys/dev/pci/drm/radeon/radeon_kms.c | log | diff | annotate | |
src/sys/dev/rasops/rasops.c | log | diff | annotate | |
src/sys/dev/rasops/rasops.h | log | diff | annotate | |
message |
Add an interface that allows drivers to claim a framebuffer and check whether another driver has already claimed a framebuffer. Use this in radeondrm(4) and simplefb(4) to prevent the latter from attaching if radeondrm(4) is attached to the hardware that provides the framebuffer set up by the firmware. ok mlarkin@ |
date | 2018-08-27T10:03:26Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
message |
Enable radeondrm(4). Note that on arm64 we do not yet have a way to determine whether radeondrm(4) is the console or not. So leave out the bits that try to make sure the console ends up with drm0/wsdisplay0 that we have on other platforms. |
date | 2018-08-27T10:03:35Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/fdt/pinctrl.c | log | diff | annotate |
message |
handle 16 bit register width required for omap3/omap4 ok kettenis@ |
date | 2018-08-27T10:05:18Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/armv7/conf/GENERIC | log | diff | annotate |
src/sys/arch/armv7/conf/RAMDISK | log | diff | annotate | |
message |
switch from ompinmux to pinctrl ok kettenis@ |
date | 2018-08-27T10:17:35Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/armv7/omap/files.omap | log | diff | annotate |
src/sys/arch/armv7/omap/Attic/ompinmux.c | log | diff | annotate | |
message | ompinmux has been replaced by pinctrl |
date | 2018-08-27T13:56:11Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/hidwusb.c | log | diff | annotate | |
message | Add glue for the USB3 controller on the HiKey 970. |
date | 2018-08-27T14:12:59Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/files.fdt | log | diff | annotate |
src/sys/dev/fdt/hireset.c | log | diff | annotate | |
message |
Add hirest(4), a driver to support reset signal controller blocks on HiSilicon SoCs. |
date | 2018-08-27T15:56:22Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message | Enable hireset(4). |
date | 2018-08-27T15:57:39Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/kcov.c | log | diff | annotate |
src/sys/sys/proc.h | log | diff | annotate | |
message |
Rename struct kd -> kcov_dev. The terse name was initially fine since it wasn't used outside of dev/kcov.c. Nowadays, struct proc includes a kcov pointer and it therefore deserves a more descriptive name. Prodded by visa@; ok deraadt@ visa@ |
date | 2018-08-27T19:32:48Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
src/sys/arch/i386/conf/GENERIC | log | diff | annotate | |
message | move bwfm* at pci? to the wireless section |
date | 2018-08-27T20:05:06Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/hiclock.c | log | diff | annotate | |
message | Add hiclock(4). Make sure hireset(4) attaches early. |
date | 2018-08-27T20:13:16Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/dwmmc.c | log | diff | annotate |
message |
Add 64-bit DMA support. Enable DMA on HiSilicon SoCs. ok patrick@ |
date | 2018-08-27T21:09:47Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/hitemp.c | log | diff | annotate | |
message |
Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660 and Hi3670 SoCs. |