aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+148
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+2
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds13-826/+910
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-10/+52
2017-07-05Merge branch 'dt/property-move' into dt/nextRob Herring3-734/+809
2017-07-05Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into dt/property-moveRob Herring2-10/+52
2017-07-03Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown1-10/+52
2017-07-02OF/PCI: Update of_irq_parse_and_map_pci() commentMatthew Minter1-1/+2
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou2-1/+61
2017-06-22of: find_node_by_full_name rewrite to compare each levelRob Herring3-37/+25
2017-06-22of: use kbasename instead of open codingRob Herring3-7/+4
2017-06-22of: detect invalid phandle in overlayFrank Rowand1-0/+4
2017-06-22of: be consistent in form of file modeFrank Rowand1-1/+1
2017-06-22of: make __of_attach_node() staticFrank Rowand2-2/+1
2017-06-22of: address.c header comment typoFrank Rowand1-1/+1
2017-06-22of: fdt.c header comment typoFrank Rowand1-1/+1
2017-06-22of: make of_fdt_is_compatible() staticFrank Rowand1-1/+1
2017-06-22device property: Introduce fwnode_device_is_available()Sakari Ailus1-0/+6
2017-06-22device property: Move fwnode graph ops to firmware specific locationsSakari Ailus1-0/+52
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus1-0/+90
2017-06-22Merge branch 'dt/property-move' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxRafael J. Wysocki3-734/+767
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-13of_mdio: move of_mdio_parse_addr to header fileJon Mason1-22/+0
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov1-1/+0
2017-06-01of: Move OF property and graph API from base.c to property.cSakari Ailus3-734/+767
2017-05-30iommu/of: Ignore all errors except EPROBE_DEFERSricharan R1-2/+2
2017-05-24Merge tag 'mmc-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-1/+2
2017-05-22of/platform: Make of_platform_device_destroy globally visibleJan Glauber1-1/+2
2017-05-19Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-1/+4
2017-05-17of: fdt: add missing allocation-failure checkJohan Hovold1-0/+3
2017-05-17of_graph: add of_graph_get_endpoint_count()Kuninori Morimoto1-0/+12
2017-05-17of_graph: add of_graph_get_port_parent()Kuninori Morimoto1-8/+22
2017-05-17of_graph: add of_graph_get_remote_endpoint()Kuninori Morimoto1-2/+16
2017-05-17of-graph: export symbol of_phandle_iterator_init/nextKuninori Morimoto1-0/+2
2017-05-16of: irq: use of_irq_get() in of_irq_to_resource()Thomas Petazzoni1-1/+4
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+38
2017-05-11Partially Revert "of: fix sparse warnings in fdt, irq, reserved mem, and resolver code"Rob Herring1-1/+1
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-12/+21
2017-05-09of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandleNicholas Piggin1-0/+38
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-45/+0
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds14-24/+540
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+31
2017-05-04of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring4-5/+5
2017-05-04of: fix sparse warning in of_pci_range_parser_oneRob Herring1-1/+1
2017-05-04of: fix sparse warnings in of_find_next_cache_nodeRob Herring1-7/+6
2017-05-04of/unittest: Missing unlocks on errorDan Carpenter1-2/+6
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+71
2017-05-03of: fix uninitialized variable warning for overlay testArnd Bergmann1-1/+1
2017-04-28of: fix unittest build without CONFIG_OF_OVERLAYArnd Bergmann1-1/+1
2017-04-27of: Add unit tests for applying overlaysFrank Rowand7-8/+505