summaryrefslogtreecommitdiff
path: root/drivers/of
Commit message (Expand)AuthorAge
...
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-30
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose2018-01-02
| | |/ / | |/| |
* | | | of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur2018-01-10
| |_|/ |/| |
* | | of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King2017-12-13
|/ /
* | of: overlay: Make node skipping in init_overlay_changeset() clearerGeert Uytterhoeven2017-12-08
* | of: overlay: Fix out-of-bounds write in init_overlay_changeset()Geert Uytterhoeven2017-12-08
* | of: overlay: Fix (un)locking in of_overlay_apply()Geert Uytterhoeven2017-12-06
* | of: overlay: Fix memory leak in of_overlay_apply() error pathGeert Uytterhoeven2017-12-06
* | of: overlay: Remove else after gotoGeert Uytterhoeven2017-12-06
* | of: Spelling s/changset/changeset/Geert Uytterhoeven2017-12-06
* | of: unittest: Remove bogus overlay mutex release from overlay_data_add()Geert Uytterhoeven2017-12-06
|/
* Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-20
|\
| * of: Document exactly what of_find_node_by_name() putsStephen Boyd2017-11-20
| * of: unittest: disable interrupts_property warningRob Herring2017-11-16
| * of: unittest: let dtc generate __local_fixups__Rob Herring2017-11-16
| * of/pci: Fix theoretical NULL dereferenceRobin Murphy2017-11-16
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-16
|\ \
| * | soc: qcom: Remote filesystem memory driverBjorn Andersson2017-10-22
| * | of: reserved_mem: Accessor for acquiring reserved_memBjorn Andersson2017-10-22
| * | of/platform: Generalize /reserved-memory handlingBjorn Andersson2017-10-22
* | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\ \ \
| * | | of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing supportMarc Gonzalez2017-10-05
| |/ /
* | | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-14
|\ \ \ | | |/ | |/|
| * | Merge branch 'dt/kbuild' into dt/nextRob Herring2017-11-09
| |\ \
| | * | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2017-11-08
| | |/
| * | of: dynamic: fix memory leak related to properties of __of_node_dupLixin Wang2017-10-23
| * | of: overlay: make pr_err() string uniqueFrank Rowand2017-10-19
| * | of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand2017-10-19
| * | of: overlay: remove unneeded check for NULL kbasename()Frank Rowand2017-10-17
| * | of: overlay: remove a dependency on device node full_nameFrank Rowand2017-10-17
| * | of: overlay: simplify applying symbols from an overlayFrank Rowand2017-10-17
| * | of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-17
| * | of: overlay: loosen overly strict phandle clash checkFrank Rowand2017-10-17
| * | of: overlay: expand check of whether overlay changeset can be removedFrank Rowand2017-10-17
| * | of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-17
| * | of: overlay: minor restructuringFrank Rowand2017-10-17
| * | of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Frank Rowand2017-10-17
| * | of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-17
| * | of: overlay.c: Convert comparisons to zero or NULL to logical expressionsFrank Rowand2017-10-17
| * | of: overlay.c: Remove comments that state the obvious, to reduce clutterFrank Rowand2017-10-17
| * | of: overlay: fix memory leak related to duplicated propertyLixin Wang2017-10-17
| * | of: unittest: Remove redundant OF_DETACHED flag settingStephen Boyd2017-10-16
| * | of/fdt: Document detached argument to __unflatten_device_tree()Stephen Boyd2017-10-16
| * | of/resolver: Replace kmalloc + memcpy with kmemdup()Stephen Boyd2017-10-16
| * | of/resolver: Simplify to be32_add_cpu()Stephen Boyd2017-10-16
| * | of/fdt: skip unflattening of disabled nodesRob Herring2017-10-16
| * | of/fdt: add of_fdt_device_is_available functionRob Herring2017-10-16
| * | of: make kobject and bin_attribute support configurableRob Herring2017-10-16
| * | of: move kobj_to_device_node() into dynamic.cRob Herring2017-10-16
| * | of: fix missing kobject init for !SYSFS && OF_DYNAMIC configRob Herring2017-10-16