Age | Commit message (Expand) | Author |
2017-07-10 | Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-07-08 | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-07-07 | Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-07-06 | Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2017-07-05 | Merge branch 'dt/property-move' into dt/next | Rob Herring |
2017-07-05 | Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kern... | Rob Herring |
2017-07-03 | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next | Mark Brown |
2017-07-02 | OF/PCI: Update of_irq_parse_and_map_pci() comment | Matthew Minter |
2017-06-27 | vsprintf: Add %p extension "%pOF" for device tree | Pantelis Antoniou |
2017-06-22 | of: find_node_by_full_name rewrite to compare each level | Rob Herring |
2017-06-22 | of: use kbasename instead of open coding | Rob Herring |
2017-06-22 | of: detect invalid phandle in overlay | Frank Rowand |
2017-06-22 | of: be consistent in form of file mode | Frank Rowand |
2017-06-22 | of: make __of_attach_node() static | Frank Rowand |
2017-06-22 | of: address.c header comment typo | Frank Rowand |
2017-06-22 | of: fdt.c header comment typo | Frank Rowand |
2017-06-22 | of: make of_fdt_is_compatible() static | Frank Rowand |
2017-06-22 | device property: Introduce fwnode_device_is_available() | Sakari Ailus |
2017-06-22 | device property: Move fwnode graph ops to firmware specific locations | Sakari Ailus |
2017-06-22 | device property: Move FW type specific functionality to FW specific files | Sakari Ailus |
2017-06-22 | Merge branch 'dt/property-move' of git://git.kernel.org/pub/scm/linux/kernel/... | Rafael J. Wysocki |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-13 | of_mdio: move of_mdio_parse_addr to header file | Jon Mason |
2017-06-13 | mdio_bus: handle only single PHY reset GPIO | Sergei Shtylyov |
2017-06-01 | of: Move OF property and graph API from base.c to property.c | Sakari Ailus |
2017-05-30 | iommu/of: Ignore all errors except EPROBE_DEFER | Sricharan R |
2017-05-24 | Merge tag 'mmc-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul... | Linus Torvalds |
2017-05-22 | of/platform: Make of_platform_device_destroy globally visible | Jan Glauber |
2017-05-19 | Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-05-17 | of: fdt: add missing allocation-failure check | Johan Hovold |
2017-05-17 | of_graph: add of_graph_get_endpoint_count() | Kuninori Morimoto |
2017-05-17 | of_graph: add of_graph_get_port_parent() | Kuninori Morimoto |
2017-05-17 | of_graph: add of_graph_get_remote_endpoint() | Kuninori Morimoto |
2017-05-17 | of-graph: export symbol of_phandle_iterator_init/next | Kuninori Morimoto |
2017-05-16 | of: irq: use of_irq_get() in of_irq_to_resource() | Thomas Petazzoni |
2017-05-12 | Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2017-05-11 | Partially Revert "of: fix sparse warnings in fdt, irq, reserved mem, and reso... | Rob Herring |
2017-05-09 | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-05-09 | of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandle | Nicholas Piggin |
2017-05-08 | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-05-05 | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-05-05 | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2017-05-04 | of: fix sparse warnings in fdt, irq, reserved mem, and resolver code | Rob Herring |
2017-05-04 | of: fix sparse warning in of_pci_range_parser_one | Rob Herring |
2017-05-04 | of: fix sparse warnings in of_find_next_cache_node | Rob Herring |
2017-05-04 | of/unittest: Missing unlocks on error | Dan Carpenter |
2017-05-03 | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2017-05-03 | of: fix uninitialized variable warning for overlay test | Arnd Bergmann |
2017-04-28 | of: fix unittest build without CONFIG_OF_OVERLAY | Arnd Bergmann |
2017-04-27 | of: Add unit tests for applying overlays | Frank Rowand |