summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | OF: properties: Implement get_match_data() callbackSinan Kaya2017-12-131-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-301-0/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose2018-01-021-0/+26
| | |/ / | |/| |
* | | | of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur2018-01-101-2/+7
| |_|/ |/| |
* | | of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King2017-12-131-0/+3
|/ /
* | of: overlay: Make node skipping in init_overlay_changeset() clearerGeert Uytterhoeven2017-12-081-10/+11
* | of: overlay: Fix out-of-bounds write in init_overlay_changeset()Geert Uytterhoeven2017-12-081-3/+4
* | of: overlay: Fix (un)locking in of_overlay_apply()Geert Uytterhoeven2017-12-061-10/+5
* | of: overlay: Fix memory leak in of_overlay_apply() error pathGeert Uytterhoeven2017-12-061-8/+8
* | of: overlay: Remove else after gotoGeert Uytterhoeven2017-12-061-15/+12
* | of: Spelling s/changset/changeset/Geert Uytterhoeven2017-12-062-6/+6
* | of: unittest: Remove bogus overlay mutex release from overlay_data_add()Geert Uytterhoeven2017-12-061-1/+0
|/
* Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-204-67/+7
|\
| * of: Document exactly what of_find_node_by_name() putsStephen Boyd2017-11-201-3/+3
| * of: unittest: disable interrupts_property warningRob Herring2017-11-161-0/+1
| * of: unittest: let dtc generate __local_fixups__Rob Herring2017-11-161-63/+2
| * of/pci: Fix theoretical NULL dereferenceRobin Murphy2017-11-161-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-162-8/+37
|\ \
| * | soc: qcom: Remote filesystem memory driverBjorn Andersson2017-10-221-0/+1
| * | of: reserved_mem: Accessor for acquiring reserved_memBjorn Andersson2017-10-221-0/+26
| * | of/platform: Generalize /reserved-memory handlingBjorn Andersson2017-10-221-8/+10
* | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-3/+16
|\ \ \
| * | | of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing supportMarc Gonzalez2017-10-051-3/+16
| |/ /
* | | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-1411-679/+1106
|\ \ \ | | |/ | |/|
| * | Merge branch 'dt/kbuild' into dt/nextRob Herring2017-11-091-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-191-1/+1
| * | of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand2017-10-191-1/+1
| * | of: overlay: remove unneeded check for NULL kbasename()Frank Rowand2017-10-171-2/+0
| * | of: overlay: remove a dependency on device node full_nameFrank Rowand2017-10-173-35/+59
| * | of: overlay: simplify applying symbols from an overlayFrank Rowand2017-10-171-26/+65
| * | of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-174-6/+67
| * | of: overlay: loosen overly strict phandle clash checkFrank Rowand2017-10-171-4/+4
| * | of: overlay: expand check of whether overlay changeset can be removedFrank Rowand2017-10-171-7/+13
| * | of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-174-89/+364
| * | of: overlay: minor restructuringFrank Rowand2017-10-171-113/+92
| * | of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Frank Rowand2017-10-171-6/+18
| * | of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-173-257/+295
| * | of: overlay.c: Convert comparisons to zero or NULL to logical expressionsFrank Rowand2017-10-171-18/+18
| * | of: overlay.c: Remove comments that state the obvious, to reduce clutterFrank Rowand2017-10-171-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
OpenPOWER on IntegriCloud