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

2021-02-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 7 21:15:41 UTC 2021 Modified Files: src/sys/arch/arm/include: cpufunc.h Log Message: Add ENABLE_INTERRUPT() / DISABLE_INTERRUPT() macros for compatibility with aarch64. To generate a diff of this commit: cvs rdiff -u

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

2021-02-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 7 13:59:36 UTC 2021 Modified Files: src/sys/arch/arm/ofw: openfirm.c Log Message: Rename argument "bootspec" to avoid shadowing a global To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2021-02-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 7 10:47:40 UTC 2021 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Check for programming errors in _bus_dmamap_load_buffer To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132

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

2021-02-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 7 10:20:36 UTC 2021 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: pretty print To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/sys/arch/arm/arm32/bus_dma.c Please note that diffs

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

2021-02-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 7 10:19:49 UTC 2021 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Consistently use %#x, etc To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/arch/arm/arm32/bus_dma.c Please note

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

2021-02-06 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 6 12:53:37 UTC 2021 Modified Files: src/sys/arch/arm/xscale: pxa2x0_ac97.c Log Message: Fix "locking against myself". halt_{input,output} will be called with sc_intr_lock held. To generate a diff of this commit: cvs

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

2021-02-05 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 6 07:16:54 UTC 2021 Modified Files: src/sys/arch/arm/xscale: pxa2x0_ac97.c Log Message: Calling halt_{input,output} is done by the MI audio layer if necessary. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/arch/arm

2021-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 5 08:07:14 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_platform.c src/sys/arch/arm/nxp: imx6_platform.c src/sys/arch/arm/ti: omap3_platform.c src/sys/arch/arm/vexpress:

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

2021-02-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 4 22:55:36 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: mesong12_clkc.c Log Message: Fix C error in G12_CLK_vid_pll To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/arm

2021-02-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Feb 4 22:36:54 UTC 2021 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c src/sys/arch/arm/altera: cycv_platform.c src/sys/arch/arm/amlogic: meson_platform.c src/sys/arch/arm/broadcom:

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

2021-02-03 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Feb 3 14:22:21 UTC 2021 Modified Files: src/sys/arch/arm/iomd: vidcaudio.c Log Message: Remove a comment no longer correct. Because halt_output is no longer called from an interrupt context, but that does not mean it's better

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

2021-01-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 1 01:52:05 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: files.meson Log Message: defflag SOC_MESONG12 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/amlogic/files.meson Please

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

2021-01-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 31 06:18:50 UTC 2021 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Fix (unused) PRRR_NOSn #define To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/arch/arm/include/armreg.h

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

2021-01-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 31 05:59:55 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: One #include "opt_cputypes.h" is enough for anyone To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180

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

2021-01-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 30 09:48:59 UTC 2021 Modified Files: src/sys/arch/arm/nxp: imx6_usb.c Log Message: Don't print undefined interrupt value To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/nxp/imx6_usb.c Please

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

2021-01-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 30 09:36:46 UTC 2021 Modified Files: src/sys/arch/arm/nxp: imx6_clk.c Log Message: Pretty print To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nxp/imx6_clk.c Please note that diffs are not

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

2021-01-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 29 14:12:01 UTC 2021 Modified Files: src/sys/arch/arm/altera: cycv_dwcmmc.c cycv_gmac.c Log Message: fdtbus_intr_establish -> fdtbus_intr_establish_xname To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2021-01-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 29 14:11:14 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_bsc_fdt.c bcm2835_com.c bcm2835_dmac.c bcm2835_dwctwo.c bcm2835_emmc.c bcm2835_gpio.c bcm2835_mbox_fdt.c bcm2835_sdhost.c

CVS commit: src/sys/arch/arm

2021-01-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jan 29 13:10:08 UTC 2021 Modified Files: src/sys/arch/arm/altera: cycv_platform.c src/sys/arch/arm/amlogic: meson_platform.c src/sys/arch/arm/nxp: imx6_platform.c src/sys/arch/arm/ti: ti_gpio.c Log

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

2021-01-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jan 29 13:07:32 UTC 2021 Modified Files: src/sys/arch/arm/ti: ti_gpio.c Log Message: Sort headers. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/ti/ti_gpio.c Please note

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

2021-01-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 29 07:58:57 UTC 2021 Modified Files: src/sys/arch/arm/arm32: fault.c Log Message: the last_fault_code DEBUG variable is not MP safe, so don't compile it in. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115

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

2021-01-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 29 07:00:28 UTC 2021 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: More debug To generate a diff of this commit: cvs rdiff -u -r1.423 -r1.424 src/sys/arch/arm/arm32/pmap.c Please note that diffs are not

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

2021-01-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jan 29 06:24:19 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_drm.c Log Message: Fix previous; sunxidrm(4) couldn't be probed on Allwinner A64 due to trailing whitespace in compat string. To generate a diff of this

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

2021-01-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 29 06:22:05 UTC 2021 Modified Files: src/sys/arch/arm/arm32: fault.c Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/arch/arm/arm32/fault.c Please note that diffs are

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

2021-01-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 28 11:45:31 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: mesongx_mmc.c Log Message: port-arm/55957: Odroid C2 can not access eMMC card A few changes to clock setup: - Disable clock while changing dividers - Set

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

2021-01-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 27 13:50:17 UTC 2021 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Trailing whitespace... heh To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/arm/armv6_start.S Please

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

2021-01-27 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Jan 27 12:06:10 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_vcaudio.c Log Message: vcaudio: Do not report recording mode in hardware format To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2021-01-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 27 08:40:32 UTC 2021 Modified Files: src/sys/arch/arm/include: asan.h Log Message: Style. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/include/asan.h Please note that diffs are not

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 03:16:37 UTC 2021 Modified Files: src/sys/arch/arm/samsung: exynos_platform.c Log Message: Rename of_match_compat_data() to of_compatible_match(). Similarly, rename of_search_compatible() to of_compatible_lookup().

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:14:49 UTC 2021 Modified Files: src/sys/arch/arm/nxp: if_enet_imx.c imx6_pcie.c imx6_spi.c imx8mq_usbphy.c imx_sdhc.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:12:16 UTC 2021 Modified Files: src/sys/arch/arm/ti: ti_gpio.c ti_iic.c ti_omapintc.c ti_omaptimer.c ti_sdhc.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u -r1.8

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:09:39 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sun4i_a10_ccu.c sun4i_dma.c sun6i_dma.c sun8i_crypto.c sunxi_can.c sunxi_codec.c sunxi_de2_ccu.c sunxi_dep.c sunxi_emac.c sunxi_gpio.c

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:03:10 UTC 2021 Modified Files: src/sys/arch/arm/sociox: if_ave.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/sociox/if_ave.c Please note

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:01:53 UTC 2021 Modified Files: src/sys/arch/arm/samsung: exynos_dwcmmc.c exynos_pinctrl.c exynos_platform.c exynos_usbdrdphy.c exynos_usbphy.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:00:02 UTC 2021 Modified Files: src/sys/arch/arm/rockchip: rk3399_iomux.c rk_pwm.c rk_tsadc.c rk_usb.c rk_v1crypto.c rk_vop.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 01:58:15 UTC 2021 Modified Files: src/sys/arch/arm/nvidia: tegra_ahcisata.c tegra_pcie.c tegra_soctherm.c tegra_xusb.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 01:54:06 UTC 2021 Modified Files: src/sys/arch/arm/fdt: gicv3_fdt.c pcihost_fdt.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/fdt/gicv3_fdt.c

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 01:49:36 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_pinctrl.c meson_pwm.c meson_thermal.c meson_usbctrl.c meson_usbphy.c mesong12_clkc.c mesongx_mmc.c mesongxbb_clkc.c Log

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

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 01:47:40 UTC 2021 Modified Files: src/sys/arch/arm/altera: cycv_clkmgr.c Log Message: Use DEVICE_COMPAT_EOL. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/altera/cycv_clkmgr.c Please

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

2021-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 26 00:29:22 UTC 2021 Modified Files: src/sys/arch/arm/acpi: acpipchb.c Log Message: acpipchb is a bus, so claim all child ACPI device nodes To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2021-01-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 24 14:51:01 UTC 2021 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: More debug To generate a diff of this commit: cvs rdiff -u -r1.422 -r1.423 src/sys/arch/arm/arm32/pmap.c Please note that diffs are not

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

2021-01-23 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Jan 23 12:53:46 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_vcaudio.c Log Message: vcaudio: don't advertise CAPTURE when all functions return EINVAL To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2021-01-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 23 12:34:19 UTC 2021 Modified Files: src/sys/arch/arm/acpi: cpu_acpi.c Log Message: fit in 80 columns To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/acpi/cpu_acpi.c Please note that

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

2021-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 20 00:48:49 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_sramc.c Log Message: Fix previous; of_search_compatible returns the sentinel when there is no match, so we need to test ->data for NULL, not the return

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

2021-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 19 03:25:50 UTC 2021 Modified Files: src/sys/arch/arm/altera: cycv_clkmgr.c Log Message: Use device_compatible_entry / of_search_compatible() to match the clock type rather than calling of_compatible() on different sets

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

2021-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 19 00:40:17 UTC 2021 Modified Files: src/sys/arch/arm/fdt: gicv3_fdt.c Log Message: Use device_compatible_entry / of_search_compatible() for the GICv3 quirk table. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/sys/arch/arm

2021-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 19 00:38:52 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c src/sys/arch/arm/rockchip: rk_tsadc.c src/sys/arch/arm/samsung: exynos_dwcmmc.c Log Message: Use device_compatible_entry /

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

2021-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 19 00:36:09 UTC 2021 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: Use device_compatible_entry / of_search_compatible() rather than matching against multiple sets of compatinbility strings. To

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

2021-01-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 19 00:35:10 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_sramc.c Log Message: Use device_compatible_entry / of_search_compatible() rather than matching against multiple sets of compatibility strings. To

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

2021-01-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 18 23:43:35 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gtmr.c Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/arm/cortex/gtmr.c Please note that diffs are

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

2021-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 18 13:29:37 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_gpio.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/sunxi/sunxi_gpio.c Please note

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

2021-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 19:53:05 UTC 2021 Modified Files: src/sys/arch/arm/fdt: acpi_fdt.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/fdt/acpi_fdt.c Please note that

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

2021-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 19:51:43 UTC 2021 Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c Log Message: Fit in 80 columns. NFC. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/fdt/arm_simplefb.c Please

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

2021-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 19:03:50 UTC 2021 Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c Log Message: Use vcons_earlyinit To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/fdt/arm_simplefb.c Please note

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

2021-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 14:28:25 UTC 2021 Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c Log Message: fix build without VCONS_DRAW_INTR To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/fdt/arm_simplefb.c

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 21:05:15 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gicv3.c gicv3.h gicv3_its.c gicv3_its.h Log Message: Remove MAXCPUS dependency. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 23:58:18 UTC 2021 Modified Files: src/sys/arch/arm/nxp: if_enet_imx.c imx6_pcie.c imx6_pwm.c imx6_spi.c imx6_usb.c imx_ahcisata.c imx_com.c imx_gpio.c imx_sdhc.c imxwdog.c Log Message: use

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 23:19:33 UTC 2021 Modified Files: src/sys/arch/arm/ti: if_cpsw.c ti_com.c ti_ehci.c ti_gpio.c ti_iic.c ti_motg.c ti_omaptimer.c ti_sdhc.c Log Message: use fdtbus_intr_establish_xname To generate a diff

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 23:11:59 UTC 2021 Modified Files: src/sys/arch/arm/nvidia: tegra_ahcisata.c tegra_apbdma.c tegra_cec.c tegra_com.c tegra_drm_mode.c tegra_ehci.c tegra_hdaudio.c tegra_i2c.c tegra_mc.c

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 23:02:38 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sun6i_spi.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/sunxi/sun6i_spi.c Please note

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 23:02:07 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sun6i_spi.c Log Message: use fdtbus_intr_establish_xname To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/sunxi/sun6i_spi.c

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

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 22:47:33 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sun4i_dma.c sun4i_emac.c sun4i_spi.c sun6i_dma.c sun8i_codec.c sun8i_crypto.c sunxi_can.c sunxi_emac.c sunxi_gmac.c sunxi_gpio.c

CVS commit: src/sys/arch/arm

2021-01-15 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 15 18:42:41 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_dwmac.c meson_sdhc.c meson_sdio.c meson_uart.c mesongx_mmc.c src/sys/arch/arm/fdt: a9ptmr_fdt.c a9tmr_fdt.c aaci_fdt.c gtmr_fdt.c

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

2021-01-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 8 00:13:21 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_thermal.c Log Message: shut up a clang warning about snprintf() called with a variable as format string NFCI To generate a diff of this commit: cvs

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

2021-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 1 11:58:21 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: mesongx_mmc.c Log Message: Use symbolic names for hwtype values. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2021-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 1 11:51:47 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: mesongx_mmc.c Log Message: #define To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/amlogic/mesongx_mmc.c Please note that

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

2021-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 1 11:44:41 UTC 2021 Modified Files: src/sys/arch/arm/rockchip: rk_i2s.c Log Message: rk_i2s.c To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/rockchip/rk_i2s.c Please note that diffs are

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/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/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

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

2020-12-30 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 31 06:44:11 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk_i2s.c Log Message: save the return value of fdtbus_clock_enable() so we can both report it correctly instead of always 0, and also return failure to the

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

2020-12-30 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Dec 31 02:16:14 UTC 2020 Modified Files: src/sys/arch/arm/imx: if_enet.c Log Message: enet(4): fix refactoring accident. Spotted by mrg@. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

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

2020-12-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 26 22:28:35 UTC 2020 Removed Files: src/sys/arch/arm/imx: imx7_ccmreg.h imx7_ccmvar.h imx7_gpcreg.h imx7_iomuxreg.h imx7_ocotpreg.h imx7_srcreg.h imx7_usbreg.h imx7var.h Log Message: G/C To

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

2020-12-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Dec 24 14:44:49 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/cortex/gicv3_its.c Please note

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

2020-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 23 16:52:06 UTC 2020 Modified Files: src/sys/arch/arm/nxp: imx6_spi.c Log Message: Attachment pretty print To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nxp/imx6_spi.c Please note that

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

2020-12-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Dec 23 11:05:08 UTC 2020 Modified Files: src/sys/arch/arm/acpi: gicv3_acpi.c Log Message: Future-proof ID_AA64PFR0_EL1.GIC test -- any value other than 0 means that the GIC CPU interface is supported. To generate a diff

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

2020-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 23 02:56:11 UTC 2020 Modified Files: src/sys/arch/arm/broadcom: bcm2835_bsc_fdt.c Log Message: Add missing call to fdtbus_register_i2c_controller(). This doesn't affect basic child attachment, but would have broken

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

2020-12-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 22 13:07:33 UTC 2020 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Count bus_dmamap_sync events for coherent ranges and non-coherent ranges To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129

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

2020-12-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 22 10:46:51 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gicv3.c Log Message: When lpiconf flushing is required, make sure to flush to PoC and not PoU. Spotted by nick. To generate a diff of this commit: cvs

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

2020-12-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 20 10:34:33 UTC 2020 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: style fix To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/arch/arm/arm32/bus_dma.c Please note that diffs

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

2020-12-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 19 23:22:18 UTC 2020 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: No need to allocate bounce buffers if we have a single range that covers all of physical memory. To generate a diff of this commit:

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

2020-12-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 18 07:40:27 UTC 2020 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Make this compile on arm To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm/efi_runtime.c Please note

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

2020-12-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Dec 17 08:47:18 UTC 2020 Modified Files: src/sys/arch/arm/fdt: arm_fdt.c Log Message: No need for PMAP_WRITE_BACK here (also aa32 pmap doesn't know about it) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2020-12-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Dec 14 01:58:48 UTC 2020 Modified Files: src/sys/arch/arm/include: ptrace.h Log Message: Obsolete PT_STEP and friends, that have never been implemented. PT_STEP was exposed to userland for NetBSD 1.6 to 9, and PT_SETSTEP and

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

2020-12-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Dec 11 22:42:31 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: Simplify gits_command by getting rid of the _BYTE_ORDER test and just always use the loop + htole64 path. To generate a diff of

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

2020-12-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Dec 11 21:40:50 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gic_v2m.c gicv3_its.c Log Message: Preserve ST Lower and Upper fields when clearing Mask bit in the MSI-X vector control register. To generate a diff of

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

2020-12-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Dec 11 21:22:37 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gicv3.c Log Message: Fix spelling in comment. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/cortex/gicv3.c Please note

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

2020-12-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Dec 11 09:14:19 UTC 2020 Modified Files: src/sys/arch/arm/arm: bcopyinout.S Log Message: arm copyin/out: make copyin not use copyout's epilogue (typo in labels) The epilogues are the same, so this is harmless, but if they

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

2020-12-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Dec 9 15:28:38 UTC 2020 Modified Files: src/sys/arch/arm/footbridge: footbridge_intr.h Log Message: Remove include and assume users already include that. Removes an include cycle when including via: ys/time.h,

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

2020-12-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 6 14:01:40 UTC 2020 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c Log Message: acpi: Cleanup SPCR setup and style fixes. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2020-12-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 6 12:40:58 UTC 2020 Modified Files: src/sys/arch/arm/acpi: acpipchb.c Log Message: Style fixes. NFC. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/acpi/acpipchb.c Please note that

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

2020-12-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Dec 4 21:39:26 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gicv3.c gicv3.h Log Message: gicv3: Only use 1 of N SPI distribution when the feature is available. A GICv3+ implementation is not guaranteed to support 1

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

2020-12-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 4 08:00:53 UTC 2020 Modified Files: src/sys/arch/arm/arm: psci.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm/psci.c Please note that diffs are not

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

2020-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 4 07:12:57 UTC 2020 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Use __func__ in panic calls (and misc style changes) To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126

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

2020-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 4 07:11:35 UTC 2020 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Update stats in the coherent case. Reported by jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125

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

2020-12-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 3 10:23:45 UTC 2020 Modified Files: src/sys/arch/arm/arm32: db_machdep.c Log Message: tlb_print_*() are used only if _ARM_ARCH_7; caught by clang -Wunused-function. To generate a diff of this commit: cvs rdiff -u -r1.37

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

2020-12-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 1 14:53:48 UTC 2020 Modified Files: src/sys/arch/arm/include: mutex.h Log Message: G/C MUTEX_PAUSE_{PAUSE,WAKE} To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/include/mutex.h Please note

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

2020-12-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 1 14:52:36 UTC 2020 Modified Files: src/sys/arch/arm/include: mutex.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/include/mutex.h Please note that

<    1   2   3   4   5   6   7   8   9   10   >