aboutsummaryrefslogtreecommitdiff
path: root/core/device.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-15core/device: Add function to return child node using name at substring "@"Athira Rajeev1-0/+23
2021-12-09ccan: switch list_add_before/after arguments to match upstreamNicholas Piggin1-1/+1
2020-06-30dt: Set new property length in dt_resize_property()Thiago Jung Bauermann1-0/+1
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16add more sparse endian annotationsNicholas Piggin1-8/+9
2019-12-16dt: assorted cleanupsNicholas Piggin1-1/+8
2019-12-16cpu: use dt accessor device tree accessNicholas Piggin1-0/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith1-13/+4
2019-05-20libfdt: upgrade to upstream dtc.git 243176cNicholas Piggin1-2/+3
2018-10-23core/device: NULL pointer dereference fixNicholas Piggin1-1/+4
2018-07-16fast-reboot: parallel memory clearingStewart Smith1-1/+1
2018-02-21dt: add /cpus/ibm, powerpc-cpu-features device tree bindingsNicholas Piggin1-0/+7
2018-02-13core/device.c: Fix dt_find_compatible_nodeAlistair Popple1-6/+13
2017-06-27dt: Add phandle fixup helpersMadhavan Srinivasan1-0/+38
2017-06-27dt: Add helper function for last_phandle updatesMadhavan Srinivasan1-2/+2
2017-06-26Big log level reduction...Benjamin Herrenschmidt1-1/+1
2017-04-07device: add dt_find_by_name_addrOliver O'Halloran1-0/+50
2017-03-07device: implement dt_translate_address() properlyOliver O'Halloran1-2/+63
2017-01-15dt: add dt_new_check()Oliver O'Halloran1-0/+14
2016-12-21Add fwts annotation for duplicate DT node entries.ppaidipe@linux.vnet.ibm.com1-1/+19
2016-10-14device: Add helper to delete a property by name if it existsBenjamin Herrenschmidt1-0/+8
2016-09-27core/init: create the dt root in main_cpu_entryOliver O'Halloran1-2/+0
2016-07-06devicetree: Add dt_node_is_enabled()Benjamin Herrenschmidt1-0/+10
2016-01-21Merge branch 'stable'Stewart Smith1-4/+52
2016-01-21DT sorting testOliver O'Halloran1-1/+1
2016-01-21core/device.c: Sort nodes with name@unit names by unitOliver O'Halloran1-4/+52
2015-11-12Fix resource leak on crash (similar to 125f95e)Stewart Smith1-1/+3
2015-11-11Fix resource leak on crashStewart Smith1-1/+5
2015-08-17core: Add dt_copyJeremy Kerr1-0/+38
2015-07-08fix potential divide by zeroStewart Smith1-0/+4
2015-06-19Verify zalloc returned valid pointerAnanth N Mavinakayanahalli1-0/+3
2015-02-11core/device: Function to return child node using nameNeelesh Gupta1-0/+16
2014-12-02core/device: wrap a function to destroy a dt_nodeWei Yang1-8/+13
2014-11-26abort if device tree parsing failsAnton Blanchard1-1/+2
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+791