summaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "of: base: add support to get machine model name"Rob Herring2016-12-091-32/+0
* of: Fix issue where code would fall through to error case.Moritz Fischer2016-12-091-8/+8
* drivers/of: fix missing pr_cont()s in of_print_phandle_argsMarcin Nowakowski2016-12-091-3/+6
* of: base: add support to get machine model nameSudeep Holla2016-11-181-0/+32
* of/platform: clarify of_find_device_by_node refcountingJohan Hovold2016-11-151-0/+3
* of/platform: fix of_platform_device_destroy commentJohan Hovold2016-11-151-3/+0
* of: Remove unused variable overlay_symbolsFrank Rowand2016-11-151-4/+1
* of: Move setting of pointer to beside test for non-nullFrank Rowand2016-11-151-2/+1
* of: Add back an error message, restructuredFrank Rowand2016-11-151-6/+12
* of: Update comments to reflect changes and increase clarityFrank Rowand2016-11-151-19/+47
* of: Remove redundant size checkFrank Rowand2016-11-151-1/+1
* of: Update structure of code to be clearer, also remove BUG_ON()Frank Rowand2016-11-151-31/+17
* of: Rename variables to better reflect purpose or follow conventionFrank Rowand2016-11-151-87/+85
* of: Remove prefix "__of_" from local function namesFrank Rowand2016-11-151-5/+5
* of: Rename functions to more accurately reflect what they doFrank Rowand2016-11-151-11/+11
* of: Convert comparisons to zero or NULL to logical expressionsFrank Rowand2016-11-151-22/+20
* of: Remove excessive printks to reduce clutter.Frank Rowand2016-11-151-45/+8
* of: Remove comments that state the obvious, to reduce clutterFrank Rowand2016-11-151-29/+2
* of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible.David Daney2016-11-151-1/+6
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-151-0/+1
|\
| * of/platform: Probe "isa" busses by defaultPaul Burton2016-10-061-0/+1
* | Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-112-74/+106
|\ \
| * | of/irq: Break out msi-map lookup (again)Robin Murphy2016-09-162-74/+106
| |/
* | Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds2016-10-111-4/+0
|\ \
| * | mtd: Kill the OF_MTD Kconfig optionBoris Brezillon2016-09-231-4/+0
* | | console: don't prefer first registered if DT specifies stdout-pathPaul Burton2016-10-081-0/+2
* | | Merge tag 'devicetree-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-052-52/+121
|\ \ \
| * | | of/platform: Initialise dev->fwnode appropriatelyRobin Murphy2016-09-151-0/+2
| * | | of: Add array read functions with min/max size limitsRichard Fitzgerald2016-09-151-54/+102
| * | | of: Make of_find_property_value_of_size take a length rangeRichard Fitzgerald2016-09-151-10/+29
| | |/ | |/|
* | | Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-041-10/+1
|\ \ \
| * | | of/serial: move earlycon early_param handling to serialLeif Lindholm2016-09-281-10/+1
| |/ /
* | | of_numa: Use pr_fmt()Kefeng Wang2016-09-091-10/+11
* | | of_numa: Use of_get_next_parent to simplify codeKefeng Wang2016-09-091-5/+1
* | | of/numa: remove a duplicated warningZhen Lei2016-09-091-7/+2
* | | of/numa: add nid check for memory blockZhen Lei2016-09-091-0/+5
* | | of/numa: fix a memory@ node can only contains one memory blockZhen Lei2016-09-091-19/+10
* | | of/numa: remove a duplicated pr_debug informationZhen Lei2016-09-091-4/+0
|/ /
* | of: fix reference counting in of_graph_get_endpoint_by_regsLucas Stach2016-08-151-9/+2
* | of/platform: disable the of_platform_default_populate_init() for all the ppc ...Kevin Hao2016-08-121-0/+2
* | of/irq: Mark interrupt controllers as populated before initialisationPhilipp Zabel2016-08-091-2/+3
* | drivers/of: Validate device node in __unflatten_device_tree()Gavin Shan2016-08-091-1/+1
* | of: Delete an unnecessary check before the function call "of_node_put"Markus Elfring2016-08-091-2/+1
|/
* ramoops: use DT reserved-memory bindingsKees Cook2016-08-051-2/+18
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-311-0/+22
|\
| * dt: Add of_device_compatible_match()Benjamin Herrenschmidt2016-07-201-0/+22
* | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-3013-139/+188
|\ \
| * | of: fdt: mark unflattened tree as detachedMichal Suchanek2016-07-191-3/+10
| * | of: overlay: add resolver error printsMichal Suchanek2016-07-191-0/+6
| * | of: use pr_fmt prefix for all console printingRob Herring2016-07-1811-121/+124