aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+21
2016-12-15Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus 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/git/gregkh/char-miscLinus 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
2016-11-15of: Add back an error message, restructuredFrank Rowand1-6/+12
2016-11-15of: Update comments to reflect changes and increase clarityFrank Rowand1-19/+47
2016-11-15of: Remove redundant size checkFrank Rowand1-1/+1
2016-11-15of: Update structure of code to be clearer, also remove BUG_ON()Frank Rowand1-31/+17
2016-11-15of: Rename variables to better reflect purpose or follow conventionFrank Rowand1-87/+85
2016-11-15of: Remove prefix "__of_" from local function namesFrank Rowand1-5/+5
2016-11-15of: Rename functions to more accurately reflect what they doFrank Rowand1-11/+11
2016-11-15of: Convert comparisons to zero or NULL to logical expressionsFrank Rowand1-22/+20
2016-11-15of: Remove excessive printks to reduce clutter.Frank Rowand1-45/+8
2016-11-15of: Remove comments that state the obvious, to reduce clutterFrank Rowand1-29/+2
2016-11-15of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible.David Daney1-1/+6
2016-11-14of/pci: Add of_pci_get_max_link_speed() to parse max-link-speed from DTShawn Lin1-0/+21
2016-11-14Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman1-2/+0
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede1-2/+0
2016-11-10of/overlay: add of overlay notificationsAlan Tull1-1/+46
2016-10-19of: irq: make of_msi_configure accessible from modulesSinan Kaya1-0/+1
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-74/+106
2016-10-10Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds1-4/+0
2016-10-07console: don't prefer first registered if DT specifies stdout-pathPaul Burton1-0/+2
2016-10-06of/platform: Probe "isa" busses by defaultPaul Burton1-0/+1
2016-10-05Merge tag 'devicetree-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-52/+121
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-10/+1
2016-09-28of/serial: move earlycon early_param handling to serialLeif Lindholm1-10/+1
2016-09-23mtd: Kill the OF_MTD Kconfig optionBoris Brezillon1-4/+0
2016-09-16of/irq: Break out msi-map lookup (again)Robin Murphy2-74/+106
2016-09-15of/platform: Initialise dev->fwnode appropriatelyRobin Murphy1-0/+2
2016-09-15of: Add array read functions with min/max size limitsRichard Fitzgerald1-54/+102
2016-09-15of: Make of_find_property_value_of_size take a length rangeRichard Fitzgerald1-10/+29
2016-09-09of_numa: Use pr_fmt()Kefeng Wang1-10/+11
2016-09-09of_numa: Use of_get_next_parent to simplify codeKefeng Wang1-5/+1
2016-09-09of/numa: remove a duplicated warningZhen Lei1-7/+2
2016-09-09of/numa: add nid check for memory blockZhen Lei1-0/+5
2016-09-09of/numa: fix a memory@ node can only contains one memory blockZhen Lei1-19/+10