summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2017-08-01device property: Fix usecount for of_graph_get_port_parent()Tony Lindgren-2/+15
2017-07-24of_mdio: kill useless variable in of_phy_register_fixed_link()Sergei Shtylyov-4/+2
2017-07-24of_pci: use of_property_read_u32_array()Sergei Shtylyov-14/+14
2017-07-24of_pci: use of_property_read_u32()Sergei Shtylyov-9/+6
2017-07-24of: base: use of_property_read_string()Sergei Shtylyov-4/+6
2017-07-24of: base: use of_property_read_u32()Sergei Shtylyov-8/+6
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus-0/+31
2017-07-22device property: Constify fwnode property APISakari Ailus-16/+18
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus-0/+1
2017-07-21of: irq: fix of_irq_to_resource() error checkSergei Shtylyov-1/+1
2017-07-21of: remove unused pci_space variable from address.cShawn Lin-2/+1
2017-07-21of: irq: use of_property_read_u32()Sergei Shtylyov-18/+12
2017-07-21of: irq: use of_property_read_bool() for "interrupt-controller" propSergei Shtylyov-3/+2
2017-07-20of: overlay: add overlay symbols to live device treeFrank Rowand-9/+107
2017-07-20of: overlay: correctly apply overlay node with unit-addressFrank Rowand-1/+4
2017-07-20of: overlay: add overlay unittest data for node names and symbolsFrank Rowand-8/+79
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring-127/+133
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+148
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-826/+910
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-10/+52
2017-07-05Merge branch 'dt/property-move' into dt/nextRob Herring-734/+809
2017-07-05Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kern...Rob Herring-10/+52
2017-07-03Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown-10/+52
2017-07-02OF/PCI: Update of_irq_parse_and_map_pci() commentMatthew Minter-1/+2
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou-1/+61
2017-06-22of: find_node_by_full_name rewrite to compare each levelRob Herring-37/+25
2017-06-22of: use kbasename instead of open codingRob Herring-7/+4
2017-06-22of: detect invalid phandle in overlayFrank Rowand-0/+4
2017-06-22of: be consistent in form of file modeFrank Rowand-1/+1
2017-06-22of: make __of_attach_node() staticFrank Rowand-2/+1
2017-06-22of: address.c header comment typoFrank Rowand-1/+1
2017-06-22of: fdt.c header comment typoFrank Rowand-1/+1
2017-06-22of: make of_fdt_is_compatible() staticFrank Rowand-1/+1
2017-06-22device property: Introduce fwnode_device_is_available()Sakari Ailus-0/+6
2017-06-22device property: Move fwnode graph ops to firmware specific locationsSakari Ailus-0/+52
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus-0/+90
2017-06-22Merge branch 'dt/property-move' of git://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki-734/+767
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-06-13of_mdio: move of_mdio_parse_addr to header fileJon Mason-22/+0
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov-1/+0
2017-06-01of: Move OF property and graph API from base.c to property.cSakari Ailus-734/+767
2017-05-30iommu/of: Ignore all errors except EPROBE_DEFERSricharan R-2/+2
2017-05-24Merge tag 'mmc-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds-1/+2
2017-05-22of/platform: Make of_platform_device_destroy globally visibleJan Glauber-1/+2
2017-05-19Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+4
2017-05-17of: fdt: add missing allocation-failure checkJohan Hovold-0/+3
2017-05-17of_graph: add of_graph_get_endpoint_count()Kuninori Morimoto-0/+12
2017-05-17of_graph: add of_graph_get_port_parent()Kuninori Morimoto-8/+22
2017-05-17of_graph: add of_graph_get_remote_endpoint()Kuninori Morimoto-2/+16