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