summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2017-05-03of: fix uninitialized variable warning for overlay testArnd Bergmann1-1/+1
2017-04-28of: fix unittest build without CONFIG_OF_OVERLAYArnd Bergmann1-1/+1
2017-04-27of: Add unit tests for applying overlaysFrank Rowand7-8/+505
2017-04-24mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros1-0/+7
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart1-2/+7
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R1-4/+1
2017-04-20of: device: Fix overflow of coherent_dma_maskSricharan R1-1/+1
2017-04-20of: dma: Make of_dma_deconfigure() publicLaurent Pinchart2-5/+12
2017-04-18of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes()Tyrel Datwyler1-0/+2
2017-04-03drivers/of/base.c: Add of_property_read_u64_indexAlistair Popple1-0/+31
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring1-2/+16
2017-03-22of: fix of_device_get_modalias returned length when truncating buffersRob Herring1-1/+1
2017-03-14of/pci: Remove unused MSI controller helpersThomas Petazzoni1-45/+0
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-0/+71
2017-02-27of: add devm_ functions for populate and depopulateBenjamin Gaignard1-0/+71
2017-02-22Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-16/+69
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+25
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+26
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2017-02-19of_mdio: Add "broadcom,bcm5241" to the whitelist.David Daney1-0/+1
2017-02-15of: introduce of_graph_get_remote_nodeRob Herring1-0/+37
2017-02-09of: Add missing space at end of pr_fmt().Frank Rowand1-1/+1
2017-02-09of: make of_device_make_bus_id() staticFrank Rowand1-1/+1
2017-02-09of: fix of_node leak caused in of_find_node_opts_by_pathQi Hou1-0/+3
2017-01-23of/unittest: Swap arguments of of_unittest_apply_overlay()Alexander Sverdlin1-2/+2
2017-01-20of: device: Export of_device_{get_modalias, uvent_modalias} to modulesStephen Boyd1-0/+2
2017-01-20of: device: Support loading a module with OF based modaliasStephen Boyd1-0/+23
2017-01-17of: base: add support to find the level of the last cacheSudeep Holla1-0/+26
2017-01-09of: remove redundant memset in overlayXuYing1-1/+0
2017-01-09of/irq: improve error report on irq discovery process failureGuilherme G. Piccoli2-8/+21
2017-01-04of: drop duplicate headersGeliang Tang3-3/+0
2017-01-04of: reserved_mem: set dma_ops for devices using reserved memSmitha T Murthy1-0/+4
2017-01-03OF: Prevent unaligned access in of_alias_scan()Paul Burton1-1/+1
2017-01-03of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsTobias Wolf1-3/+6
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+21
2016-12-15Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-212/+168
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+1
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+46
2016-12-12of/fdt: mark hotpluggable memoryReza Arbab1-0/+19
2016-12-09Revert "of: base: add support to get machine model name"Rob Herring1-32/+0
2016-12-09of: Fix issue where code would fall through to error case.Moritz Fischer1-8/+8
2016-12-09drivers/of: fix missing pr_cont()s in of_print_phandle_argsMarcin Nowakowski1-3/+6
2016-11-29of_mdio: add helper to deregister fixed-link PHYsJohan Hovold1-0/+15
2016-11-18of: base: add support to get machine model nameSudeep Holla1-0/+32
2016-11-17of_mdio: fix device reference leak in of_phy_find_deviceJohan Hovold1-0/+1
2016-11-17of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold1-1/+4
2016-11-15of/platform: clarify of_find_device_by_node refcountingJohan Hovold1-0/+3
2016-11-15of/platform: fix of_platform_device_destroy commentJohan Hovold1-3/+0
2016-11-15of: Remove unused variable overlay_symbolsFrank Rowand1-4/+1
2016-11-15of: Move setting of pointer to beside test for non-nullFrank Rowand1-2/+1