NetBSD/sys/dev/fdt
2016-10-15 08:30:42 +00:00
..
fdt_clock.c Add support for fdt clock and reset controllers. 2015-12-22 21:42:11 +00:00
fdt_gpio.c Memory leak, found by mootja; not tested, but obvious enough 2016-10-15 08:30:42 +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 get_specifier_by_index to work with indexes greater than 0. 2016-05-25 12:43:08 +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_pinctrl.c Memory leak, found by mootja; not tested, but obvious enough. By the way, 2016-10-11 13:04:57 +00:00
fdt_regulator.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_reset.c Add support for fdt clock and reset controllers. 2015-12-22 21:42:11 +00:00
fdt_subr.c Add support for fdt clock and reset controllers. 2015-12-22 21:42:11 +00:00
fdtbus.c sometimes status is "ok" instead of "okay", allow both 2015-12-16 19:33:16 +00:00
fdtvar.h FDT: Interrupts -- add support for interrupt maps 2016-01-05 21:53:48 +00:00
files.fdt FDT pinctrl 2015-12-30 04:23:39 +00:00
fixedregulator.c If either "regulator-boot-on" or "regulator-always-on" properties are true, 2016-06-15 13:13:40 +00:00
gpiokeys.c Use of_getprop_bool/of_getprop_uint32 2015-12-16 19:33:55 +00:00
simplebus.c