summaryrefslogtreecommitdiff
path: root/drivers/of/base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-7/+11
|\
| * of: Rename of_modalias_node()Miquel Raynal2023-04-051-7/+11
* | of: Move CPU node related functions to their own fileRob Herring2023-04-131-187/+0
|/
* of: base: use strscpy() to instead of strncpy()Xu Panda2023-01-051-2/+1
* Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-101-3/+4
|\
| * of: base: Shift refcount decrement in of_find_last_cache_level()Pierre Gondois2022-10-031-1/+2
| * of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov2022-09-301-1/+1
| * of: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* | of: base: export of_device_compatible_match() for use in modulesVladimir Oltean2022-08-221-0/+1
|/
* Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-041-1/+1
|\
| * of: Drop duplicate 'the' in of_find_last_cache_level kerneldocDeming Wang2022-06-281-1/+1
* | of: base: Avoid console probe delay when fw_devlink.strict=1Saravana Kannan2022-06-271-0/+2
|/
* Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Rob Herring2022-03-211-54/+0
* of: base: make small of_parse_phandle() variants static inlineMichael Walle2022-01-201-122/+9
* of: base: Improve argument length mismatch errorBaruch Siach2022-01-081-3/+8
* of: base: Fix phandle argument length mismatch error messageBaruch Siach2022-01-081-2/+2
* of: base: Skip CPU nodes with "fail"/"fail-..." statusMatthias Schiffer2021-12-011-0/+27
* Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-0/+22
|\
| * of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring2021-10-201-0/+22
* | fbdev: simplefb: fix Kconfig dependenciesArnd Bergmann2021-10-061-0/+1
|/
* Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-011-3/+1
|\
| * of: base: remove unnecessary for loop권오훈2021-07-151-3/+1
* | of: Add stub for of_add_property()Wesley Cheng2021-07-121-0/+1
|/
* of: base: Fix spelling issue with function param 'prop'Lee Jones2021-03-291-3/+3
* of: Add missing 'Return' section in kerneldoc commentsRob Herring2021-03-271-18/+21
* of: Fix kerneldoc output formattingRob Herring2021-03-271-138/+137
* of: base: Fix some formatting issues and provide missing descriptionsLee Jones2021-03-231-5/+11
* of: base: improve error msg in of_phandle_iterator_next()Enrico Weigelt, metux IT consult2021-01-151-2/+2
* of: Export of_remove_property() to modulesFlorian Fainelli2020-09-051-0/+1
* of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi2020-07-281-21/+21
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-0/+36
|\
| * of: base: Add of_get_cpu_state_node() to get idle states for a CPU nodeUlf Hansson2020-01-021-0/+36
* | of: Rework and simplify phandle cache to use a fixed sizeRob Herring2019-12-241-108/+22
|/
* of: Factor out #{addr,size}-cells parsingRobin Murphy2019-10-081-10/+22
* of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König2019-09-191-2/+33
* of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König2019-09-131-8/+17
* of: Allow the iommu-map property to omit untranslated devicesJean-Philippe Brucker2019-06-061-3/+7
* of: Improve of_phandle_iterator_next() error messageFlorian Fainelli2019-04-101-2/+3
* of: __of_detach_node() - remove node from phandle cacheFrank Rowand2018-12-211-1/+30
* of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand2018-12-211-24/+46
* of: Use of_node_name_eq for node name comparisonsRob Herring2018-12-051-4/+3
* of: Use device_type helpers to access the node typeRob Herring2018-11-271-6/+12
* Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-11-011-2/+0
|\
| * of: Fix cpu node iterator to not ignore disabled cpu nodesRob Herring2018-11-011-2/+0
* | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-0/+54
|\ \
| * | of: base: Change logic in of_alias_get_alias_list()Michal Simek2018-10-151-10/+12
| * | of: base: Fix english spelling in of_alias_get_alias_list()Michal Simek2018-10-151-3/+3
| * | of: base: Introduce of_alias_get_alias_list() to check alias IDsMichal Simek2018-09-201-0/+52
* | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-2/+45
|\ \ \ | | |/ | |/|
| * | of: Add missing exports of node name compare functionsRob Herring2018-10-221-0/+2