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