aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-09Revert "of: base: add support to get machine model name"Gravatar Rob Herring 1-32/+0
2016-12-09of: Fix issue where code would fall through to error case.Gravatar Moritz Fischer 1-8/+8
2016-12-09drivers/of: fix missing pr_cont()s in of_print_phandle_argsGravatar Marcin Nowakowski 1-3/+6
2016-11-29of_mdio: add helper to deregister fixed-link PHYsGravatar Johan Hovold 1-0/+15
2016-11-18of: base: add support to get machine model nameGravatar Sudeep Holla 1-0/+32
2016-11-17of_mdio: fix device reference leak in of_phy_find_deviceGravatar Johan Hovold 1-0/+1
2016-11-17of_mdio: fix node leak in of_phy_register_fixed_link error pathGravatar Johan Hovold 1-1/+4
2016-11-15of/platform: clarify of_find_device_by_node refcountingGravatar Johan Hovold 1-0/+3
2016-11-15of/platform: fix of_platform_device_destroy commentGravatar Johan Hovold 1-3/+0
2016-11-15of: Remove unused variable overlay_symbolsGravatar Frank Rowand 1-4/+1
2016-11-15of: Move setting of pointer to beside test for non-nullGravatar Frank Rowand 1-2/+1
2016-11-15of: Add back an error message, restructuredGravatar Frank Rowand 1-6/+12
2016-11-15of: Update comments to reflect changes and increase clarityGravatar Frank Rowand 1-19/+47
2016-11-15of: Remove redundant size checkGravatar Frank Rowand 1-1/+1
2016-11-15of: Update structure of code to be clearer, also remove BUG_ON()Gravatar Frank Rowand 1-31/+17
2016-11-15of: Rename variables to better reflect purpose or follow conventionGravatar Frank Rowand 1-87/+85
2016-11-15of: Remove prefix "__of_" from local function namesGravatar Frank Rowand 1-5/+5
2016-11-15of: Rename functions to more accurately reflect what they doGravatar Frank Rowand 1-11/+11
2016-11-15of: Convert comparisons to zero or NULL to logical expressionsGravatar Frank Rowand 1-22/+20
2016-11-15of: Remove excessive printks to reduce clutter.Gravatar Frank Rowand 1-45/+8
2016-11-15of: Remove comments that state the obvious, to reduce clutterGravatar Frank Rowand 1-29/+2
2016-11-15of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible.Gravatar David Daney 1-1/+6
2016-11-14of/pci: Add of_pci_get_max_link_speed() to parse max-link-speed from DTGravatar Shawn Lin 1-0/+21
2016-11-14Merge 4.9-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-2/+0
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Gravatar Hans de Goede 1-2/+0
2016-11-10of/overlay: add of overlay notificationsGravatar Alan Tull 1-1/+46