summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/files.fdt
AgeCommit message (Collapse)Author
2023-05-08Google goldfish config goopskrll
2023-04-22Move fdt_update_stdout_path from evbarm code to MI codeskrll
2023-04-16Separate DesignWare watchdog driver and FDT glue.jmcneill
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2022-11-05Add driver for Cadence I2C controller.jmcneill
2022-07-20drm: Use CPPFLAGS.drmkms in all local drm drivers too.riastradh
This way we don't pollute the NetBSD kernel namespace with all the Linux compat shim definitions needed to build drm, except for the local drm drivers that need the API.
2022-03-25fdt: add support for USERCONF optionjmcneill
2022-03-04Add mailbox and power-domain support.skrll
power-domain support is very rudimentary.
2021-09-04Add facility for registering iommus.jmcneill
2021-04-26simplebus, cpus, and syscon do not need their own interface attribute; theythorpej
use the "fdt" interface attribute to attach children.
2020-12-31add fdt pwm regulatorryo
2020-12-28Re-factor the "iicmux" driver to support other types of muxes that arethorpej
themselves i2c devices.
2020-12-23Add support for i2c-mux-gpio and i2c-mux-pinctrl I2C mux virtualthorpej
controllers.
2020-12-12Move evbarm/fdt/fdt_memory.[ch] to sys/dev/fdt and simplify the api andskrll
some operations. This allows other architectures to use it.
2020-10-30Add a "show fdt" ddb commandskrll
2020-10-27move vmt(4) from MD to MI, and add support vmt on aarch64. tested on ↵ryo
ESXi-Arm Fling - move from sys/arch/x86/x86/{vmt.c,vmtreg.h,vmtvar.h} to sys/dev/vmt/{vmt_subr.c,vmtreg.h,vmtvar.h}, and split the attach part of the cpufeaturebus and fdt - add aarch64 vmware backdoor op - add include guard to vmt{reg,var}.h - Yet there is still some little-endian dependency. it needs to be fixed in order to work properly on aarch64eb
2020-07-16Add kernel option FDT_DEFAULT_STDOUT_PATH to set default (fallback)jmcneill
stdout-path
2020-07-16Add glue for 8250 compatible UARTs.jmcneill
2020-03-24ohci@fdt, ehci@fdt are machine independent; move from sunxi to sys/dev/fdttnn
2020-02-22Add support for Broadcom GENET v5 ethernet controller as found on thejmcneill
Raspberry Pi 4 (BCM2711).
2020-01-02Add driver for simple-audio-amplifier bindingjmcneill
2019-12-19Add another panel@fdt driver, this time for DRM-style panels.jakllsch
To do: migrate away from other panel driver.
2019-11-17Add driver for dummy spdif transmitter bindings.jmcneill
2019-10-30Add generic USB PHY driverjmcneill
2019-10-27Add driver for one-register-per-pin type pinctrl devices.jmcneill
2019-08-13fdt: add SPI controller frontendtnn
2019-03-13Add support for Arasan SDHCI 5.1jmcneill
2019-03-03Add eMMC reset sequence providerjmcneill
2019-01-30Add support for Allwinner A64's display pipeline.jmcneill
2018-10-19Add amdccp(4) driver for AMD Cryptographic Coprocessor, as found on thejakllsch
A11xx Opterons. Driver currently provides RNG service only.
2018-10-15Rename pl061gpio to plgpio and split the device logic from the FDT glue.jmcneill
2018-10-06Provide an FDTBASE option which allows kernels to access FDT parsingskrll
functions without requiring full blown FDTisation. This will be used by ODROID-C1 in move to generic start code.
2018-09-26Add dwiic_fdt attachment for "snps,designware-i2c".jakllsch
2018-09-03Add generic AHCI SATA controller bus gluejmcneill
2018-07-04Add basic pwm-fan driver. This doesn't have any smarts yet other thanjmcneill
turning the fan on at 100% duty cycle.
2018-06-30Allow nodes to attach child devices using the same sorting rules as usedjmcneill
by the simplebus driver.
2018-06-30Add support for system controller nodes.jmcneill
2018-06-30Add driver for DesignWare Watchdog Timer. Untested as I can't seem to findjmcneill
the parent clock for this in the RK3328 documentation.
2018-06-16Add initial support for Rockchip RK3328 SoC.jmcneill
2018-06-15Add basic ARM PL061 GPIO driver with FDT attachment.jakllsch
Mostly for Qemu 'virt' platform; really needs interrupt support in gpiokeys(4) and this driver to work efficently and reliably.
2018-06-15add FDT "qemu,fw-cfg-mmio" glue for qemufwcfgjakllsch
2018-06-06Add Virtio MMIO transport.jakllsch
Adapted in part from OpenBSD.
2018-06-01Move simplefb declaration to files.fdtjmcneill
2018-05-27Rename sunxi_com to dw_apb_uart and move it to dev/fdt since it is notjmcneill
sunxi-specific.
2018-05-09Add SoC sound driver based on "simple-audio-card" DT binding spec.jmcneill
2018-05-06Add support for PWM backlights.jmcneill
2018-05-01Add DesignWare DWC3 XHCI driver.jmcneill
2018-04-03Add connector and panel drivers (panel supports only panel-lvds andbouyer
panel-dual-lvds at this time, but can easily be extended to other types of panels). Add an API for ports/endpoints. Proposed on tech-kern@ a few days ago, ok jmcneill@
2017-10-22Add support for simple MMC power sequence provider bindings.jmcneill
2017-09-23For known Linux keycodes, report key press events through a wskbd devicejmcneill
instead of using sysmon pswitch hotkey events.