CVS commit: src

2020-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 1 07:41:46 UTC 2021 Modified Files: src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic: Makefile Added Files:

CVS commit: src/sys/arch/arm/amlogic

2020-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 1 07:18:23 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_dwmac.c Log Message: fix to work with various clock frequencies, and add support "amlogic,meson-axg-dwmac" To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/arm/amlogic

2020-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 1 07:17:37 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: mesongx_mmc.c Log Message: adapts to some register differences to add support "amlogic,meson-axg-mmc" To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/sys/arch/arm/amlogic

2020-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 1 07:15:18 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_resets.c Log Message: add "amlogic,meson-axg-reset" to compatible To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/fdt

2020-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 1 03:07:51 UTC 2021 Modified Files: src/sys/dev/fdt: pwmregulator.c Log Message: - remove unnecessary code - handle "enable-gpios" property, and enable/disable GPIOs in pwmregulator_enable() pointed out by thorpej@,

CVS commit: src/usr.bin/xlint

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 01:42:55 UTC 2021 Modified Files: src/usr.bin/xlint/common: externs.h tyname.c src/usr.bin/xlint/lint1: decl.c tree.c Log Message: lint: rename basic_type_name to tspec_name The term "basic type" is precisely

CVS commit: src/usr.bin/xlint/lint1

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 01:38:14 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: clean up warn_incompatible_types Splitting the code arbitrarily in separate phases made the code harder to understand, both for

CVS commit: src/usr.bin/xlint/lint1

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 01:29:30 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: remove redundant printf arguments To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/usr.bin/xlint/lint1/decl.c

CVS commit: src/usr.bin/xlint/lint1

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 01:26:02 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y check-msgs.lua decl.c scan.l Log Message: lint: align comments with actual message, in the lexer and parser To generate a diff of this commit: cvs

CVS commit: src

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 01:07:08 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh src/usr.bin/xlint/lint1: tree.c Added Files:

CVS commit: src/usr.bin/xlint/lint1

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 00:00:24 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: check-msgs.lua decl.c func.c init.c tree.c Log Message: lint: align comments in code with actual messages Redundancy is bad. Especially in this case,

CVS commit: src/usr.bin/xlint/lint1

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 31 22:48:33 UTC 2020 Added Files: src/usr.bin/xlint/lint1: check-msgs.lua Log Message: lint: check messages and their IDs for consistency To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch/arm

2020-12-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 31 20:47:06 UTC 2020 Modified Files: src/sys/arch/arm/dts: rk3328-rock64.dts src/sys/arch/arm/rockchip: rk3328_cru.c rk_i2s.c Log Message: begin to make rock64 audio work. - set status for "analog_sound" to enabled.

CVS commit: src

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 31 18:51:28 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh src/usr.bin/xlint/common: tyname.c src/usr.bin/xlint/lint1: func.c

CVS commit: src/usr.bin/make

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 31 17:39:36 UTC 2020 Modified Files: src/usr.bin/make: main.c meta.c parse.c src/usr.bin/make/filemon: filemon_ktrace.c Log Message: make(1): replace pointers in controlling conditions with booleans To generate

CVS commit: src/usr.bin/xlint/lint1

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 31 16:19:05 UTC 2020 Modified Files: src/usr.bin/xlint/lint1: mkops Log Message: lint: in mkops, replace printf with println One less backslash per line of code. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/dev/fdt

2020-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 31 15:12:34 UTC 2020 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: pwmregulator.c Log Message: add fdt pwm regulator To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/dev/ofw

2020-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 31 15:10:46 UTC 2020 Modified Files: src/sys/dev/ofw: ofw_subr.c openfirm.h Log Message: add of_getprop_uint32_array() To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/ofw/ofw_subr.c cvs rdiff -u

CVS commit: src/sys/dev/ic

2020-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 31 15:09:12 UTC 2020 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: extend the timeout value. dwc_gmac_reset() sometimes takes more time. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/usr.bin/make/unit-tests

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 31 14:26:37 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-for-escape.exp directive-for-escape.mk Log Message: make(1): add test for common and edge cases in .for loop expansion To generate

CVS commit: src/usr.bin/make

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 31 14:10:04 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): fix undefined behavior in SubstVarLong A memcmp implementation that would check the start and end pointers first would have detected this

CVS commit: src/usr.bin/make

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 31 13:56:56 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): make control flow in SubstVarLong of .for loops more obvious To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131

CVS commit: src/usr.bin/make

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 31 13:37:33 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): clean up SubstVarShort in .for loops This function does not need to advance the parsing position, which removes duplicate code. To

CVS commit: src/usr.bin/make/unit-tests

2020-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 31 13:23:43 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-for-escape.exp directive-for-escape.mk Log Message: make(1): add tests for extreme edge cases of .for loop expansion To generate a

CVS commit: src/sys/dev/pci/ixgbe

2020-12-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 31 12:34:33 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Reduce code duplication. No functional change. Add new ixgbe_intr_admin_common() and use it in both ixgbe_msix_admin() and

CVS commit: src/sys/arch/arm/rockchip

2020-12-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Dec 31 11:36:13 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk3328_cru.h Log Message: Fix definition of RK3328_HCLK_I2S1_8CH To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2