summaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dt/kbuild' into dt/nextRob Herring2017-11-101-2/+0
|\
| * .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2017-11-081-2/+0
* | of: dynamic: fix memory leak related to properties of __of_node_dupLixin Wang2017-10-231-12/+14
* | of: overlay: make pr_err() string uniqueFrank Rowand2017-10-201-1/+1
* | of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand2017-10-201-1/+1
* | of: overlay: remove unneeded check for NULL kbasename()Frank Rowand2017-10-181-2/+0
* | of: overlay: remove a dependency on device node full_nameFrank Rowand2017-10-183-35/+59
* | of: overlay: simplify applying symbols from an overlayFrank Rowand2017-10-181-26/+65
* | of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-184-6/+67
* | of: overlay: loosen overly strict phandle clash checkFrank Rowand2017-10-181-4/+4
* | of: overlay: expand check of whether overlay changeset can be removedFrank Rowand2017-10-181-7/+13
* | of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-184-89/+364
* | of: overlay: minor restructuringFrank Rowand2017-10-181-113/+92
* | of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Frank Rowand2017-10-181-6/+18
* | of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-183-257/+295
* | of: overlay.c: Convert comparisons to zero or NULL to logical expressionsFrank Rowand2017-10-181-18/+18
* | of: overlay.c: Remove comments that state the obvious, to reduce clutterFrank Rowand2017-10-181-29/+18
* | of: overlay: fix memory leak related to duplicated propertyLixin Wang2017-10-171-4/+11
* | of: unittest: Remove redundant OF_DETACHED flag settingStephen Boyd2017-10-161-2/+0
* | of/fdt: Document detached argument to __unflatten_device_tree()Stephen Boyd2017-10-161-0/+1
* | of/resolver: Replace kmalloc + memcpy with kmemdup()Stephen Boyd2017-10-161-2/+1
* | of/resolver: Simplify to be32_add_cpu()Stephen Boyd2017-10-161-4/+1
* | of/fdt: skip unflattening of disabled nodesRob Herring2017-10-161-0/+4
* | of/fdt: add of_fdt_device_is_available functionRob Herring2017-10-161-3/+14
* | of: make kobject and bin_attribute support configurableRob Herring2017-10-166-152/+192
* | of: move kobj_to_device_node() into dynamic.cRob Herring2017-10-162-6/+5
* | of: fix missing kobject init for !SYSFS && OF_DYNAMIC configRob Herring2017-10-161-3/+0
* | of/fdt: only store the device node basename in full_nameRob Herring2017-10-031-58/+11
|/
* Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-16/+32
|\
| * of: restrict DMA configurationRobin Murphy2017-09-011-16/+32
* | Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-0715-272/+418
|\ \
| * | devicetree: Adjust status "ok" -> "okay" under drivers/of/Robert P. J. Day2017-09-051-3/+3
| * | of: Use PLATFORM_DEVID_NONE definitionAndy Shevchenko2017-08-252-2/+2
| * | of/device: Fix of_device_get_modalias() buffer handlingBjorn Andersson2017-08-241-5/+10
| * | of/device: Prevent buffer overflow in of_device_modalias()Bjorn Andersson2017-08-241-0/+2
| * | device property: use of_graph_get_remote_endpoint() for of_fwnodeKuninori Morimoto2017-08-141-2/+2
| * | of/irq: use of_property_read_u32_index to parse interrupts propertyRob Herring2017-08-011-21/+13
| * | of/device: use of_property_for_each_string to parse compatible stringsRob Herring2017-08-011-43/+23
| * | of_pci: use of_property_read_u32_array()Sergei Shtylyov2017-07-241-14/+14
| * | of_pci: use of_property_read_u32()Sergei Shtylyov2017-07-241-9/+6
| * | of: base: use of_property_read_string()Sergei Shtylyov2017-07-241-4/+6
| * | of: base: use of_property_read_u32()Sergei Shtylyov2017-07-241-8/+6
| * | of: remove unused pci_space variable from address.cShawn Lin2017-07-211-2/+1
| * | of: irq: use of_property_read_u32()Sergei Shtylyov2017-07-211-18/+12
| * | of: irq: use of_property_read_bool() for "interrupt-controller" propSergei Shtylyov2017-07-211-3/+2
| * | of: overlay: add overlay symbols to live device treeFrank Rowand2017-07-201-9/+107
| * | of: overlay: correctly apply overlay node with unit-addressFrank Rowand2017-07-201-1/+4
| * | of: overlay: add overlay unittest data for node names and symbolsFrank Rowand2017-07-205-8/+79
| * | of: Convert to using %pOF instead of full_nameRob Herring2017-07-1911-127/+133
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-21/+18
|\ \ \