summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2020-10-19Fix colors of 32-bpp raster console for evbarm/aarch64eb and armeb.rin
2020-10-15Initialise xhci_softc sc_iosjmcneill
2020-10-02Revert rev 1.5:rin
2020-09-28Get rid of a4x bus_space tag from fdtbus_attach_args. The only consumerjmcneill
2020-09-28Default reg-shift is 2, not 0, for DW APB UARTjmcneill
2020-09-28Use com_init_regs_stride instead of a4x tagjmcneill
2020-09-20Adjust fdt_rescan to speed up booting by significantly reducing the numberjmcneill
2020-07-16Add kernel option FDT_DEFAULT_STDOUT_PATH to set default (fallback)jmcneill
2020-07-16Make consinit actually workjmcneill
2020-07-16Add glue for 8250 compatible UARTs.jmcneill
2020-07-16Allow kernels to link with no console driversjmcneill
2020-06-12i2c-indirect-config == false --> i2c-no-indirect-config == truethorpej
2020-06-11Update for proplib(3) API changes.thorpej
2020-06-03Re-enable "set cpufreq at boot" code.jmcneill
2020-06-03Disable setting cpufreq at boot for nowjmcneill
2020-06-03Highest speed is first opp, not lastjmcneill
2020-06-02Select the highest rate at boot, and update cycle counter frequency when rate...jmcneill
2020-05-25Improve RGMII TX / RX delay handling, from OpenBSD.jmcneill
2020-05-20Modified debug message.hkenken
2020-03-26Add "snps,dwc3" to the list of compatible strings we match against.thorpej
2020-03-24ohci@fdt, ehci@fdt are machine independent; move from sunxi to sys/dev/fdttnn
2020-03-08Fix LOCKDEBUG by calling fdtbus_intr_init as part of cpu_startup_hook, i.e.skrll
2020-03-08Use MUTEX_DEFAULT to avoid confusionskrll
2020-02-240x%#x --> %#x for non-external codes.rin
2020-02-22Add support for Broadcom GENET v5 ethernet controller as found on thejmcneill
2020-02-20Add dma-ranges support.jmcneill
2020-02-16Add fdt_intr_mask() / fdt_intr_unmask() functions, for masking andthorpej
2020-02-16Add fdt_intr_mask() / fdt_intr_unmask() functions, for masking andthorpej
2020-02-16Rename fdtbus_set_data() to fdtbus_init(). NFC.thorpej
2020-01-28First arg of cpu_setmodel needs to be a format string - fix the llvm build.martin
2020-01-22dwc_mmc fixes:jmcneill
2020-01-22save the new current level when set by the user.mrg
2020-01-15Add support for NXP i.MX 8M Dual/8M QuadLite/8M Quad family SoCs.jmcneill
2020-01-09When attaching the first fdtbus, use the root "comptabile" (or failing that:martin
2020-01-04If the backlight node does not have an enable gpio, set the lowest dutyjmcneill
2020-01-02Add driver for simple-audio-amplifier bindingjmcneill
2020-01-01No need to print all supported levels at attach, print the range and total nu...jmcneill
2020-01-01Quiet chatty printfsjmcneill
2020-01-01Fix performance regression with previousjmcneill
2020-01-01dwcmmc improvements:jmcneill
2019-12-31Remove a stupid printfjmcneill
2019-12-19Abort panel driver attach if required regulator is missing.jakllsch
2019-12-19Add another panel@fdt driver, this time for DRM-style panels.jakllsch
2019-12-15style fix/KNFjakllsch
2019-12-12Add support for snps,dis-tx-ipgap-linecheck-quirk quirkjmcneill
2019-11-24Fix buildskrll
2019-11-23Use fdtbus_get_reg to read "reg" propertyjmcneill
2019-11-17Add driver for dummy spdif transmitter bindings.jmcneill
2019-11-16be more verbose about errors.mlelstv
2019-11-16Set sysclk rate at set_format time, so the link set_format callback can read ...jmcneill