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