aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2017-11-20Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-67/+7
2017-11-20of: Document exactly what of_find_node_by_name() putsGravatar Stephen Boyd 1-3/+3
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-8/+37
2017-11-16of: unittest: disable interrupts_property warningGravatar Rob Herring 1-0/+1
2017-11-16of: unittest: let dtc generate __local_fixups__Gravatar Rob Herring 1-63/+2
2017-11-16of/pci: Fix theoretical NULL dereferenceGravatar Robin Murphy 1-1/+1
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+16
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-679/+1106
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-7/+1
2017-11-09Merge branch 'dt/kbuild' into dt/nextGravatar Rob Herring 1-2/+0
2017-11-09device property: Make fwnode_handle_get() return the fwnodeGravatar Sakari Ailus 1-2/+2
2017-11-08.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreGravatar Masahiro Yamada 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 12-0/+12
2017-10-23of: dynamic: fix memory leak related to properties of __of_node_dupGravatar Lixin Wang 1-12/+14
2017-10-22soc: qcom: Remote filesystem memory driverGravatar Bjorn Andersson 1-0/+1
2017-10-22of: reserved_mem: Accessor for acquiring reserved_memGravatar Bjorn Andersson 1-0/+26
2017-10-22of/platform: Generalize /reserved-memory handlingGravatar Bjorn Andersson 1-8/+10
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-12/+27
2017-10-22of_mdio: Fix broken PHY IRQ in case of probe deferralGravatar Geert Uytterhoeven 1-12/+27
2017-10-19of: overlay: make pr_err() string uniqueGravatar Frank Rowand 1-1/+1
2017-10-19of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeGravatar Frank Rowand 1-1/+1
2017-10-19drivers: flag buses which demand DMA configurationGravatar Robin Murphy 1-7/+1
2017-10-17of: overlay: remove unneeded check for NULL kbasename()Gravatar Frank Rowand 1-2/+0
2017-10-17of: overlay: remove a dependency on device node full_nameGravatar Frank Rowand 3-35/+59
2017-10-17of: overlay: simplify applying symbols from an overlayGravatar Frank Rowand 1-26/+65
2017-10-17of: overlay: avoid race condition between applying multiple overlaysGravatar Frank Rowand 4-6/+67
2017-10-17of: overlay: loosen overly strict phandle clash checkGravatar Frank Rowand 1-4/+4
2017-10-17of: overlay: expand check of whether overlay changeset can be removedGravatar Frank Rowand 1-7/+13
2017-10-17of: overlay: detect cases where device tree may become corruptGravatar Frank Rowand 4-89/+364
2017-10-17of: overlay: minor restructuringGravatar Frank Rowand 1-113/+92
2017-10-17of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Gravatar Frank Rowand 1-6/+18
2017-10-17of: overlay: rename identifiers to more reflect what they doGravatar Frank Rowand 3-257/+295
2017-10-17of: overlay.c: Convert comparisons to zero or NULL to logical expressionsGravatar Frank Rowand 1-18/+18
2017-10-17of: overlay.c: Remove comments that state the obvious, to reduce clutterGravatar Frank Rowand 1-29/+18
2017-10-17of: overlay: fix memory leak related to duplicated propertyGravatar Lixin Wang 1-4/+11
2017-10-16of: unittest: Remove redundant OF_DETACHED flag settingGravatar Stephen Boyd 1-2/+0
2017-10-16of/fdt: Document detached argument to __unflatten_device_tree()Gravatar Stephen Boyd 1-0/+1
2017-10-16of/resolver: Replace kmalloc + memcpy with kmemdup()Gravatar Stephen Boyd 1-2/+1
2017-10-16of/resolver: Simplify to be32_add_cpu()Gravatar Stephen Boyd 1-4/+1
2017-10-16of/fdt: skip unflattening of disabled nodesGravatar Rob Herring 1-0/+4
2017-10-16of/fdt: add of_fdt_device_is_available functionGravatar Rob Herring 1-3/+14
2017-10-16of: make kobject and bin_attribute support configurableGravatar Rob Herring 6-152/+192
2017-10-16of: move kobj_to_device_node() into dynamic.cGravatar Rob Herring 2-6/+5
2017-10-16of: fix missing kobject init for !SYSFS && OF_DYNAMIC configGravatar Rob Herring 1-3/+0
2017-10-12device property: preserve usecount for node passed to of_fwnode_graph_get_por...Gravatar Niklas Söderlund 1-1/+1
2017-10-12drivers: of: increase MAX_RESERVED_REGIONS to 32Gravatar Stewart Smith 1-1/+1
2017-10-12of: do not leak console optionsGravatar Sergey Senozhatsky 1-2/+6
2017-10-05of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing supportGravatar Marc Gonzalez 1-3/+16
2017-10-03of/fdt: only store the device node basename in full_nameGravatar Rob Herring 1-58/+11
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-16/+32