summaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring2018-09-281-1/+42
| |\ \
| | * | of: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
| | * | of: Support matching cpu nodes with no 'reg' propertyRob Herring2018-09-281-0/+2
| | * | of: Add cpu node iterator for_each_of_cpu_node()Rob Herring2018-09-281-0/+39
| * | | Merge branch 'dt/linus' into HEADRob Herring2018-09-191-0/+3
| |\ \ \ | | |/ / | |/| / | | |/
| * | of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring2018-09-071-1/+1
* | | iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta2018-09-251-0/+102
| |/ |/|
* | of: fix phandle cache creation for DTs with no phandlesRob Herring2018-09-111-0/+3
|/
* of: add node name compare helper functionsRob Herring2018-08-301-0/+22
* of: add helper to lookup compatible child nodeJohan Hovold2018-08-291-0/+25
* of: overlay: update phandle cache on overlay apply and removeFrank Rowand2018-07-161-3/+3
* of: cache phandle nodes to reduce cost of of_find_node_by_phandle()Frank Rowand2018-03-071-4/+82
* of: Support parsing phandle argument lists through a nexus nodeStephen Boyd2018-02-121-0/+184
* Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-011-5/+1
|\
| * of: Use SPDX license tag for DT filesRob Herring2018-01-081-5/+1
* | of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose2018-01-021-0/+26
|/
* Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-201-3/+3
|\
| * of: Document exactly what of_find_node_by_name() putsStephen Boyd2017-11-201-3/+3
* | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-134/+1
|\|