index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
/
simplebus
Age
Commit message (
Expand
)
Author
2022-03-12
Constify struct cfattach.
Martin Pieuchot
2021-12-06
Implement DMA address translation for "raw" loads as well.
Mark Kettenis
2021-02-18
handle "simple-pm-bus" in simplebus
Jonathan Gray
2020-04-29
Let the armv7 bus_dma layer and simplebus(4) implementation deal with
Mark Kettenis
2019-04-16
Prevent attaching drivers to devices for which we attached a driver early.
Mark Kettenis
2019-01-05
match arm64 and print unconfigured simplebus devices on armv7
Jonathan Gray
2017-04-27
Bring over the changes to mainbus(4) and simplebus(4) from arm64.
Mark Kettenis
2017-01-23
No need to explicitly use config_activate_children in the cfattach struct.
Mark Kettenis
2016-10-21
Outsource simplebus softc definition so that it can be used by
Patrick Wildt
2016-10-05
Some device trees use 64-bit intermediate virtual addresses. This
Patrick Wildt
2016-09-18
Use a locator (named "early") to let designated drivers attach before others.
Mark Kettenis
2016-07-27
Instead of passing the raw reg property to simplebus nodes,
Patrick Wildt
2016-07-18
Some SoCs have a ranges property set in their device trees. This can
Patrick Wildt
2016-07-13
The "#address-cells" and "#size-cells" properties define the size
Patrick Wildt
2016-06-12
Use OF_getpropintarray().
Mark Kettenis
2016-06-09
Fetch "reg" and "interrupts" properties and pass them down as attach args to
Mark Kettenis
2016-05-23
Print the name from the corresponding FDT node to make identifying simplebus(4)
Mark Kettenis
2016-05-16
Use OF_is_compatible(9) here.
Mark Kettenis
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt