NetBSD/sys/dev/fdt
jmcneill 8d4a1027a6 When attaching child devices, consider the best match for all passes
instead of just the current pass. Fixes an issue where a driver with a
lower match number and early pass number will attach instead of a better
match on a later pass.
2018-06-30 13:44:50 +00:00
..
ausoc.c Pass mixer requests to the codec. It is the responsibility of the codec 2018-05-12 23:51:06 +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 Support cpu nodes without a cpu-supply property. 2017-12-16 16:41:18 +00:00
cpus.c Allow devices to attach to cpu devices 2017-06-02 00:01:00 +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 Enable apb_pclk clock if present 2018-05-27 19:54:45 +00:00
dwc2_fdt.c Match generic snps,dwc2 compat string 2018-06-16 23:44:26 +00:00
dwc3_fdt.c Detect USB 3.1. 2018-06-29 17:48:24 +00:00
dwcmmc_fdt.c If max-frequency is not specified, use UINT_MAX instead of the rate programmed by the bootloader. 2018-06-22 10:17:04 +00:00
dwcwdt_fdt.c Add driver for DesignWare Watchdog Timer. Untested as I can't seem to find 2018-06-30 10:50:30 +00:00
ehci_fdt.c Stop potential misuse of vendor names and USB vendor IDs in root hub 2018-04-09 16:21:09 +00:00
fdt_clock.c fdtbus_clock_assign: simplify 2018-06-16 00:12:35 +00:00
fdt_dai.c Remove unnecessary include 2018-06-03 01:08:55 +00:00
fdt_dma.c Add FDT DMA controller API. 2017-04-29 11:00:56 +00:00
fdt_gpio.c Add fdtbus_gpio_acquire_index for accessing multi-xref gpios properties. 2017-08-13 18:27:11 +00:00
fdt_i2c.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_intr.c Fix an issue with interrupt controller lookup wrt cascading interrupt 2017-06-11 12:56:36 +00:00
fdt_mmc_pwrseq.c Add support for simple MMC power sequence provider bindings. 2017-10-22 13:56:49 +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 Add FDT PHY interface. 2017-06-29 17:04:17 +00:00
fdt_pinctrl.c Fix the pinctrl api to match the spec. A pinctrl config can have more 2017-07-02 15:27:58 +00:00
fdt_port.c Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
fdt_port.h Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +00:00
fdt_power.c Add facility for fdt devices to register reset and poweroff handlers. 2017-05-28 15:55:11 +00:00
fdt_pwm.c Add support for PWM backlights. 2018-05-06 10:33:21 +00:00
fdt_regulator.c I guess fdtbus_regulator_get_voltage() should check for the get_voltage() 2018-03-06 17:24:57 +00:00
fdt_reset.c Add support for fdt clock and reset controllers. 2015-12-22 21:42:11 +00:00
fdt_rtc.c Add fdtbus_todr_attach. 2017-04-22 13:24:20 +00:00
fdt_subr.c Fix fdtbus_get_cells(, 2) when running big endian. 2018-06-11 19:54:39 +00:00
fdt_syscon.c Add support for system controller nodes. 2018-06-30 12:35:18 +00:00
fdtbus.c When attaching child devices, consider the best match for all passes 2018-06-30 13:44:50 +00:00
fdtvar.h Add support for system controller nodes. 2018-06-30 12:35:18 +00:00
files.fdt Add support for system controller nodes. 2018-06-30 12:35:18 +00:00
fixedclock.c If clock-output-names is specified, use it for the clock name instead of the node name 2018-06-16 00:13:06 +00:00
fixedfactorclock.c Initialize clk domain name and call clk_attach to register sysctl nodes 2018-04-28 15:21:05 +00:00
fixedregulator.c Allow set_voltage/get_voltage to succeed on a fixed regulator so long as 2018-01-28 18:21:52 +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 Add GPIO regulator driver. 2017-08-13 18:27:31 +00:00
mmc_pwrseq_simple.c Add support for simple MMC power sequence provider bindings. 2017-10-22 13:56:49 +00:00
ohci_fdt.c Stop potential misuse of vendor names and USB vendor IDs in root hub 2018-04-09 16:21:09 +00:00
panel_fdt.c Add connector and panel drivers (panel supports only panel-lvds and 2018-04-03 12:40:20 +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 Add basic ARM PL061 GPIO driver with FDT attachment. 2018-06-15 19:52:01 +00:00
pwm_backlight.c Keep the backlight off while the lid is closed. 2018-05-10 13:11:21 +00:00
qemufwcfg_fdt.c add FDT "qemu,fw-cfg-mmio" glue for qemufwcfg 2018-06-15 15:07:56 +00:00
simplefb.c Pass WSDISPLAYIO_SVIDEO through to pmf 2018-05-06 10:31:10 +00:00
syscon.c Add support for system controller nodes. 2018-06-30 12:35:18 +00:00
syscon.h Add support for system controller nodes. 2018-06-30 12:35:18 +00:00
virtio_mmio_fdt.c Add cfprint_t virtiobusprint() and use it for virtio_mmio. 2018-06-15 17:13:43 +00:00