NetBSD/sys/dev/fdt
marty f0f029ce08 FDT Interrupt handling - change memory allocation
This version does dynamic allocation of the specifier array.
2016-01-10 23:01:29 +00:00
..
fdt_clock.c Add support for fdt clock and reset controllers. 2015-12-22 21:42:11 +00:00
fdt_gpio.c Add fdtbus_gpio_{read,write}_raw, which tells the controller not to take 2015-12-22 22:19:07 +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 FDT Interrupt handling - change memory allocation 2016-01-10 23:01:29 +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 FDT pinctl - review from Jared 2016-01-01 22:35:44 +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 Add fdtbus_gpio_{read,write}_raw, which tells the controller not to take 2015-12-22 22:19:07 +00:00
gpiokeys.c Use of_getprop_bool/of_getprop_uint32 2015-12-16 19:33:55 +00:00
simplebus.c