summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-194-10/+21
|\
| * of: add 'const' for of_property_*_string*() parameter '*np'David Rivshin2016-03-031-7/+8
| * of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays()Sergey Senozhatsky2016-03-031-0/+5
| * of: alloc anywhere from memblock if range not specifiedVinayak Menon2016-03-031-1/+3
| * of: resolver: Add missing of_node_get and of_node_putAmitoj Kaur Chawla2016-02-131-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-8/+6
|\ \
| * | of_mdio: use PTR_ERR_OR_ZERO()Sergei Shtylyov2016-03-141-3/+3
| * | of_mdio: use IS_ERR_OR_NULL()Sergei Shtylyov2016-03-141-1/+1
| * | of_mdio: mdio_device_create() never returns NULLSergei Shtylyov2016-03-141-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-0/+1
| |\ \
| * | | of_mdio: kill useless variable in of_mdiobus_register()Sergei Shtylyov2016-03-011-3/+1
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-4/+15
|\ \ \ \
| * | | | of/fdt: factor out assignment of initrd_start/initrd_endArd Biesheuvel2016-02-181-3/+11
| * | | | of/fdt: make memblock minimum physical address arch configurableArd Biesheuvel2016-02-181-1/+4
* | | | | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-172-18/+25
|\ \ \ \ \
| * \ \ \ \ Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2016-02-141-1/+37
| |\ \ \ \ \ | | |/ / / /
| * | | | | of: earlycon: Log more helpful message if stdout-path node not foundPeter Hurley2016-02-061-3/+6
| * | | | | of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley2016-02-062-8/+11
| * | | | | of: earlycon: Initialize port fields from DT propertiesPeter Hurley2016-02-061-1/+1
| * | | | | of: earlycon: Add options string handlingPeter Hurley2016-02-061-5/+6
| * | | | | of: earlycon: Fixup earlycon console name and indexPeter Hurley2016-02-061-1/+1
| * | | | | earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-061-7/+7
* | | | | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
| | |_|_|/ | |/| | |
* | | | | of_mdio: fix kernel-doc for of_phy_connect()Sergei Shtylyov2016-03-011-0/+1
| |_|_|/ |/| | |
* | | | Merge tag 'devicetree-fixes-for-4.5-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-171-1/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | of/irq: Fix msi-map calculation for nonzero rid-baseRobin Murphy2016-02-111-1/+8
* | | | of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.Aaro Koskinen2016-02-091-0/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-011-1/+36
|\ \ \ | |_|/ |/| |
| * | of: of_mdio: Add a whitelist of PHY compatibilities.Andrew Lunn2016-01-281-0/+27
| * | of: of_mdio: Ensure mdio device is a PHYAndrew Lunn2016-01-281-1/+9
| |/
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-311-15/+3
|\ \ | |/ |/|
| * of: MSI: Simplify irqdomain lookupMarc Zyngier2016-01-261-15/+3
* | Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-147-42/+81
|\ \
| * | drivers/of: Export OF changeset functionsGavin Shan2016-01-134-27/+52
| * | of/platform: export of_default_bus_match_tableMasahiro Yamada2016-01-051-0/+1
| * | of/unittest: Show broken behaviour in the platform busGrant Likely2016-01-051-0/+14
| * | of/address: replace printk(KERN_ERR ...) with pr_err(...)Masahiro Yamada2015-12-091-1/+1
| * | of/irq: optimize device node matching loop in of_irq_init()Masahiro Yamada2015-12-091-14/+13
* | | mdio: remove an unneed conditionDan Carpenter2016-01-121-4/+2
* | | mdio: Add support for mdio drivers.Andrew Lunn2016-01-071-0/+33
* | | phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-1/+1
* | | of: phy: Only register a phy device for physAndrew Lunn2016-01-071-7/+34
* | | phy: Add an mdio_device structureAndrew Lunn2016-01-071-3/+3
* | | mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-6/+1
| |/ |/|
* | of/irq: Export of_irq_find_parent againCarlo Caione2015-12-091-1/+2
* | of/fdt: Add mutex protection for calls to __unflatten_device_tree()Guenter Roeck2015-12-081-0/+5
* | of/address: fix typo in comment block of of_translate_one()Masahiro Yamada2015-11-301-2/+3
* | of: do not use 0x in front of %paDmitry V. Krivenok2015-11-301-1/+1
* | of: Fix comparison of reserved memory regionsMichael Ellerman2015-11-301-1/+7
|/
OpenPOWER on IntegriCloud