aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+3
2016-05-19Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 1-25/+12
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-115/+1
2016-05-18Merge tag 'armsoc-cleanups-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+23
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-14/+13
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeGravatar Tomasz Nowicki 1-115/+1
2016-05-11drivers/of: Add check for null property in of_remove_property()Gravatar Suraj Jitindar Singh 1-0/+3
2016-05-09iommu: of: enforce const-ness of struct iommu_opsGravatar Robin Murphy 1-1/+1
2016-05-01of: of_mdio: Check if MDIO bus controller is availableGravatar Florian Fainelli 1-0/+4
2016-04-26of_mdio: get_phy_device() doesn't return NULL anymoreGravatar Sergei Shtylyov 1-1/+1
2016-04-22of/unittest: convert to use an explicit i2c mux coreGravatar Peter Rosin 1-25/+12
2016-04-18of_mdio: make of_mdiobus_register_{device|phy}() *void*Gravatar Sergei Shtylyov 1-13/+8
2016-04-15of, numa: Add NUMA of binding implementation.Gravatar David Daney 3-0/+215
2016-04-15of/platform: Allow secondary compatible match in of_dev_lookupGravatar Tony Lindgren 1-5/+23
2016-03-19Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-10/+21
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-8/+6
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-4/+15
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-18/+25
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2016-03-14of_mdio: use PTR_ERR_OR_ZERO()Gravatar Sergei Shtylyov 1-3/+3
2016-03-14of_mdio: use IS_ERR_OR_NULL()Gravatar Sergei Shtylyov 1-1/+1
2016-03-14of_mdio: mdio_device_create() never returns NULLGravatar Sergei Shtylyov 1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2016-03-03of: add 'const' for of_property_*_string*() parameter '*np'Gravatar David Rivshin 1-7/+8
2016-03-03of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays()Gravatar Sergey Senozhatsky 1-0/+5
2016-03-03of: alloc anywhere from memblock if range not specifiedGravatar Vinayak Menon 1-1/+3
2016-03-01of_mdio: fix kernel-doc for of_phy_connect()Gravatar Sergei Shtylyov 1-0/+1
2016-03-01of_mdio: kill useless variable in of_mdiobus_register()Gravatar Sergei Shtylyov 1-3/+1
2016-02-18of/fdt: factor out assignment of initrd_start/initrd_endGravatar Ard Biesheuvel 1-3/+11
2016-02-18of/fdt: make memblock minimum physical address arch configurableGravatar Ard Biesheuvel 1-1/+4
2016-02-17Merge tag 'devicetree-fixes-for-4.5-2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+8
2016-02-14Merge 4.5-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-1/+37
2016-02-13of: resolver: Add missing of_node_get and of_node_putGravatar Amitoj Kaur Chawla 1-2/+5
2016-02-11of/irq: Fix msi-map calculation for nonzero rid-baseGravatar Robin Murphy 1-1/+8
2016-02-09of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.Gravatar Aaro Koskinen 1-0/+1
2016-02-06of: earlycon: Log more helpful message if stdout-path node not foundGravatar Peter Hurley 1-3/+6
2016-02-06of: earlycon: Move address translation to of_setup_earlycon()Gravatar Peter Hurley 2-8/+11
2016-02-06of: earlycon: Initialize port fields from DT propertiesGravatar Peter Hurley 1-1/+1
2016-02-06of: earlycon: Add options string handlingGravatar Peter Hurley 1-5/+6
2016-02-06of: earlycon: Fixup earlycon console name and indexGravatar Peter Hurley 1-1/+1
2016-02-06earlycon: Use common framework for earlycon declarationsGravatar Peter Hurley 1-7/+7
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hGravatar Bjorn Helgaas 1-1/+0
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+36
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-15/+3
2016-01-28of: of_mdio: Add a whitelist of PHY compatibilities.Gravatar Andrew Lunn 1-0/+27
2016-01-28of: of_mdio: Ensure mdio device is a PHYGravatar Andrew Lunn 1-1/+9
2016-01-26of: MSI: Simplify irqdomain lookupGravatar Marc Zyngier 1-15/+3
2016-01-14Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 7-42/+81
2016-01-13drivers/of: Export OF changeset functionsGravatar Gavin Shan 4-27/+52