summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/devtree.c
Commit message (Expand)AuthorAgeFilesLines
* [fdt] Provide fdt_reg() for unsized single-entry regionsMichael Brown2025-08-071-7/+3Star
* [dwgpio] Add driver for the DesignWare GPIO controllerMichael Brown2025-08-051-5/+2Star
* [fdt] Use phandle as device locationMichael Brown2025-08-041-0/+1
* [dt] Allow for creation of standalone devicesMichael Brown2025-06-111-59/+52Star
* [dt] Locate parent node at point of use in dt_ioremap()Michael Brown2025-05-301-9/+15
* [fdt] Generalise access to "reg" propertyMichael Brown2025-05-091-16/+7Star
* [uaccess] Remove redundant copy_from_user() and copy_to_user()Michael Brown2025-04-301-0/+1
* [dt] Provide dt_ioremap() to map device registersMichael Brown2025-04-151-0/+75
* [dt] Add basic concept of a devicetree busMichael Brown2025-04-141-0/+297