NetBSD/sys/dev/fdt
jakllsch 450b8daf0f Add amdccp(4) driver for AMD Cryptographic Coprocessor, as found on the
A11xx Opterons.  Driver currently provides RNG service only.
2018-10-19 21:09:09 +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
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 Use machdep.cpu for the first instance 2018-09-20 09:19:56 +00:00
cpus.c Attach cpu nodes with status "disabled" if they have an enable-method 2018-09-09 21:15:21 +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 Use PRI?64 instead of ll? 2018-07-17 00:42:06 +00:00
dwc2_fdt.c Remove useless header arm/broadcom/bcm2835reg.h 2018-08-15 07:46:15 +00:00
dwc3_fdt.c Add support for RK3399 2018-08-12 19:10:14 +00:00
dwcmmc_fdt.c Use more generic rk3288 compatible string, and do clock assignments when present 2018-08-12 16:34:28 +00:00
dwcwdt_fdt.c Make compile 2018-10-14 18:28:55 +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 Pass clock provider's phandle to fdtbus_clock_controller_func.decode() 2018-09-09 07:21:17 +00:00
fdt_dai.c Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_dma.c Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_gpio.c Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_i2c.c Set "i2c-indirect-config" to false in the right place so that iic(4) 2018-09-26 20:03:36 +00:00
fdt_intr.c Add fdtbus_intr_establish_raw and fdtbus_intr_str_raw, for establishing 2018-09-06 22:54:05 +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 Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_pinctrl.c Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +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 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 Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_reset.c Use queue(3) API to manage lists. NFCI. 2018-06-30 20:34:43 +00:00
fdt_rtc.c Add fdtbus_todr_attach. 2017-04-22 13:24:20 +00:00
fdt_subr.c Provide an FDTBASE option which allows kernels to access FDT parsing 2018-10-06 16:28:21 +00:00
fdt_syscon.c Simplify list initialization 2018-06-30 20:16:56 +00:00
fdtbus.c Support rescan and child detachment 2018-09-23 19:32:03 +00:00
fdtvar.h fdtvar.h: Use _KERNEL_OPT wrapper where necessary. 2018-09-15 13:42:41 +00:00
files.fdt Add amdccp(4) driver for AMD Cryptographic Coprocessor, as found on the 2018-10-19 21:09:09 +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 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 Register shutdown handlers 2018-08-12 16:33:58 +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 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 if the framebuffer address isn't page aligned, set fbi_fboffset appropriately 2018-07-23 00:51:40 +00:00
syscon.c Allow nodes to attach child devices using the same sorting rules as used 2018-06-30 16:22:56 +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