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 -r1
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 not
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
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 rdif
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
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 publi
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 src/sys/dev/
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
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 src/sy
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 v
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:
c
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 src/sys/dev/f
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:
Us
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 th
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 desig
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 publ
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
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 s
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 thi
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 commit:
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@, thanks
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 src/sys/d
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
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
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 rdi
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:
cv
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 pu
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 d
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
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 diff
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 actual
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
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
Pl
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
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 -r
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 d
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 -r1.5
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
Plea
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 n
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
Please
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 no
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 -r1
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 di
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 SoC-spec
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 that
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 acpi
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 acpi_
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 -
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
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 th
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
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 rdif
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
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
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 src/sys/dev/fdt/fdt
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 other
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
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 src/sys/dev/fdt/dwc3_fdt
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
P
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 commi
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 not
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
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 commi
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 ar
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 src/sys/dev/fdt/fdt_intr.c
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 gene
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 o
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 -r1.2
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 diff
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 src/sys/dev/fdt/fdt_su
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 src/sys/dev/fdt/simplefb
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
Allwi
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 n
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 src/sys/dev/fdt/gpioregulator.c
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
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 src/sys/dev/fdt/fdt_pinctrl
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 -
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 commit
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
interrupt
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 src/sys/dev/fdt/cpufreq_dt
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 reb
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 -r1
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 dif
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 publi
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 u
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 diff
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 d
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 no
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
Ple
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
specific
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
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 a
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 not
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 -
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 src/sys/dev/fdt/cpufreq_dt.
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
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
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 no
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 -r1
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 -r
1 - 100 of 220 matches
Mail list logo