summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2014-02-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-76/+260
2014-02-20of: Add self test for of_match_node()Grant Likely-0/+87
2014-02-20of: Move testcase FDT data into drivers/ofGrant Likely-0/+99
2014-02-20of: reimplement the matching method for __of_match_node()Kevin Hao-36/+75
2014-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-8/+14
2014-02-18of_mdio: fix phy interrupt passingBen Dooks-7/+9
2014-02-18Revert "of: search the best compatible match first in __of_match_node()"Kevin Hao-42/+1
2014-02-15of: search the best compatible match first in __of_match_node()Kevin Hao-1/+42
2014-02-14net: of_mdio: fix of_set_phy_supported after driver probingFlorian Fainelli-1/+5
2014-02-14Revert "OF: base: match each node compatible against all given matches first"Kevin Hao-37/+16
2014-02-05of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza-2/+3
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-64/+92
2014-01-24Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-17/+45
2014-01-23Merge remote-tracking branch 'grant/devicetree/next' into for-3.14Rob Herring-0/+3
2014-01-17Merge remote-tracking branch 'grant/devicetree/next' into for-3.14Rob Herring-15/+12
2014-01-17platform: introduce OF style 'modalias' support for platform busZhang Rui-0/+3
2014-01-16of: Fix __of_device_is_available checkXiubo Li-0/+3
2014-01-13phylib: Add of_phy_attachAndy Fleming-0/+20
2014-01-13phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHYAndy Fleming-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-15/+12
2013-12-30Merge remote-tracking branch 'grant/devicetree/merge' into dt-fixesRob Herring-2/+10
2013-12-30of/irq: Fix device_node refcount in of_irq_parse_raw()Cédric Le Goater-4/+1
2013-12-30of/Kconfig: Spelling s/one/once/Geert Uytterhoeven-1/+1
2013-12-30Revert "of/address: Handle #address-cells > 2 specially"Rob Herring-8/+0
2013-12-11of: Fix NULL dereference in unflatten_and_copy()James Hogan-2/+10
2013-12-06net: of_mdio: parse "max-speed" property to set PHY supported featuresFlorian Fainelli-1/+24
2013-12-06net: of_mdio: do not overwrite PHY interrupt configurationFlorian Fainelli-2/+3
2013-12-06net: of_mdio: use PHY_MAX_ADDR constantFlorian Fainelli-1/+1
2013-12-06net: of_mdio: factor PHY registration from of_mdiobus_registerFlorian Fainelli-63/+46
2013-12-04of: irq: Ignore disabled intc's when searching mapPeter Crosthwaite-0/+3
2013-12-04of: irq: Ignore disabled interrupt controllersPeter Crosthwaite-1/+2
2013-12-04OF: base: match each node compatible against all given matches firstSebastian Hesselbarth-16/+37
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-3/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-115/+477
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-0/+31
2013-11-08dt: disable self-tests for !OF_IRQRob Herring-0/+1
2013-11-07of: irq: Fix interrupt-map entry matchingTomasz Figa-1/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring-111/+324
2013-11-03of/irq: Fix potential buffer overflowGrant Likely-2/+8
2013-11-03of/irq: Fix bug in interrupt parsing refactor.Grant Likely-10/+10
2013-11-03of: set dma_mask to point to coherent_dma_maskRob Herring-0/+2
2013-10-31DMA-API: amba: get rid of separate dma_maskRussell King-3/+0
2013-10-31of: Move definition of of_find_next_cache_node into common code.Sudeep KarkadaNagesha-0/+31
2013-10-28of/irq: create interrupts-extended propertyGrant Likely-5/+81
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely-0/+25
2013-10-24of/irq: Rework of_irq_count()Thierry Reding-1/+2
2013-10-24of: Add testcases for interrupt parsingGrant Likely-6/+85
2013-10-24of: Add helper for printing an of_phandle_args structureGrant Likely-3/+12
2013-10-24of/irq: Refactor interrupt-map parsingGrant Likely-53/+62
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely-1/+1