aboutsummaryrefslogtreecommitdiff
path: root/core/device.c
AgeCommit message (Expand)AuthorFilesLines
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