aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+22
2021-10-20of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring1-0/+22
2021-10-06fbdev: simplefb: fix Kconfig dependenciesArnd Bergmann1-0/+1
2021-09-01Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+1
2021-07-15of: base: remove unnecessary for loop권오훈1-3/+1
2021-07-12of: Add stub for of_add_property()Wesley Cheng1-0/+1
2021-03-29of: base: Fix spelling issue with function param 'prop'Lee Jones1-3/+3
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring1-18/+21
2021-03-27of: Fix kerneldoc output formattingRob Herring1-138/+137
2021-03-23of: base: Fix some formatting issues and provide missing descriptionsLee Jones1-5/+11
2021-01-15of: base: improve error msg in of_phandle_iterator_next()Enrico Weigelt, metux IT consult1-2/+2
2020-09-05of: Export of_remove_property() to modulesFlorian Fainelli1-0/+1
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi1-21/+21
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+36
2020-01-02of: base: Add of_get_cpu_state_node() to get idle states for a CPU nodeUlf Hansson1-0/+36
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeRob Herring1-108/+22
2019-10-08of: Factor out #{addr,size}-cells parsingRobin Murphy1-10/+22
2019-09-19of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König1-2/+33
2019-09-13of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König1-8/+17
2019-06-06of: Allow the iommu-map property to omit untranslated devicesJean-Philippe Brucker1-3/+7
2019-04-10of: Improve of_phandle_iterator_next() error messageFlorian Fainelli1-2/+3
2018-12-21of: __of_detach_node() - remove node from phandle cacheFrank Rowand1-1/+30
2018-12-21of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand1-24/+46
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring1-4/+3
2018-11-27of: Use device_type helpers to access the node typeRob Herring1-6/+12
2018-11-01Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+0
2018-11-01of: Fix cpu node iterator to not ignore disabled cpu nodesRob Herring1-2/+0
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+54
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+45
2018-10-22of: Add missing exports of node name compare functionsRob Herring1-0/+2
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek1-10/+12
2018-10-15of: base: Fix english spelling in of_alias_get_alias_list()Michal Simek1-3/+3
2018-09-28Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring1-1/+42
2018-09-28of: use for_each_of_cpu_node iteratorRob Herring1-1/+1
2018-09-28of: Support matching cpu nodes with no 'reg' propertyRob Herring1-0/+2
2018-09-28of: Add cpu node iterator for_each_of_cpu_node()Rob Herring1-0/+39
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta1-0/+102
2018-09-20of: base: Introduce of_alias_get_alias_list() to check alias IDsMichal Simek1-0/+52
2018-09-19Merge branch 'dt/linus' into HEADRob Herring1-0/+3
2018-09-11of: fix phandle cache creation for DTs with no phandlesRob Herring1-0/+3
2018-09-07of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring1-1/+1
2018-09-07of: make default address and size cells sizes privateRob Herring0-0/+0
2018-08-30of: add node name compare helper functionsRob Herring1-0/+22
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold1-0/+25
2018-07-16of: overlay: update phandle cache on overlay apply and removeFrank Rowand1-3/+3
2018-03-07of: cache phandle nodes to reduce cost of of_find_node_by_phandle()Frank Rowand1-4/+82
2018-02-12of: Support parsing phandle argument lists through a nexus nodeStephen Boyd1-0/+184
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-5/+1
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-5/+1
2018-01-02of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose1-0/+26