summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2018-01-10of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur
2017-12-13of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King
2017-12-08of: overlay: Make node skipping in init_overlay_changeset() clearerGeert Uytterhoeven
2017-12-08of: overlay: Fix out-of-bounds write in init_overlay_changeset()Geert Uytterhoeven
2017-12-06of: overlay: Fix (un)locking in of_overlay_apply()Geert Uytterhoeven
2017-12-06of: overlay: Fix memory leak in of_overlay_apply() error pathGeert Uytterhoeven
2017-12-06of: overlay: Remove else after gotoGeert Uytterhoeven
2017-12-06of: Spelling s/changset/changeset/Geert Uytterhoeven
2017-12-06of: unittest: Remove bogus overlay mutex release from overlay_data_add()Geert Uytterhoeven
2017-11-20Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-20of: Document exactly what of_find_node_by_name() putsStephen Boyd
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-16of: unittest: disable interrupts_property warningRob Herring
2017-11-16of: unittest: let dtc generate __local_fixups__Rob Herring
2017-11-16of/pci: Fix theoretical NULL dereferenceRobin Murphy
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-11-09Merge branch 'dt/kbuild' into dt/nextRob Herring
2017-11-09device property: Make fwnode_handle_get() return the fwnodeSakari Ailus
2017-11-08.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-23of: dynamic: fix memory leak related to properties of __of_node_dupLixin Wang
2017-10-22soc: qcom: Remote filesystem memory driverBjorn Andersson
2017-10-22of: reserved_mem: Accessor for acquiring reserved_memBjorn Andersson
2017-10-22of/platform: Generalize /reserved-memory handlingBjorn Andersson
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-22of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven
2017-10-19of: overlay: make pr_err() string uniqueFrank Rowand
2017-10-19of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand
2017-10-19drivers: flag buses which demand DMA configurationRobin Murphy
2017-10-17of: overlay: remove unneeded check for NULL kbasename()Frank Rowand
2017-10-17of: overlay: remove a dependency on device node full_nameFrank Rowand
2017-10-17of: overlay: simplify applying symbols from an overlayFrank Rowand
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand
2017-10-17of: overlay: loosen overly strict phandle clash checkFrank Rowand
2017-10-17of: overlay: expand check of whether overlay changeset can be removedFrank Rowand
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand
2017-10-17of: overlay: minor restructuringFrank Rowand
2017-10-17of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Frank Rowand
2017-10-17of: overlay: rename identifiers to more reflect what they doFrank Rowand
2017-10-17of: overlay.c: Convert comparisons to zero or NULL to logical expressionsFrank Rowand
2017-10-17of: overlay.c: Remove comments that state the obvious, to reduce clutterFrank Rowand
2017-10-17of: overlay: fix memory leak related to duplicated propertyLixin Wang
2017-10-16of: unittest: Remove redundant OF_DETACHED flag settingStephen Boyd
2017-10-16of/fdt: Document detached argument to __unflatten_device_tree()Stephen Boyd
2017-10-16of/resolver: Replace kmalloc + memcpy with kmemdup()Stephen Boyd
2017-10-16of/resolver: Simplify to be32_add_cpu()Stephen Boyd
2017-10-16of/fdt: skip unflattening of disabled nodesRob Herring
2017-10-16of/fdt: add of_fdt_device_is_available functionRob Herring