summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-251-3/+5
|\
| * of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun2014-06-221-3/+5
* | OF: fix of_find_node_by_path() assumption that of_allnodes is rootFrank Rowand2014-06-161-2/+2
* | of: avoid format string parsing in kobject namesKees Cook2014-06-161-1/+2
* | of/platform: Fix microblaze build failureGuenter Roeck2014-06-161-4/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-80/+126
|\
| * of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack2014-06-021-0/+1
| * net: of_mdio: use int type for address variableDaniel Mack2014-06-021-2/+1
| * net: of_mdio: don't store the length of a property if we don't need toDaniel Mack2014-05-291-2/+2
| * net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack2014-05-291-0/+33
| * net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack2014-05-291-12/+23
| * of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer2014-05-261-1/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-0/+4
| |\
| * | net: phy: make of_set_phy_supported work with genphy driverSascha Hauer2014-05-221-26/+0
| * | of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli2014-05-221-38/+0
| * | of: provide a binding for fixed link PHYsThomas Petazzoni2014-05-161-0/+67
* | | Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds2014-06-051-3/+0
|\ \ \
| * | | microblaze: Use generic device.hMichal Simek2014-06-041-3/+0
| | |/ | |/|
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-052-6/+169
|\ \ \
| * \ \ Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...Russell King2014-05-232-6/+169
| |\ \ \ | | |/ / | |/| |
| | * | of: configure the platform device dma parametersSantosh Shilimkar2014-05-071-6/+59
| | * | of: introduce of_dma_is_coherent() helperSantosh Shilimkar2014-05-051-0/+23
| | * | of: introduce of_dma_get_range() helperGrygorii Strashko2014-05-051-0/+87
* | | | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-0414-381/+698
|\ \ \ \
| * | | | of: handle NULL node in next_child iteratorsFlorian Fainelli2014-06-041-0/+6
| * | | | Merge branch 'earlycon-dt' into for-nextRob Herring2014-05-284-1/+300
| |\ \ \ \
| | * | | | of/fdt: add FDT serial scanning for earlyconRob Herring2014-05-201-0/+56
| | * | | | of/fdt: add FDT address translation supportRob Herring2014-05-202-0/+243
| | * | | | of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacksRob Herring2014-05-201-1/+1
| * | | | | of_pci_irq: kill useless variable in of_irq_parse_pci()Sergei Shtylyov2014-05-271-4/+2
| * | | | | of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko2014-05-231-0/+22
| * | | | | of: Add a testcase for of_find_node_by_path()Grant Likely2014-05-232-1/+51
| * | | | | of: Make of_find_node_by_path() handle /aliasesGrant Likely2014-05-231-6/+61
| * | | | | of: Create unlocked version of for_each_child_of_node()Grant Likely2014-05-231-5/+17
| * | | | | of: Handle memory@0 node on PPC32 onlyLeif Lindholm2014-05-231-1/+1
| * | | | | pci/of: Remove dead codeIan Molton2014-05-231-2/+0
| * | | | | of: fix race between search and remove in of_update_property()Xiubo Li2014-05-231-11/+15
| * | | | | of: Use NULL for pointersThierry Reding2014-05-231-1/+1
| * | | | | of: Stop naming platform_device using dcr addressGrant Likely2014-05-231-24/+0
| * | | | | of: Ensure unique names without sacrificing determinismGrant Likely2014-05-231-21/+19
| |/ / / /
| * | | | Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-137-36/+129
| |\ \ \ \
| | * | | | of/selftest: add testcase for nodes with same name and addressRob Herring2014-05-133-1/+55
| | * | | | of/selftest: clean-up of_selftest_platform_populate pass/fail handlingRob Herring2014-05-131-9/+5
| | * | | | of: kill off of_can_translate_addressRob Herring2014-05-132-24/+3
| | * | | | of/platform: fix device naming for non-translatable addressesRob Herring2014-05-131-10/+1
| | | |_|/ | | |/| |
| * | | | of/fdt: convert initial_boot_params to opaque pointerRob Herring2014-04-301-1/+1
| * | | | of/fdt: introduce of_get_flat_dt_sizeRob Herring2014-04-301-0/+8
| * | | | of/fdt: fix phys_addr_t related print size warningsRob Herring2014-04-301-2/+2
| * | | | of/fdt: move memreserve and dtb memory reservations into coreRob Herring2014-04-301-0/+16
| * | | | of/fdt: create common debugfsRob Herring2014-04-301-0/+24