summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2016-03-08of: fill in new type field on node creationMax Krummenacher
2015-12-26of: Make device nodes kobjects so they show up in sysfsGrant Likely
2015-12-26Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki
2015-12-26of: add functions to count number of elements in a propertyHeiko Stuebner
2015-09-17[media] of: move common endpoint parsing to drivers/ofPhilipp Zabel
2015-09-17[media] of: move graph helpers from drivers/media/v4l2-core to drivers/ofPhilipp Zabel
2015-09-17net: fix circular dependency in of_mdio codeDaniel Mack
2015-09-17of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun
2015-09-17of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack
2015-09-17net: of_mdio: use int type for address variableDaniel Mack
2015-09-17net: of_mdio: don't store the length of a property if we don't need toDaniel Mack
2015-09-17net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack
2015-09-17net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack
2015-09-17of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer
2015-09-17net: phy: make of_set_phy_supported work with genphy driverSascha Hauer
2015-09-17of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli
2015-09-17of: provide a binding for fixed link PHYsThomas Petazzoni
2015-09-17of_mdio: Allow the DT to specify the phy ID and avoid autoprobingJason Gunthorpe
2015-09-17of: Add helper for getting the maximum alias index for a stemSascha Hauer
2015-08-03of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov
2015-04-13of/irq: Fix of_irq_parse_one() returned error codesLaurent Pinchart
2014-12-06of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt
2014-11-14of: Fix overflow bug in string property parsing functionsGrant Likely
2014-10-05of/irq: Fix lookup to use 'interrupts-extended' property firstFlorian Fainelli
2014-06-07of/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()dt-fixes-for-3.14Kevin 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-fixesdt-fixes-for-3.13Rob 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