summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-229-16/+69
|\
| * of: introduce of_graph_get_remote_nodeRob Herring2017-02-151-0/+37
| * of: Add missing space at end of pr_fmt().Frank Rowand2017-02-091-1/+1
| * of: make of_device_make_bus_id() staticFrank Rowand2017-02-091-1/+1
| * of: fix of_node leak caused in of_find_node_opts_by_pathQi Hou2017-02-091-0/+3
| * of/unittest: Swap arguments of of_unittest_apply_overlay()Alexander Sverdlin2017-01-231-2/+2
| * of: remove redundant memset in overlayXuYing2017-01-091-1/+0
| * of/irq: improve error report on irq discovery process failureGuilherme G. Piccoli2017-01-092-8/+21
| * of: drop duplicate headersGeliang Tang2017-01-043-3/+0
| * of: reserved_mem: set dma_ops for devices using reserved memSmitha T Murthy2017-01-041-0/+4
* | Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-221-0/+25
|\ \
| * | of: device: Export of_device_{get_modalias, uvent_modalias} to modulesStephen Boyd2017-01-201-0/+2
| * | of: device: Support loading a module with OF based modaliasStephen Boyd2017-01-201-0/+23
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-221-0/+26
|\ \
| * | of: base: add support to find the level of the last cacheSudeep Holla2017-01-171-0/+26
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-0/+1
|\ \
| * | of_mdio: Add "broadcom,bcm5241" to the whitelist.David Daney2017-02-191-0/+1
| |/
* | OF: Prevent unaligned access in of_alias_scan()Paul Burton2017-01-031-1/+1
* | of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsTobias Wolf2017-01-031-3/+6
|/
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-0/+21
|\
| * of/pci: Add of_pci_get_max_link_speed() to parse max-link-speed from DTShawn Lin2016-11-141-0/+21
* | Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-154-212/+168
|\ \
| * | Revert "of: base: add support to get machine model name"Rob Herring2016-12-091-32/+0
| * | of: Fix issue where code would fall through to error case.Moritz Fischer2016-12-091-8/+8
| * | drivers/of: fix missing pr_cont()s in of_print_phandle_argsMarcin Nowakowski2016-12-091-3/+6
| * | of: base: add support to get machine model nameSudeep Holla2016-11-181-0/+32
| * | of/platform: clarify of_find_device_by_node refcountingJohan Hovold2016-11-151-0/+3
| * | of/platform: fix of_platform_device_destroy commentJohan Hovold2016-11-151-3/+0
| * | of: Remove unused variable overlay_symbolsFrank Rowand2016-11-151-4/+1
| * | of: Move setting of pointer to beside test for non-nullFrank Rowand2016-11-151-2/+1
| * | of: Add back an error message, restructuredFrank Rowand2016-11-151-6/+12
| * | of: Update comments to reflect changes and increase clarityFrank Rowand2016-11-151-19/+47
| * | of: Remove redundant size checkFrank Rowand2016-11-151-1/+1
| * | of: Update structure of code to be clearer, also remove BUG_ON()Frank Rowand2016-11-151-31/+17
| * | of: Rename variables to better reflect purpose or follow conventionFrank Rowand2016-11-151-87/+85
| * | of: Remove prefix "__of_" from local function namesFrank Rowand2016-11-151-5/+5
| * | of: Rename functions to more accurately reflect what they doFrank Rowand2016-11-151-11/+11
| * | of: Convert comparisons to zero or NULL to logical expressionsFrank Rowand2016-11-151-22/+20
| * | of: Remove excessive printks to reduce clutter.Frank Rowand2016-11-151-45/+8
| * | of: Remove comments that state the obvious, to reduce clutterFrank Rowand2016-11-151-29/+2
| * | of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible.David Daney2016-11-151-1/+6
| |/
* | Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-12-141-0/+1
|\ \
| * | of: irq: make of_msi_configure accessible from modulesSinan Kaya2016-10-191-0/+1
| |/
* | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-131-1/+46
|\ \
| * \ Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman2016-11-141-2/+0
| |\ \
| * | | of/overlay: add of overlay notificationsAlan Tull2016-11-101-1/+46
| | |/ | |/|
* | | of/fdt: mark hotpluggable memoryReza Arbab2016-12-121-0/+19
* | | of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-291-0/+15
* | | of_mdio: fix device reference leak in of_phy_find_deviceJohan Hovold2016-11-171-0/+1
* | | of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold2016-11-171-1/+4
| |/ |/|