summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdtvar.h
AgeCommit message (Expand)Author
2023-06-12Call / define fdtbus_cpus_md_attach for platforms with cpus @ fdt.skrll
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2022-03-04Add mailbox and power-domain support.skrll
2022-02-23Sort a bit. NFCskrll
2022-02-23API naming consistency. NFC.skrll
2022-01-14Formatting. NFCI.skrll
2021-11-07fdt: add helper for finding intr parent phandlejmcneill
2021-09-06Instead of requiring drivers to be explicit about their device memoryjmcneill
2021-09-04Add facility for registering iommus.jmcneill
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-04Add fdtbus_device_register(). Just a placeholder for now.thorpej
2021-01-16oops, fix mistake in previous commit. removed unwanted member that had been a...ryo
2021-01-15Add 'const char *xname' param to fdtbus_intr_establish_bynamejmcneill
2021-01-15add fdtbus_intr_establish_xname() functionryo
2021-01-15Add 'const char *xname' arg to fdtbus_interrupt_controller_func .establishjmcneill
2020-12-23Change fdtbus_register_i2c_controller() to directly register the i2c_tag_t,thorpej
2020-12-23Add fdtbus_gpio_count(), which counts the number of GPIO entriesthorpej
2020-12-11Multiple inclusion protection define consistencyskrll
2020-09-28Get rid of a4x bus_space tag from fdtbus_attach_args. The only consumerjmcneill
2020-02-20Add dma-ranges support.jmcneill
2020-02-16Add fdt_intr_mask() / fdt_intr_unmask() functions, for masking andthorpej
2020-02-16Rename fdtbus_set_data() to fdtbus_init(). NFC.thorpej
2019-11-09Add fdtbus_clock_enable and fdtbus_clock_enable_index shortcutsjmcneill
2019-10-28Add fdtbus_clock_count to count the number of clock references on a given nodejmcneill
2019-10-28Add support for platform specific opp table filters.jmcneill
2019-10-01Add support for devices with separate "init" and "default" pinctrl states.jmcneill
2019-08-13fdt: add SPI controller frontendtnn
2019-06-14Add support "interrupts-extended".hkenken
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-02-27Add fdtbus_intr_establish_byname() helper.jakllsch
2019-02-27Consolidate FDT [find "names" index by string] logic.jakllsch
2019-01-30Add support for Allwinner A64's display pipeline.jmcneill
2019-01-26Define constants for representing the standard interrupt typesthorpej
2019-01-23Implement subroutines for parsing out some of the generic propertiesthorpej
2019-01-19Add a helper to search the tree for a node with the specified propertyjmcneill
2019-01-02Add a function to report if a regulator can support the requested voltage rangejmcneill
2019-01-02Do not sort cpu nodes when enumerating so they attach in the order listedjmcneill
2018-09-15fdtvar.h: Use _KERNEL_OPT wrapper where necessary.jakllsch
2018-09-09Add fdt_add_bus_match, which is like fdt_add_bus but allows for the caller to...jmcneill
2018-09-09Pass clock provider's phandle to fdtbus_clock_controller_func.decode()aymeric
2018-09-06Add fdtbus_intr_establish_raw and fdtbus_intr_str_raw, for establishingjmcneill
2018-07-01Add fdtbus_attach_i2cbus, used to attach an i2cbus to an fdt device node.jmcneill
2018-06-30Add helper to lookup syscon by phandlejmcneill
2018-06-30Allow nodes to attach child devices using the same sorting rules as usedjmcneill
2018-06-30Add support for system controller nodes.jmcneill
2018-06-12Process assigned clock parents and rates on clock provider nodes.jmcneill
2018-06-10Add fdtbus_clock_byname, which can be used by clock backends tojmcneill
2018-05-15Build fix for FDT kernels without audiojmcneill
2018-05-09Add SoC sound driver based on "simple-audio-card" DT binding spec.jmcneill
2018-05-06Add support for PWM backlights.jmcneill