aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-21of: __of_detach_node() - remove node from phandle cacheFrank Rowand
2018-12-21of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring
2018-12-03OF: Add a warning in case chosen node is not presentNick Kossifidis
2018-12-03of: net: kill of_get_nvmem_mac_address()Bartosz Golaszewski
2018-11-27of: Use device_type helpers to access the node typeRob Herring
2018-11-26of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli
2018-11-26of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli
2018-11-18of: Drop full path from full_name for PDT systemsRob Herring
2018-11-09Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-11-09Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/...Rob Herring
2018-11-09of/pdt: Remove unused of_pdt_build_more function ptrRob Herring
2018-11-08of: unittest: initialize args before calling of_*parse_*()Frank Rowand
2018-11-08of: unittest: find overlays[] entry by name instead of indexFrank Rowand
2018-11-08of: unittest: allow base devicetree to have symbol metadataFrank Rowand
2018-11-08of: overlay: set node fields from properties when add new overlay nodeFrank Rowand
2018-11-08of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand
2018-11-08of: overlay: check prevents multiple fragments touching same propertyFrank Rowand
2018-11-08of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand
2018-11-08of: overlay: test case of two fragments adding same nodeFrank Rowand
2018-11-08of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand
2018-11-08of: overlay: reorder fields in struct fragmentFrank Rowand
2018-11-08of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand
2018-11-08of: overlay: use prop add changeset entry for property in new nodesFrank Rowand
2018-11-08of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand
2018-11-08of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand
2018-11-08of: overlay: add tests to validate kfrees from overlay removalFrank Rowand
2018-11-08of, numa: Validate some distance map rulesJohn Garry
2018-11-08of/device: Really only set bus DMA mask when appropriateRobin Murphy
2018-11-01Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-11-01of: Fix cpu node iterator to not ignore disabled cpu nodesRob Herring
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-10-26of: ignore sub-page memory regionsMike Rapoport
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-10-22of: Add missing exports of node name compare functionsRob Herring
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek
2018-10-15of: base: Fix english spelling in of_alias_get_alias_list()Michal Simek
2018-10-10Merge tag 'devicetree-fixes-for-4.19-3' of git://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman
2018-10-10of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck