summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/simplebus/simplebus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* handle "simple-pm-bus" in simplebusjsg2021-02-181-5/+10
* Let the armv7 bus_dma layer and simplebus(4) implementation deal withkettenis2020-04-291-3/+79
* Prevent attaching drivers to devices for which we attached a driver early.kettenis2019-04-161-3/+22
* match arm64 and print unconfigured simplebus devices on armv7jsg2019-01-051-2/+23
* Bring over the changes to mainbus(4) and simplebus(4) from arm64.kettenis2017-04-271-8/+8
* No need to explicitly use config_activate_children in the cfattach struct.kettenis2017-01-231-3/+2
* Outsource simplebus softc definition so that it can be used bypatrick2016-10-211-16/+2
* Some device trees use 64-bit intermediate virtual addresses. Thispatrick2016-10-051-3/+3
* Use a locator (named "early") to let designated drivers attach before others.kettenis2016-09-181-9/+20
* Instead of passing the raw reg property to simplebus nodes,patrick2016-07-271-8/+32
* Some SoCs have a ranges property set in their device trees. This canpatrick2016-07-181-2/+75
* The "#address-cells" and "#size-cells" properties define the sizepatrick2016-07-131-1/+9
* Use OF_getpropintarray().kettenis2016-06-121-8/+4
* Fetch "reg" and "interrupts" properties and pass them down as attach args tokettenis2016-06-091-1/+26
* Print the name from the corresponding FDT node to make identifying simplebus(4)kettenis2016-05-231-1/+7
* Use OF_is_compatible(9) here.kettenis2016-05-161-7/+2
* Rework mainbus and implement simplebus to be able to span a tree-likepatrick2016-05-021-0/+118