NetBSD/sys/dev/fdt
jmcneill 993288ab5c Change sysctl to be named after the first CPU in the DVFS domain.
old: machdep.cpu.frequency.*, machdep.cpufreqdt4.frequency.*
  new: machdep.cpufreq.cpu0.*, machdep.cpufreq.cpu4.*
2019-10-06 11:28:24 +00:00
..
ahcisata_fdt.c Add generic AHCI SATA controller bus glue 2018-09-03 23:15:12 +00:00
amdccp_fdt.c Add amdccp(4) driver for AMD Cryptographic Coprocessor, as found on the 2018-10-19 21:09:09 +00:00
arasan_sdhc_fdt.c Add SDHC_FLAG_SINGLE_POWER_WRITE and SDHC_FLAG_32BIT_ACCESS flags 2019-07-03 23:10:43 +00:00
ausoc.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
connector_fdt.c Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
connector_fdt.h Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
cpufreq_dt.c Change sysctl to be named after the first CPU in the DVFS domain. 2019-10-06 11:28:24 +00:00
cpus.c Do not sort cpu nodes when enumerating so they attach in the order listed 2019-01-02 14:54:54 +00:00
display_timing.c Add helper for parsing display timings. 2017-06-03 14:48:02 +00:00
display_timing.h Add helper for parsing display timings. 2017-06-03 14:48:02 +00:00
dw_apb_uart.c The device cannot recognize break signal. Use +++++ (five plus signs) as 2019-07-21 15:57:23 +00:00
dwc2_fdt.c Add support for Meson GXBB 2019-03-02 13:21:08 +00:00
dwc3_fdt.c Add support for Meson GXL USB3 controller 2019-04-19 19:05:56 +00:00
dwcmmc_fdt.c Use correct size of softc in CFATTACH_DECL_NEW 2019-04-30 23:10:33 +00:00
dwcwdt_fdt.c Deactivate the watchdog timer during attach. 2018-10-28 15:06:10 +00:00
dwiic_fdt.c Add dwiic_fdt attachment for "snps,designware-i2c". 2018-09-26 19:06:33 +00:00
ehci_fdt.c Register shutdown handlers 2018-08-12 16:33:58 +00:00
fdt_clock.c Consolidate FDT [find "names" index by string] logic. 2019-02-27 16:56:00 +00:00
fdt_dai.c Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_dma.c Consolidate FDT [find "names" index by string] logic. 2019-02-27 16:56:00 +00:00
fdt_gpio.c Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_i2c.c Fix leak of iba.iba_child_devices in fdtbus_attach_i2cbus(). Patch 2019-04-24 06:03:02 +00:00
fdt_intr.c Add support "interrupts-extended". 2019-06-14 11:08:18 +00:00
fdt_mmc_pwrseq.c Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_openfirm.c Only OF_* functions should be in fdt_openfirm.c, move the rest to fdt_subr.c. 2015-12-16 12:17:45 +00:00
fdt_phy.c Consolidate FDT [find "names" index by string] logic. 2019-02-27 16:56:00 +00:00
fdt_pinctrl.c Add support for devices with separate "init" and "default" pinctrl states. 2019-10-01 23:32:52 +00:00
fdt_port.c Add support for Allwinner A64's display pipeline. 2019-01-30 01:24:00 +00:00
fdt_port.h Add EP_DRM_PANEL endpoint type 2019-02-03 12:53:11 +00:00
fdt_power.c Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_pwm.c Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_regulator.c Honour regulator-enable-ramp-delay 2019-05-27 23:18:33 +00:00
fdt_reset.c Consolidate FDT [find "names" index by string] logic. 2019-02-27 16:56:00 +00:00
fdt_rtc.c Add fdtbus_todr_attach. 2017-04-22 13:24:20 +00:00
fdt_spi.c fdt: add SPI controller frontend 2019-08-13 16:46:49 +00:00
fdt_subr.c Use correct #cells for parent address when decoding ranges 2019-09-24 15:23:34 +00:00
fdt_syscon.c Simplify list initialization 2018-06-30 20:16:56 +00:00
fdtbus.c Add support for devices with separate "init" and "default" pinctrl states. 2019-10-01 23:32:52 +00:00
fdtvar.h Add support for devices with separate "init" and "default" pinctrl states. 2019-10-01 23:32:52 +00:00
files.fdt fdt: add SPI controller frontend 2019-08-13 16:46:49 +00:00
fixedclock.c Pass clock provider's phandle to fdtbus_clock_controller_func.decode() 2018-09-09 07:21:17 +00:00
fixedfactorclock.c Pass clock provider's phandle to fdtbus_clock_controller_func.decode() 2018-09-09 07:21:17 +00:00
fixedregulator.c Revert previous 2019-05-23 21:36:26 +00:00
gpiokeys.c Emit initial lid switch state event at startup 2018-05-10 13:05:18 +00:00
gpioleds.c Add GPIO LED driver. 2017-07-08 00:55:02 +00:00
gpioregulator.c Set initial regulator states at attach time 2019-01-19 20:51:12 +00:00
hdmi_connector.c Add support for Allwinner A64's display pipeline. 2019-01-30 01:24:00 +00:00
mmc_pwrseq_emmc.c Add eMMC reset sequence provider 2019-03-03 12:54:07 +00:00
mmc_pwrseq_simple.c Add eMMC reset sequence provider 2019-03-03 12:54:07 +00:00
ohci_fdt.c Register shutdown handlers 2018-08-12 16:33:58 +00:00
panel_fdt.c Fix 'unknown' spellos 2019-06-24 06:24:33 +00:00
panel_fdt.h Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
pl061gpio_fdt.c Don't use a4x bus tag 2018-10-15 23:53:47 +00:00
pwm_backlight.c Keep the backlight off while the lid is closed. 2018-05-10 13:11:21 +00:00
pwm_fan.c Add basic pwm-fan driver. This doesn't have any smarts yet other than 2018-07-04 23:08:06 +00:00
qemufwcfg_fdt.c add FDT "qemu,fw-cfg-mmio" glue for qemufwcfg 2018-06-15 15:07:56 +00:00
simplefb.c For drivers whose framebuffer is located not page-aligned, permit 2019-07-23 14:34:11 +00:00
syscon.c Attach syscon to "simple-mfd" devices and fix a bug with fdt_find_with_property 2019-02-25 19:28:36 +00:00
syscon.h Add support for system controller nodes. 2018-06-30 12:35:18 +00:00
virtio_mmio_fdt.c Fix 64-bit build 2018-09-29 15:56:25 +00:00