summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of: irq: fix of_irq_to_resource() error checkSergei Shtylyov2017-07-211-1/+1
* Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-101-0/+148
|\
| * device property: Introduce fwnode_device_is_available()Sakari Ailus2017-06-221-0/+6
| * device property: Move fwnode graph ops to firmware specific locationsSakari Ailus2017-06-221-0/+52
| * device property: Move FW type specific functionality to FW specific filesSakari Ailus2017-06-221-0/+90
| * Merge branch 'dt/property-move' of git://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki2017-06-223-734/+767
| |\
* | \ Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-1/+2
|\ \ \
| * | | OF/PCI: Update of_irq_parse_and_map_pci() commentMatthew Minter2017-07-021-1/+2
* | | | Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-0713-826/+910
|\ \ \ \
| * \ \ \ Merge branch 'dt/property-move' into dt/nextRob Herring2017-07-053-734/+809
| |\ \ \ \
| | * \ \ \ Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kern...Rob Herring2017-07-052-10/+52
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | of: Move OF property and graph API from base.c to property.cSakari Ailus2017-06-013-734/+767
| | | |/ / | | |/| |
| * | | | vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou2017-06-272-1/+61
| * | | | of: find_node_by_full_name rewrite to compare each levelRob Herring2017-06-223-37/+25
| * | | | of: use kbasename instead of open codingRob Herring2017-06-223-7/+4
| * | | | of: detect invalid phandle in overlayFrank Rowand2017-06-221-0/+4
| * | | | of: be consistent in form of file modeFrank Rowand2017-06-221-1/+1
| * | | | of: make __of_attach_node() staticFrank Rowand2017-06-222-2/+1
| * | | | of: address.c header comment typoFrank Rowand2017-06-221-1/+1
| * | | | of: fdt.c header comment typoFrank Rowand2017-06-221-1/+1
| * | | | of: make of_fdt_is_compatible() staticFrank Rowand2017-06-221-1/+1
| * | | | of: irq: use of_irq_get() in of_irq_to_resource()Thomas Petazzoni2017-05-161-1/+4
| |/ / /
* | | | Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-10/+52
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2017-07-031-10/+52
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | of_graph: add of_graph_get_endpoint_count()Kuninori Morimoto2017-05-171-0/+12
| | * | of_graph: add of_graph_get_port_parent()Kuninori Morimoto2017-05-171-8/+22
| | * | of_graph: add of_graph_get_remote_endpoint()Kuninori Morimoto2017-05-171-2/+16
| | * | of-graph: export symbol of_phandle_iterator_init/nextKuninori Morimoto2017-05-171-0/+2
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+2
|\| |
| * | iommu/of: Ignore all errors except EPROBE_DEFERSricharan R2017-05-301-2/+2
* | | of_mdio: move of_mdio_parse_addr to header fileJon Mason2017-06-131-22/+0
* | | mdio_bus: handle only single PHY reset GPIOSergei Shtylyov2017-06-131-1/+0
|/ /
* | Merge tag 'mmc-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-05-241-1/+2
|\ \
| * | of/platform: Make of_platform_device_destroy globally visibleJan Glauber2017-05-221-1/+2
| |/
* | Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-192-1/+4
|\ \ | |/ |/|
| * of: fdt: add missing allocation-failure checkJohan Hovold2017-05-171-0/+3
| * Partially Revert "of: fix sparse warnings in fdt, irq, reserved mem, and reso...Rob Herring2017-05-111-1/+1
* | Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-121-0/+38
|\ \
| * | of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandleNicholas Piggin2017-05-091-0/+38
* | | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-092-12/+21
|\ \ \
| * | | iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart2017-04-201-2/+7
| * | | of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R2017-04-201-4/+1
| * | | of: device: Fix overflow of coherent_dma_maskSricharan R2017-04-201-1/+1
| * | | of: dma: Make of_dma_deconfigure() publicLaurent Pinchart2017-04-202-5/+12
* | | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-45/+0
|\ \ \ \
| * | | | of/pci: Remove unused MSI controller helpersThomas Petazzoni2017-03-141-45/+0
| |/ / /
* | | | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-0514-24/+540
|\ \ \ \ | | |_|/ | |/| |
| * | | of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring2017-05-044-5/+5
| * | | of: fix sparse warning in of_pci_range_parser_oneRob Herring2017-05-041-1/+1
| * | | of: fix sparse warnings in of_find_next_cache_nodeRob Herring2017-05-041-7/+6