CVS commit: src/sys/dev/fdt

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 15:23:42 UTC 2021 Modified Files: src/sys/dev/fdt: fdt_regulator.c Log Message: fdt: regulator: pre-allocate regulator handle Workaround for PR# port-evbarm/54664 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/fdt

2021-06-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jun 26 10:43:52 UTC 2021 Modified Files: src/sys/dev/fdt: fdt_memory.c Log Message: Fix 32-bit build. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdt_memory.c Please note that diffs are

CVS commit: src/sys/dev/fdt

2021-06-25 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jun 25 08:41:09 UTC 2021 Modified Files: src/sys/dev/fdt: fdt_memory.c Log Message: fdt "/reserved-memory" node should be handled To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/fdt_memory.c Please

CVS commit: src/sys/dev/fdt

2021-05-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue May 18 11:13:31 UTC 2021 Modified Files: src/sys/dev/fdt: dwc3_fdt.c Log Message: Unbreak previous; we have to look for a child node iff our node isn't compatible with snps,dwc3. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/fdt

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 15:02:29 UTC 2021 Modified Files: src/sys/dev/fdt: files.fdt Log Message: simplebus, cpus, and syscon do not need their own interface attribute; they use the "fdt" interface attribute to attach children. To generate

CVS commit: src/sys/dev/fdt

2021-03-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Mar 24 18:19:31 UTC 2021 Modified Files: src/sys/dev/fdt: dwcmmc_fdt.c Log Message: Fix previous To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/fdt/dwcmmc_fdt.c Please note that diffs are not

CVS commit: src/sys/dev/fdt

2021-03-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Mar 23 22:27:38 UTC 2021 Modified Files: src/sys/dev/fdt: dwcmmc_fdt.c Log Message: Match generic "snps,dw-mshc" compat string as found in BeagleV. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev/fdt

2021-03-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 8 13:15:06 UTC 2021 Modified Files: src/sys/dev/fdt: genet_fdt.c Log Message: Interrupt no longer needs kernel lock. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/fdt/genet_fdt.c Please note

CVS commit: src/sys/dev/fdt

2021-03-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 6 13:21:26 UTC 2021 Modified Files: src/sys/dev/fdt: fdt_ddb.c Log Message: Improve fdt_isprint so that it returns false if there are consecutive zeroes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/fdt

2021-02-21 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Feb 22 06:21:35 UTC 2021 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: It is more appropriate to use clk_get_rate() rather than sc->sc_freq_target * 100. ci_data.cpu_cc_freq should be set to a higher precision

CVS commit: src/sys/dev/fdt

2021-02-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 5 17:20:32 UTC 2021 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Assign device handles to devices that attach to the "fdt" interface attribute in fdtbus_device_register(). To generate a diff of this commit:

CVS commit: src/sys/dev/fdt

2021-02-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Feb 4 22:14:08 UTC 2021 Modified Files: src/sys/dev/fdt: fdtbus.c fdtvar.h Log Message: Add fdtbus_device_register(). Just a placeholder for now. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/dev/fdt

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 27 02:24:10 UTC 2021 Modified Files: src/sys/dev/fdt: amdccp_fdt.c connector_fdt.c dwc2_fdt.c dwcmmc_fdt.c fdtbus.c i2cmux_fdt.c ns8250_uart.c panel_fdt.c pinctrl_single.c vmt_fdt.c Log Message:

CVS commit: src/sys/dev/fdt

2021-01-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 26 14:55:34 UTC 2021 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Replace 2 uses of of_match_compatible(). To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/fdt/fdtbus.c Please note

CVS commit: src/sys/dev/fdt

2021-01-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 25 14:25:09 UTC 2021 Modified Files: src/sys/dev/fdt: amdccp_fdt.c connector_fdt.c dwc2_fdt.c dwcmmc_fdt.c i2cmux_fdt.c ns8250_uart.c panel_fdt.c pinctrl_single.c vmt_fdt.c Log Message: Since we're using

CVS commit: src/sys/dev/fdt

2021-01-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 24 15:43:23 UTC 2021 Modified Files: src/sys/dev/fdt: fdt_subr.c Log Message: Use strlist(9). To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/fdt/fdt_subr.c Please note that diffs are not

CVS commit: src/sys/dev/fdt

2021-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 19:54:23 UTC 2021 Modified Files: src/sys/dev/fdt: amdccp_fdt.c fixedregulator.c gpioregulator.c i2cmux_fdt.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/fdt

2021-01-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Jan 16 09:09:37 UTC 2021 Modified Files: src/sys/dev/fdt: fdtvar.h Log Message: oops, fix mistake in previous commit. removed unwanted member that had been added. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/dev/fdt

2021-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 15 22:35:40 UTC 2021 Modified Files: src/sys/dev/fdt: ahcisata_fdt.c dwc2_fdt.c dwiic_fdt.c genet_fdt.c ns8250_uart.c virtio_mmio_fdt.c Log Message: use fdtbus_intr_establish_xname To generate a diff of

CVS commit: src/sys/dev/fdt

2021-01-15 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jan 15 20:50:49 UTC 2021 Modified Files: src/sys/dev/fdt: arasan_sdhc_fdt.c dw_apb_uart.c dwc3_fdt.c dwcmmc_fdt.c ehci_fdt.c ohci_fdt.c Log Message: use fdtbus_intr_establish_xname To generate a diff of this

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

2020-12-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Dec 28 15:08:06 UTC 2020 Modified Files: src/sys/dev/fdt: i2cmux_fdt.c Log Message: The i2c-mux bindings specify that if the mux device has a child node named "i2c-mux", then it is that node that is the parent of the i2c bus

CVS commit: src/sys/dev/fdt

2020-12-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 23 16:04:42 UTC 2020 Modified Files: src/sys/dev/fdt: i2cmux_fdt.c Log Message: Register each virtual bus's i2c_tag_t so that references for e.g. HDMI DDC in the device tree work. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/fdt

2020-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 23 04:07:34 UTC 2020 Modified Files: src/sys/dev/fdt: fdt_gpio.c fdtvar.h Log Message: Add fdtbus_gpio_count(), which counts the number of GPIO entries in a specified property. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/fdt

2020-12-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 11 09:40:28 UTC 2020 Modified Files: src/sys/dev/fdt: display_timing.h fdt_ddb.h fdt_port.h fdtvar.h syscon.h Log Message: Multiple inclusion protection define consistency To generate a diff of this commit:

CVS commit: src/sys/dev/fdt

2020-12-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 11 08:23:46 UTC 2020 Modified Files: src/sys/dev/fdt: panel_fdt.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/panel_fdt.h Please note that diffs are not

CVS commit: src/sys/dev/fdt

2020-10-28 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Oct 28 08:36:40 UTC 2020 Added Files: src/sys/dev/fdt: vmt_fdt.c Log Message: add missing vmt_fdt.c. sorry, I forgot to commit vmt_fdt.c in http://mail-index.netbsd.org/source-changes/2020/10/27/msg123452.html To generate a

CVS commit: src/sys/dev/fdt

2020-10-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 21 11:02:31 UTC 2020 Modified Files: src/sys/dev/fdt: simplefb.c Log Message: sfb_addr should be uint64_t, not bus_addr_t. Otherwise, its value cannot be obtained via prop_dictionary_get_uint64() for most ILP32 architectures

CVS commit: src/sys/dev/fdt

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 09:33:44 UTC 2020 Modified Files: src/sys/dev/fdt: dwc3_fdt.c Log Message: Initialise xhci_softc sc_ios To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/fdt/dwc3_fdt.c Please note that

CVS commit: src/sys/dev/fdt

2020-10-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Oct 2 14:59:56 UTC 2020 Modified Files: src/sys/dev/fdt: dw_apb_uart.c Log Message: Revert rev 1.5: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/fdt/dw_apb_uart.c#rev1.5 The device is capable to recognize break signal

CVS commit: src/sys/dev/fdt

2020-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 28 11:34:47 UTC 2020 Modified Files: src/sys/dev/fdt: dw_apb_uart.c Log Message: Default reg-shift is 2, not 0, for DW APB UART To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/dw_apb_uart.c

CVS commit: src/sys/dev/fdt

2020-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 28 11:32:19 UTC 2020 Modified Files: src/sys/dev/fdt: dw_apb_uart.c Log Message: Use com_init_regs_stride instead of a4x tag To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/dw_apb_uart.c

CVS commit: src/sys/dev/fdt

2020-09-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 20 11:25:36 UTC 2020 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Adjust fdt_rescan to speed up booting by significantly reducing the number of times that we call config_match. Now we only call it 11 times per

CVS commit: src/sys/dev/fdt

2020-07-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 16 16:39:18 UTC 2020 Modified Files: src/sys/dev/fdt: fdt_subr.c files.fdt Log Message: Add kernel option FDT_DEFAULT_STDOUT_PATH to set default (fallback) stdout-path To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/fdt

2020-07-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 16 16:38:40 UTC 2020 Modified Files: src/sys/dev/fdt: ns8250_uart.c Log Message: Make consinit actually work To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/ns8250_uart.c Please note that

CVS commit: src/sys/dev/fdt

2020-07-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 16 11:42:54 UTC 2020 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: ns8250_uart.c Log Message: Add glue for 8250 compatible UARTs. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/fdt

2020-07-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 16 11:42:17 UTC 2020 Modified Files: src/sys/dev/fdt: fdt_subr.c Log Message: Allow kernels to link with no console drivers To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/fdt/fdt_subr.c

CVS commit: src/sys/dev/fdt

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 19:55:13 UTC 2020 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Re-enable "set cpufreq at boot" code. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/fdt/cpufreq_dt.c Please

CVS commit: src/sys/dev/fdt

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 15:47:23 UTC 2020 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Disable setting cpufreq at boot for now To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/fdt/cpufreq_dt.c

CVS commit: src/sys/dev/fdt

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 15:44:45 UTC 2020 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Highest speed is first opp, not last To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/fdt/cpufreq_dt.c Please

CVS commit: src/sys/dev/fdt

2020-06-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 2 11:40:02 UTC 2020 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Select the highest rate at boot, and update cycle counter frequency when rates change To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/fdt

2020-05-19 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Wed May 20 05:24:35 UTC 2020 Modified Files: src/sys/dev/fdt: pwm_backlight.c Log Message: Modified debug message. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/fdt/pwm_backlight.c Please note that

CVS commit: src/sys/dev/fdt

2020-03-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Mar 26 00:21:28 UTC 2020 Modified Files: src/sys/dev/fdt: dwc3_fdt.c Log Message: Add "snps,dwc3" to the list of compatible strings we match against. The code already handles "snps,dwc3" not being a subordinate of an

CVS commit: src/sys/dev/fdt

2020-03-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 8 08:25:36 UTC 2020 Modified Files: src/sys/dev/fdt: fdt_intr.c Log Message: Use MUTEX_DEFAULT to avoid confusion To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/fdt/fdt_intr.c Please note

CVS commit: src/sys/dev/fdt

2020-02-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Feb 16 23:05:42 UTC 2020 Added Files: src/sys/dev/fdt: fdt_private.h Log Message: Add fdt_intr_mask() / fdt_intr_unmask() functions, for masking and unmasking invididual interrupt sources (similar to acpi_intr_mask() and

CVS commit: src/sys/dev/fdt

2020-02-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Feb 16 20:28:18 UTC 2020 Modified Files: src/sys/dev/fdt: fdt_intr.c fdt_subr.c fdtvar.h Log Message: Add fdt_intr_mask() / fdt_intr_unmask() functions, for masking and unmasking invididual interrupt sources (similar to

CVS commit: src/sys/dev/fdt

2020-01-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 28 08:09:19 UTC 2020 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: First arg of cpu_setmodel needs to be a format string - fix the llvm build. >From maxv. To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/sys/dev/fdt

2020-01-21 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jan 22 07:29:23 UTC 2020 Modified Files: src/sys/dev/fdt: pwm_backlight.c Log Message: save the new current level when set by the user. stops PBP display from going back to default brightness after dpms, etc. ok jmcneill. To

CVS commit: src/sys/dev/fdt

2020-01-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 4 12:09:54 UTC 2020 Modified Files: src/sys/dev/fdt: pwm_backlight.c Log Message: If the backlight node does not have an enable gpio, set the lowest duty cycle to turn the display off instead. To generate a diff of

CVS commit: src/sys/dev/fdt

2020-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 2 00:57:10 UTC 2020 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: simple_amplifier.c Log Message: Add driver for simple-audio-amplifier binding To generate a diff of this commit:

CVS commit: src/sys/dev/fdt

2020-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 1 12:55:03 UTC 2020 Modified Files: src/sys/dev/fdt: pwm_backlight.c Log Message: No need to print all supported levels at attach, print the range and total number of steps To generate a diff of this commit: cvs

CVS commit: src/sys/dev/fdt

2020-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 1 12:46:44 UTC 2020 Modified Files: src/sys/dev/fdt: fdt_port.c Log Message: Quiet chatty printfs To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/fdt_port.c Please note that diffs are not

CVS commit: src/sys/dev/fdt

2019-12-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 31 20:47:05 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_intr.c Log Message: Remove a stupid printf To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/fdt/fdt_intr.c Please note that diffs are

CVS commit: src/sys/dev/fdt

2019-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 19 16:00:52 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_panel.c Log Message: Abort panel driver attach if required regulator is missing. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/fdt

2019-12-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 19 00:35:01 UTC 2019 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: fdt_panel.c Log Message: Add another panel@fdt driver, this time for DRM-style panels. To do: migrate away from

CVS commit: src/sys/dev/fdt

2019-12-15 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Dec 15 14:18:16 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_port.c Log Message: style fix/KNF To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/fdt/fdt_port.c Please note that diffs are not public

CVS commit: src/sys/dev/fdt

2019-12-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Dec 12 00:45:59 UTC 2019 Modified Files: src/sys/dev/fdt: dwc3_fdt.c Log Message: Add support for snps,dis-tx-ipgap-linecheck-quirk quirk To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/fdt

2019-04-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Apr 30 23:10:33 UTC 2019 Modified Files: src/sys/dev/fdt: dwcmmc_fdt.c Log Message: Use correct size of softc in CFATTACH_DECL_NEW To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/fdt/dwcmmc_fdt.c

CVS commit: src/sys/dev/fdt

2019-04-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 06:03:02 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_i2c.c Log Message: Fix leak of iba.iba_child_devices in fdtbus_attach_i2cbus(). Patch provided by yarl-baudig %%at%% mailoo.org To generate a diff of this

CVS commit: src/sys/dev/fdt

2019-04-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Apr 19 19:05:56 UTC 2019 Modified Files: src/sys/dev/fdt: dwc3_fdt.c Log Message: Add support for Meson GXL USB3 controller To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/dwc3_fdt.c Please

CVS commit: src/sys/dev/fdt

2019-03-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Mar 13 12:17:45 UTC 2019 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: arasan_sdhc_fdt.c Log Message: Add support for Arasan SDHCI 5.1 To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src/sys/dev/fdt

2019-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Mar 3 12:54:07 UTC 2019 Modified Files: src/sys/dev/fdt: files.fdt mmc_pwrseq_simple.c Added Files: src/sys/dev/fdt: mmc_pwrseq_emmc.c Log Message: Add eMMC reset sequence provider To generate a diff of this

CVS commit: src/sys/dev/fdt

2019-03-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Mar 2 13:21:08 UTC 2019 Modified Files: src/sys/dev/fdt: dwc2_fdt.c Log Message: Add support for Meson GXBB To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/fdt/dwc2_fdt.c Please note that diffs

CVS commit: src/sys/dev/fdt

2019-02-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 27 17:01:57 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_intr.c fdtvar.h Log Message: Add fdtbus_intr_establish_byname() helper. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/fdt

2019-02-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 27 16:56:00 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_clock.c fdt_dma.c fdt_phy.c fdt_pinctrl.c fdt_reset.c fdt_subr.c fdtvar.h Log Message: Consolidate FDT [find "names" index by string] logic. To

CVS commit: src/sys/dev/fdt

2019-02-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 27 16:30:41 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_clock.c fdt_dma.c fdt_phy.c fdt_reset.c fdt_subr.c Log Message: Adjust residual calculation in "find index by name" idioms to take into account the trailing NUL

CVS commit: src/sys/dev/fdt

2019-02-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 25 19:28:36 UTC 2019 Modified Files: src/sys/dev/fdt: fdtbus.c syscon.c Log Message: Attach syscon to "simple-mfd" devices and fix a bug with fdt_find_with_property To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/fdt

2019-02-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 3 12:53:11 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_port.h Log Message: Add EP_DRM_PANEL endpoint type To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdt_port.h Please note that

CVS commit: src/sys/dev/fdt

2019-01-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 30 00:56:47 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_subr.c Log Message: Hide address decoding debug messages under FDTBUS_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/dev/fdt

2019-01-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 30 00:55:04 UTC 2019 Modified Files: src/sys/dev/fdt: simplefb.c Log Message: Call genfb_cnattach when WSDISPLAY_MULTICONS is defined To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/fdt

2019-01-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 23 04:23:01 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_pinctrl.c Log Message: Implement subroutines for parsing out some of the generic properties specified in the pinctrl bindings, and adapt Meson, Rockchip, and

CVS commit: src/sys/dev/fdt

2019-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 19 20:53:32 UTC 2019 Modified Files: src/sys/dev/fdt: dwc2_fdt.c Log Message: Add support for Meson8b To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/dwc2_fdt.c Please note that diffs are

CVS commit: src/sys/dev/fdt

2019-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 19 20:51:12 UTC 2019 Modified Files: src/sys/dev/fdt: gpioregulator.c Log Message: Set initial regulator states at attach time To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/fdt

2019-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 19 20:50:48 UTC 2019 Modified Files: src/sys/dev/fdt: fdtbus.c fdtvar.h Log Message: Add a helper to search the tree for a node with the specified property To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/dev/fdt

2019-01-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 14 12:23:53 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_pinctrl.c Log Message: Fix infinite loop like in fdtbus_get_string_index. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/fdt

2019-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 2 18:38:43 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_regulator.c fdtvar.h Log Message: Add a function to report if a regulator can support the requested voltage range To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/fdt

2019-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 2 14:54:54 UTC 2019 Modified Files: src/sys/dev/fdt: cpus.c fdtbus.c fdtvar.h Log Message: Do not sort cpu nodes when enumerating so they attach in the order listed in the devicetree. To generate a diff of this

CVS commit: src/sys/dev/fdt

2018-11-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Nov 13 01:06:37 UTC 2018 Modified Files: src/sys/dev/fdt: fdt_intr.c Log Message: Avoid using the "interrupt-map" table on our own interrupts. This is needed by the rk3399.dtsi's pcie0 node, which needs to map its

CVS commit: src/sys/dev/fdt

2018-11-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Nov 1 14:47:36 UTC 2018 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Support for "opp-microvolt" with more than one cell To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/fdt

2018-10-28 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Sun Oct 28 15:06:10 UTC 2018 Modified Files: src/sys/dev/fdt: dwcwdt_fdt.c Log Message: Deactivate the watchdog timer during attach. Recent u-boot starts up the watchdog timer, and we don't detect this so e.g. my DE0 nanosoc

CVS commit: src/sys/dev/fdt

2018-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 21 05:32:39 UTC 2018 Modified Files: src/sys/dev/fdt: fdt_intr.c Log Message: Fix sense of test in fdtbus_intr_disestablish. Reported by yarl-baudig on port-arm. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/dev/fdt

2018-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 15 23:53:47 UTC 2018 Modified Files: src/sys/dev/fdt: pl061gpio_fdt.c Log Message: Don't use a4x bus tag To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/pl061gpio_fdt.c Please note that

CVS commit: src/sys/dev/fdt

2018-10-14 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Sun Oct 14 18:28:55 UTC 2018 Modified Files: src/sys/dev/fdt: dwcwdt_fdt.c Log Message: Make compile To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/dwcwdt_fdt.c Please note that diffs are not

CVS commit: src/sys/dev/fdt

2018-10-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 6 16:28:21 UTC 2018 Modified Files: src/sys/dev/fdt: fdt_subr.c files.fdt Log Message: Provide an FDTBASE option which allows kernels to access FDT parsing functions without requiring full blown FDTisation. This will be

CVS commit: src/sys/dev/fdt

2018-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 29 15:56:25 UTC 2018 Modified Files: src/sys/dev/fdt: virtio_mmio_fdt.c Log Message: Fix 64-bit build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/virtio_mmio_fdt.c Please note that

CVS commit: src/sys/dev/fdt

2018-09-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 23 19:32:03 UTC 2018 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Support rescan and child detachment To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/fdt/fdtbus.c Please note that

CVS commit: src/sys/dev/fdt

2018-09-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Sep 20 09:19:56 UTC 2018 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Use machdep.cpu for the first instance To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/cpufreq_dt.c Please

CVS commit: src/sys/dev/fdt

2018-09-15 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 15 13:42:41 UTC 2018 Modified Files: src/sys/dev/fdt: fdtvar.h Log Message: fdtvar.h: Use _KERNEL_OPT wrapper where necessary. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/fdt/fdtvar.h

CVS commit: src/sys/dev/fdt

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 21:15:21 UTC 2018 Modified Files: src/sys/dev/fdt: cpus.c Log Message: Attach cpu nodes with status "disabled" if they have an enable-method property. This is a valid configuration according to the devicetree

CVS commit: src/sys/dev/fdt

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 21:14:04 UTC 2018 Modified Files: src/sys/dev/fdt: fdtbus.c fdtvar.h Log Message: Add fdt_add_bus_match, which is like fdt_add_bus but allows for the caller to filter child nodes on their own To generate a diff of

CVS commit: src/sys/dev/fdt

2018-09-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Sep 6 22:54:05 UTC 2018 Modified Files: src/sys/dev/fdt: fdt_intr.c fdtvar.h Log Message: Add fdtbus_intr_establish_raw and fdtbus_intr_str_raw, for establishing interrupts directly using an interrupt controller's phandle

CVS commit: src/sys/dev/fdt

2018-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 3 23:19:01 UTC 2018 Modified Files: src/sys/dev/fdt: pl061gpio_fdt.c Log Message: Use PRIx64 (fixes 64-bit build) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/pl061gpio_fdt.c Please

CVS commit: src/sys/dev/fdt

2018-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 3 23:15:12 UTC 2018 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: ahcisata_fdt.c Log Message: Add generic AHCI SATA controller bus glue To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/fdt

2018-09-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 1 23:41:16 UTC 2018 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Don't print an error message for shared opp tables To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/fdt

2018-09-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 1 19:36:54 UTC 2018 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Add support for opp-v2 tables and multiple instances of the cpufreqdt driver. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/fdt

2018-08-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 15 07:46:15 UTC 2018 Modified Files: src/sys/dev/fdt: dwc2_fdt.c Log Message: Remove useless header arm/broadcom/bcm2835reg.h >From Aymeric Vincent on port-arm To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/fdt

2018-08-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 12 19:10:14 UTC 2018 Modified Files: src/sys/dev/fdt: dwc3_fdt.c Log Message: Add support for RK3399 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/dwc3_fdt.c Please note that diffs are

CVS commit: src/sys/dev/fdt

2018-08-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 12 16:34:28 UTC 2018 Modified Files: src/sys/dev/fdt: dwcmmc_fdt.c Log Message: Use more generic rk3288 compatible string, and do clock assignments when present To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/dev/fdt

2018-08-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 12 16:33:58 UTC 2018 Modified Files: src/sys/dev/fdt: ehci_fdt.c ohci_fdt.c Log Message: Register shutdown handlers To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/ehci_fdt.c cvs rdiff -u

  1   2   3   >