aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+38
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-12/+21
2017-05-09of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandleGravatar Nicholas Piggin 1-0/+38
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-45/+0
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-24/+540
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+31
2017-05-04of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeGravatar Rob Herring 4-5/+5
2017-05-04of: fix sparse warning in of_pci_range_parser_oneGravatar Rob Herring 1-1/+1
2017-05-04of: fix sparse warnings in of_find_next_cache_nodeGravatar Rob Herring 1-7/+6
2017-05-04of/unittest: Missing unlocks on errorGravatar Dan Carpenter 1-2/+6
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+71
2017-05-03of: fix uninitialized variable warning for overlay testGravatar Arnd Bergmann 1-1/+1
2017-04-28of: fix unittest build without CONFIG_OF_OVERLAYGravatar Arnd Bergmann 1-1/+1
2017-04-27of: Add unit tests for applying overlaysGravatar Frank Rowand 7-8/+505
2017-04-24mdio_bus: Issue GPIO RESET to PHYs.Gravatar Roger Quadros 1-0/+7
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorGravatar Laurent Pinchart 1-2/+7
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Gravatar Sricharan R 1-4/+1
2017-04-20of: device: Fix overflow of coherent_dma_maskGravatar Sricharan R 1-1/+1
2017-04-20of: dma: Make of_dma_deconfigure() publicGravatar Laurent Pinchart 2-5/+12
2017-04-18of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes()Gravatar Tyrel Datwyler 1-0/+2
2017-04-03drivers/of/base.c: Add of_property_read_u64_indexGravatar Alistair Popple 1-0/+31
2017-03-22of: Add function for generating a DT modalias with a newlineGravatar Rob Herring 1-2/+16
2017-03-22of: fix of_device_get_modalias returned length when truncating buffersGravatar Rob Herring 1-1/+1
2017-03-14of/pci: Remove unused MSI controller helpersGravatar Thomas Petazzoni 1-45/+0
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Gravatar Dave Airlie 1-0/+71
2017-02-27of: add devm_ functions for populate and depopulateGravatar Benjamin Gaignard 1-0/+71
2017-02-22Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 9-16/+69
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+25
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+26
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2017-02-19of_mdio: Add "broadcom,bcm5241" to the whitelist.Gravatar David Daney 1-0/+1
2017-02-15of: introduce of_graph_get_remote_nodeGravatar Rob Herring 1-0/+37
2017-02-09of: Add missing space at end of pr_fmt().Gravatar Frank Rowand 1-1/+1
2017-02-09of: make of_device_make_bus_id() staticGravatar Frank Rowand 1-1/+1
2017-02-09of: fix of_node leak caused in of_find_node_opts_by_pathGravatar Qi Hou 1-0/+3
2017-01-23of/unittest: Swap arguments of of_unittest_apply_overlay()Gravatar Alexander Sverdlin 1-2/+2
2017-01-20of: device: Export of_device_{get_modalias, uvent_modalias} to modulesGravatar Stephen Boyd 1-0/+2
2017-01-20of: device: Support loading a module with OF based modaliasGravatar Stephen Boyd 1-0/+23
2017-01-17of: base: add support to find the level of the last cacheGravatar Sudeep Holla 1-0/+26
2017-01-09of: remove redundant memset in overlayGravatar XuYing 1-1/+0
2017-01-09of/irq: improve error report on irq discovery process failureGravatar Guilherme G. Piccoli 2-8/+21
2017-01-04of: drop duplicate headersGravatar Geliang Tang 3-3/+0
2017-01-04of: reserved_mem: set dma_ops for devices using reserved memGravatar Smitha T Murthy 1-0/+4
2017-01-03OF: Prevent unaligned access in of_alias_scan()Gravatar Paul Burton 1-1/+1
2017-01-03of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsGravatar Tobias Wolf 1-3/+6
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+21
2016-12-15Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-212/+168
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-0/+1
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+46
2016-12-12of/fdt: mark hotpluggable memoryGravatar Reza Arbab 1-0/+19