summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)Author
2017-05-25of: fdt: add missing allocation-failure checkJohan Hovold
2017-05-25of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes()Tyrel Datwyler
2017-05-25of: fix sparse warning in of_pci_range_parser_oneRob Herring
2017-02-22Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-19of_mdio: Add "broadcom,bcm5241" to the whitelist.David Daney
2017-02-15of: introduce of_graph_get_remote_nodeRob Herring
2017-02-09of: Add missing space at end of pr_fmt().Frank Rowand
2017-02-09of: make of_device_make_bus_id() staticFrank Rowand
2017-02-09of: fix of_node leak caused in of_find_node_opts_by_pathQi Hou
2017-01-23of/unittest: Swap arguments of of_unittest_apply_overlay()Alexander Sverdlin
2017-01-20of: device: Export of_device_{get_modalias, uvent_modalias} to modulesStephen Boyd
2017-01-20of: device: Support loading a module with OF based modaliasStephen Boyd
2017-01-17of: base: add support to find the level of the last cacheSudeep Holla
2017-01-09of: remove redundant memset in overlayXuYing
2017-01-09of/irq: improve error report on irq discovery process failureGuilherme G. Piccoli
2017-01-04of: drop duplicate headersGeliang Tang
2017-01-04of: reserved_mem: set dma_ops for devices using reserved memSmitha T Murthy
2017-01-03OF: Prevent unaligned access in of_alias_scan()Paul Burton
2017-01-03of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsTobias Wolf
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-15Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-12of/fdt: mark hotpluggable memoryReza Arbab
2016-12-09Revert "of: base: add support to get machine model name"Rob Herring
2016-12-09of: Fix issue where code would fall through to error case.Moritz Fischer
2016-12-09drivers/of: fix missing pr_cont()s in of_print_phandle_argsMarcin Nowakowski
2016-11-29of_mdio: add helper to deregister fixed-link PHYsJohan Hovold
2016-11-18of: base: add support to get machine model nameSudeep Holla
2016-11-17of_mdio: fix device reference leak in of_phy_find_deviceJohan Hovold
2016-11-17of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold
2016-11-15of/platform: clarify of_find_device_by_node refcountingJohan Hovold
2016-11-15of/platform: fix of_platform_device_destroy commentJohan Hovold
2016-11-15of: Remove unused variable overlay_symbolsFrank Rowand
2016-11-15of: Move setting of pointer to beside test for non-nullFrank Rowand
2016-11-15of: Add back an error message, restructuredFrank Rowand
2016-11-15of: Update comments to reflect changes and increase clarityFrank Rowand
2016-11-15of: Remove redundant size checkFrank Rowand
2016-11-15of: Update structure of code to be clearer, also remove BUG_ON()Frank Rowand
2016-11-15of: Rename variables to better reflect purpose or follow conventionFrank Rowand
2016-11-15of: Remove prefix "__of_" from local function namesFrank Rowand
2016-11-15of: Rename functions to more accurately reflect what they doFrank Rowand
2016-11-15of: Convert comparisons to zero or NULL to logical expressionsFrank Rowand
2016-11-15of: Remove excessive printks to reduce clutter.Frank Rowand
2016-11-15of: Remove comments that state the obvious, to reduce clutterFrank Rowand
2016-11-15of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible.David Daney
2016-11-14of/pci: Add of_pci_get_max_link_speed() to parse max-link-speed from DTShawn Lin