aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds11-679/+1106
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+1
2017-11-09Merge branch 'dt/kbuild' into dt/nextRob Herring1-2/+0
2017-11-09device property: Make fwnode_handle_get() return the fwnodeSakari Ailus1-2/+2
2017-11-08.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-10-23of: dynamic: fix memory leak related to properties of __of_node_dupLixin Wang1-12/+14
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-12/+27
2017-10-22of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven1-12/+27
2017-10-19of: overlay: make pr_err() string uniqueFrank Rowand1-1/+1
2017-10-19of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand1-1/+1
2017-10-19drivers: flag buses which demand DMA configurationRobin Murphy1-7/+1
2017-10-17of: overlay: remove unneeded check for NULL kbasename()Frank Rowand1-2/+0
2017-10-17of: overlay: remove a dependency on device node full_nameFrank Rowand3-35/+59
2017-10-17of: overlay: simplify applying symbols from an overlayFrank Rowand1-26/+65
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand4-6/+67
2017-10-17of: overlay: loosen overly strict phandle clash checkFrank Rowand1-4/+4
2017-10-17of: overlay: expand check of whether overlay changeset can be removedFrank Rowand1-7/+13
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand4-89/+364
2017-10-17of: overlay: minor restructuringFrank Rowand1-113/+92
2017-10-17of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Frank Rowand1-6/+18
2017-10-17of: overlay: rename identifiers to more reflect what they doFrank Rowand3-257/+295
2017-10-17of: overlay.c: Convert comparisons to zero or NULL to logical expressionsFrank Rowand1-18/+18
2017-10-17of: overlay.c: Remove comments that state the obvious, to reduce clutterFrank Rowand1-29/+18
2017-10-17of: overlay: fix memory leak related to duplicated propertyLixin Wang1-4/+11
2017-10-16of: unittest: Remove redundant OF_DETACHED flag settingStephen Boyd1-2/+0
2017-10-16of/fdt: Document detached argument to __unflatten_device_tree()Stephen Boyd1-0/+1
2017-10-16of/resolver: Replace kmalloc + memcpy with kmemdup()Stephen Boyd1-2/+1
2017-10-16of/resolver: Simplify to be32_add_cpu()Stephen Boyd1-4/+1
2017-10-16of/fdt: skip unflattening of disabled nodesRob Herring1-0/+4
2017-10-16of/fdt: add of_fdt_device_is_available functionRob Herring1-3/+14
2017-10-16of: make kobject and bin_attribute support configurableRob Herring6-152/+192
2017-10-16of: move kobj_to_device_node() into dynamic.cRob Herring2-6/+5
2017-10-16of: fix missing kobject init for !SYSFS && OF_DYNAMIC configRob Herring1-3/+0
2017-10-12device property: preserve usecount for node passed to of_fwnode_graph_get_port_parent()Niklas Söderlund1-1/+1
2017-10-12drivers: of: increase MAX_RESERVED_REGIONS to 32Stewart Smith1-1/+1
2017-10-12of: do not leak console optionsSergey Senozhatsky1-2/+6
2017-10-03of/fdt: only store the device node basename in full_nameRob Herring1-58/+11
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-16/+32
2017-09-07Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds15-272/+418
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-21/+18
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-16/+50
2017-09-05devicetree: Adjust status "ok" -> "okay" under drivers/of/Robert P. J. Day1-3/+3
2017-09-01of: restrict DMA configurationRobin Murphy1-16/+32
2017-08-25of: Use PLATFORM_DEVID_NONE definitionAndy Shevchenko2-2/+2
2017-08-24of/device: Fix of_device_get_modalias() buffer handlingBjorn Andersson1-5/+10
2017-08-24of/device: Prevent buffer overflow in of_device_modalias()Bjorn Andersson1-0/+2
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-08-17of: fix DMA mask generationRobin Murphy1-4/+4
2017-08-14device property: use of_graph_get_remote_endpoint() for of_fwnodeKuninori Morimoto1-2/+2