aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2014-02-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 6-76/+260
2014-02-20of: Add self test for of_match_node()Gravatar Grant Likely 3-0/+87
2014-02-20of: Move testcase FDT data into drivers/ofGravatar Grant Likely 3-0/+99
2014-02-20of: reimplement the matching method for __of_match_node()Gravatar Kevin Hao 1-36/+75
2014-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-8/+14
2014-02-18of_mdio: fix phy interrupt passingGravatar Ben Dooks 1-7/+9
2014-02-18Revert "of: search the best compatible match first in __of_match_node()"Gravatar Kevin Hao 1-42/+1
2014-02-15of: search the best compatible match first in __of_match_node()Gravatar Kevin Hao 1-1/+42
2014-02-14net: of_mdio: fix of_set_phy_supported after driver probingGravatar Florian Fainelli 1-1/+5
2014-02-14Revert "OF: base: match each node compatible against all given matches first"Gravatar Kevin Hao 1-37/+16
2014-02-05of: fix PCI bus match for PCIe slotsGravatar Kleber Sacilotto de Souza 1-2/+3
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-64/+92
2014-01-24Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-17/+45
2014-01-23Merge remote-tracking branch 'grant/devicetree/next' into for-3.14Gravatar Rob Herring 1-0/+3
2014-01-17Merge remote-tracking branch 'grant/devicetree/next' into for-3.14Gravatar Rob Herring 4-15/+12
2014-01-17platform: introduce OF style 'modalias' support for platform busGravatar Zhang Rui 1-0/+3
2014-01-16of: Fix __of_device_is_available checkGravatar Xiubo Li 1-0/+3
2014-01-13phylib: Add of_phy_attachGravatar Andy Fleming 1-0/+20
2014-01-13phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHYGravatar Andy Fleming 1-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-15/+12
2013-12-30Merge remote-tracking branch 'grant/devicetree/merge' into dt-fixesGravatar Rob Herring 1-2/+10
2013-12-30of/irq: Fix device_node refcount in of_irq_parse_raw()Gravatar Cédric Le Goater 1-4/+1
2013-12-30of/Kconfig: Spelling s/one/once/Gravatar Geert Uytterhoeven 1-1/+1
2013-12-30Revert "of/address: Handle #address-cells > 2 specially"Gravatar Rob Herring 1-8/+0
2013-12-11of: Fix NULL dereference in unflatten_and_copy()Gravatar James Hogan 1-2/+10
2013-12-06net: of_mdio: parse "max-speed" property to set PHY supported featuresGravatar Florian Fainelli 1-1/+24
2013-12-06net: of_mdio: do not overwrite PHY interrupt configurationGravatar Florian Fainelli 1-2/+3
2013-12-06net: of_mdio: use PHY_MAX_ADDR constantGravatar Florian Fainelli 1-1/+1
2013-12-06net: of_mdio: factor PHY registration from of_mdiobus_registerGravatar Florian Fainelli 1-63/+46
2013-12-04of: irq: Ignore disabled intc's when searching mapGravatar Peter Crosthwaite 1-0/+3
2013-12-04of: irq: Ignore disabled interrupt controllersGravatar Peter Crosthwaite 1-1/+2
2013-12-04OF: base: match each node compatible against all given matches firstGravatar Sebastian Hesselbarth 1-16/+37
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-3/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 10-115/+477
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-0/+31
2013-11-08dt: disable self-tests for !OF_IRQGravatar Rob Herring 1-0/+1
2013-11-07of: irq: Fix interrupt-map entry matchingGravatar Tomasz Figa 1-1/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextGravatar Rob Herring 5-111/+324
2013-11-03of/irq: Fix potential buffer overflowGravatar Grant Likely 1-2/+8
2013-11-03of/irq: Fix bug in interrupt parsing refactor.Gravatar Grant Likely 1-10/+10
2013-11-03of: set dma_mask to point to coherent_dma_maskGravatar Rob Herring 1-0/+2
2013-10-31DMA-API: amba: get rid of separate dma_maskGravatar Russell King 1-3/+0
2013-10-31of: Move definition of of_find_next_cache_node into common code.Gravatar Sudeep KarkadaNagesha 1-0/+31
2013-10-28of/irq: create interrupts-extended propertyGravatar Grant Likely 2-5/+81
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Gravatar Grant Likely 1-0/+25
2013-10-24of/irq: Rework of_irq_count()Gravatar Thierry Reding 1-1/+2
2013-10-24of: Add testcases for interrupt parsingGravatar Grant Likely 1-6/+85
2013-10-24of: Add helper for printing an of_phandle_args structureGravatar Grant Likely 2-3/+12
2013-10-24of/irq: Refactor interrupt-map parsingGravatar Grant Likely 2-53/+62
2013-10-24of/irq: simplify args to irq_create_of_mappingGravatar Grant Likely 1-1/+1