summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2014-03-19of: device_node kobject lifecycle fixesPantelis Antoniou3-13/+28
2014-03-11of: remove /proc/device-treeGrant Likely2-59/+1
2014-03-11of/selftest: Add self tests for manipulation of propertiesGrant Likely1-0/+62
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely4-11/+173
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely8-65/+276
2014-03-04Revert "of: fix of_update_property()"Grant Likely1-13/+21
2014-02-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds6-76/+260
2014-02-20of: Allows to use the PCI translator without the PCI coreGregory CLEMENT2-3/+9
2014-02-20of: Add self test for of_match_node()Grant Likely3-0/+87
2014-02-20of: Move testcase FDT data into drivers/ofGrant Likely3-0/+99
2014-02-20of: reimplement the matching method for __of_match_node()Kevin Hao1-36/+75
2014-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+14
2014-02-18of_mdio: fix phy interrupt passingBen Dooks1-7/+9
2014-02-18Revert "of: search the best compatible match first in __of_match_node()"Kevin Hao1-42/+1
2014-02-15of: search the best compatible match first in __of_match_node()Kevin Hao1-1/+42
2014-02-14net: of_mdio: fix of_set_phy_supported after driver probingFlorian Fainelli1-1/+5
2014-02-14Revert "OF: base: match each node compatible against all given matches first"Kevin Hao1-37/+16
2014-02-05of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza1-2/+3
2014-02-04of: fix of_update_property()Xiubo Li1-22/+14
2014-02-04of: add __of_add_property() without lock operationsXiubo Li1-14/+24
2014-02-03of: Clear detach flag on attachPantelis Antoniou1-0/+1
2014-02-03of: make of_get_phy_mode parse 'phy-connection-type'Florian Fainelli1-4/+7
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-64/+92
2014-01-24Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-17/+45
2014-01-23Merge remote-tracking branch 'grant/devicetree/next' into for-3.14Rob Herring1-0/+3
2014-01-17Merge remote-tracking branch 'grant/devicetree/next' into for-3.14Rob Herring4-15/+12
2014-01-17platform: introduce OF style 'modalias' support for platform busZhang Rui1-0/+3
2014-01-16of: Fix __of_device_is_available checkXiubo Li1-0/+3
2014-01-13phylib: Add of_phy_attachAndy Fleming1-0/+20
2014-01-13phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHYAndy Fleming1-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-15/+12
2013-12-30Merge remote-tracking branch 'grant/devicetree/merge' into dt-fixesRob Herring1-2/+10
2013-12-30of/irq: Fix device_node refcount in of_irq_parse_raw()Cédric Le Goater1-4/+1
2013-12-30of/Kconfig: Spelling s/one/once/Geert Uytterhoeven1-1/+1
2013-12-30Revert "of/address: Handle #address-cells > 2 specially"Rob Herring1-8/+0
2013-12-11of: Fix NULL dereference in unflatten_and_copy()James Hogan1-2/+10
2013-12-06net: of_mdio: parse "max-speed" property to set PHY supported featuresFlorian Fainelli1-1/+24
2013-12-06net: of_mdio: do not overwrite PHY interrupt configurationFlorian Fainelli1-2/+3
2013-12-06net: of_mdio: use PHY_MAX_ADDR constantFlorian Fainelli1-1/+1
2013-12-06net: of_mdio: factor PHY registration from of_mdiobus_registerFlorian Fainelli1-63/+46
2013-12-04of: irq: Ignore disabled intc's when searching mapPeter Crosthwaite1-0/+3
2013-12-04of: irq: Ignore disabled interrupt controllersPeter Crosthwaite1-1/+2
2013-12-04OF: base: match each node compatible against all given matches firstSebastian Hesselbarth1-16/+37
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-115/+477
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+31
2013-11-08dt: disable self-tests for !OF_IRQRob Herring1-0/+1
2013-11-07of: irq: Fix interrupt-map entry matchingTomasz Figa1-1/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring5-111/+324
2013-11-03of/irq: Fix potential buffer overflowGrant Likely1-2/+8