dissertation/sys/dev/ofw
patrick 88ff5766fc The ARM SMMUv2 does actually support #iommu-cells = <2>, where the second
cell is used as a mask for SMR to match a number of IDs.  So far we have
asserted that it's always 1, so loosen the restriction and pass both cells
instead of only the sid.

ok kettenis@
2022-11-07 19:07:31 +00:00
..
fdt.c Change OF_getnodebyname() such that looking up a node using just the name 2022-09-19 16:12:19 +00:00
fdt.h Add functions to set/add properties on an FDT node. 2020-07-18 09:44:59 +00:00
files.ofw Add thermal zone handling code. This provides support for thermal zones 2019-07-02 20:12:11 +00:00
ofw_clock.c Fix typo that caused us to misassign parents. 2018-08-05 21:05:17 +00:00
ofw_clock.h Add prototype for clock_set_frequency_idx(). 2022-02-04 22:24:09 +00:00
ofw_gpio.c Implement GPIO hogging. 2019-08-26 09:22:27 +00:00
ofw_gpio.h Add symbolic constants related to open source and open drain GPIOs. 2020-12-18 22:14:13 +00:00
ofw_misc.c The ARM SMMUv2 does actually support #iommu-cells = <2>, where the second 2022-11-07 19:07:31 +00:00
ofw_misc.h Add a callback for setting the TDM slot used by an audio codec. 2022-09-02 16:53:28 +00:00
ofw_pci.h
ofw_pinctrl.c Some devices have no phandle since they are not referenced in the 2020-06-06 16:59:43 +00:00
ofw_pinctrl.h
ofw_power.c Add interfaces to enable all power domains for a node. 2021-11-26 11:44:01 +00:00
ofw_power.h Add interfaces to enable all power domains for a node. 2021-11-26 11:44:01 +00:00
ofw_regulator.c OF_getproplen() returns -1 on error, so don't store result in size_t 2022-02-14 12:54:43 +00:00
ofw_regulator.h Add support for current limit regulators in addition to the voltage 2019-02-20 07:36:37 +00:00
ofw_thermal.c Keep polling if a temperature sensor reading fails. This is needed 2020-12-31 11:11:22 +00:00
ofw_thermal.h Make thermal framework support in sxitemp(4) interrupt driven such that 2020-01-23 23:10:04 +00:00
openfirm.h Add OF_getpropbool(9). 2021-05-06 19:45:16 +00:00