summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/simplebus
AgeCommit message (Expand)AuthorFilesLines
2021-02-18handle "simple-pm-bus" in simplebusjsg1-5/+10
2020-04-29Let the armv7 bus_dma layer and simplebus(4) implementation deal withkettenis2-4/+83
2019-04-16Prevent attaching drivers to devices for which we attached a driver early.kettenis2-4/+24
2019-01-05match arm64 and print unconfigured simplebus devices on armv7jsg1-2/+23
2017-04-27Bring over the changes to mainbus(4) and simplebus(4) from arm64.kettenis1-8/+8
2017-01-23No need to explicitly use config_activate_children in the cfattach struct.kettenis1-3/+2
2016-10-21Outsource simplebus softc definition so that it can be used bypatrick2-16/+35
2016-10-05Some device trees use 64-bit intermediate virtual addresses. Thispatrick1-3/+3
2016-09-18Use a locator (named "early") to let designated drivers attach before others.kettenis1-9/+20
2016-07-27Instead of passing the raw reg property to simplebus nodes,patrick1-7/+31
2016-07-18Some SoCs have a ranges property set in their device trees. This canpatrick1-2/+75
2016-07-13The "#address-cells" and "#size-cells" properties define the sizepatrick1-1/+9
2016-06-12Use OF_getpropintarray().kettenis1-8/+4
2016-06-09Fetch "reg" and "interrupts" properties and pass them down as attach args tokettenis1-1/+26
2016-05-23Print the name from the corresponding FDT node to make identifying simplebus(4)kettenis1-1/+7
2016-05-16Use OF_is_compatible(9) here.kettenis1-7/+2
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likepatrick1-0/+118