summaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
AgeCommit message (Expand)AuthorLines
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+4
2022-10-03of: base: Shift refcount decrement in of_find_last_cache_level()Pierre Gondois-1/+2
2022-09-30of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov-1/+1
2022-08-22of: base: export of_device_compatible_match() for use in modulesVladimir Oltean-0/+1
2022-08-22of: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-04Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2022-06-28of: Drop duplicate 'the' in of_find_last_cache_level kerneldocDeming Wang-1/+1
2022-06-27of: base: Avoid console probe delay when fw_devlink.strict=1Saravana Kannan-0/+2
2022-03-21Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Rob Herring-54/+0
2022-01-20of: base: make small of_parse_phandle() variants static inlineMichael Walle-122/+9
2022-01-08of: base: Improve argument length mismatch errorBaruch Siach-3/+8
2022-01-08of: base: Fix phandle argument length mismatch error messageBaruch Siach-2/+2
2021-12-01of: base: Skip CPU nodes with "fail"/"fail-..." statusMatthias Schiffer-0/+27
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+22
2021-10-20of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring-0/+22
2021-10-06fbdev: simplefb: fix Kconfig dependenciesArnd Bergmann-0/+1
2021-09-01Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+1
2021-07-15of: base: remove unnecessary for loop권오훈-3/+1
2021-07-12of: Add stub for of_add_property()Wesley Cheng-0/+1
2021-03-29of: base: Fix spelling issue with function param 'prop'Lee Jones-3/+3
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring-18/+21
2021-03-27of: Fix kerneldoc output formattingRob Herring-138/+137
2021-03-23of: base: Fix some formatting issues and provide missing descriptionsLee Jones-5/+11
2021-01-15of: base: improve error msg in of_phandle_iterator_next()Enrico Weigelt, metux IT consult-2/+2
2020-09-05of: Export of_remove_property() to modulesFlorian Fainelli-0/+1
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi-21/+21
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-0/+36
2020-01-02of: base: Add of_get_cpu_state_node() to get idle states for a CPU nodeUlf Hansson-0/+36
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeRob Herring-108/+22
2019-10-08of: Factor out #{addr,size}-cells parsingRobin Murphy-10/+22
2019-09-19of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König-2/+33
2019-09-13of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König-8/+17
2019-06-06of: Allow the iommu-map property to omit untranslated devicesJean-Philippe Brucker-3/+7
2019-04-10of: Improve of_phandle_iterator_next() error messageFlorian Fainelli-2/+3
2018-12-21of: __of_detach_node() - remove node from phandle cacheFrank Rowand-1/+30
2018-12-21of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand-24/+46
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring-4/+3
2018-11-27of: Use device_type helpers to access the node typeRob Herring-6/+12
2018-11-01Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+0
2018-11-01of: Fix cpu node iterator to not ignore disabled cpu nodesRob Herring-2/+0
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+54
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+45
2018-10-22of: Add missing exports of node name compare functionsRob Herring-0/+2
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek-10/+12
2018-10-15of: base: Fix english spelling in of_alias_get_alias_list()Michal Simek-3/+3
2018-09-28Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring-1/+42
2018-09-28of: use for_each_of_cpu_node iteratorRob Herring-1/+1
2018-09-28of: Support matching cpu nodes with no 'reg' propertyRob Herring-0/+2
2018-09-28of: Add cpu node iterator for_each_of_cpu_node()Rob Herring-0/+39
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta-0/+102