index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
/
base.c
Age
Commit message (
Expand
)
Author
2023-01-05
of: base: use strscpy() to instead of strncpy()
Xu Panda
2022-10-10
Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-10-03
of: base: Shift refcount decrement in of_find_last_cache_level()
Pierre Gondois
2022-09-30
of: base: make of_device_compatible_match() accept const device node
Dmitry Torokhov
2022-08-22
of: base: export of_device_compatible_match() for use in modules
Vladimir Oltean
2022-08-22
of: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-04
Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-28
of: Drop duplicate 'the' in of_find_last_cache_level kerneldoc
Deming Wang
2022-06-27
of: base: Avoid console probe delay when fw_devlink.strict=1
Saravana Kannan
2022-03-21
Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"
Rob Herring
2022-01-20
of: base: make small of_parse_phandle() variants static inline
Michael Walle
2022-01-08
of: base: Improve argument length mismatch error
Baruch Siach
2022-01-08
of: base: Fix phandle argument length mismatch error message
Baruch Siach
2021-12-01
of: base: Skip CPU nodes with "fail"/"fail-..." status
Matthias Schiffer
2021-11-02
Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-10-20
of: Add of_get_cpu_hwid() to read hardware ID from CPU nodes
Rob Herring
2021-10-06
fbdev: simplefb: fix Kconfig dependencies
Arnd Bergmann
2021-09-01
Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-07-15
of: base: remove unnecessary for loop
권오훈
2021-07-12
of: Add stub for of_add_property()
Wesley Cheng
2021-03-29
of: base: Fix spelling issue with function param 'prop'
Lee Jones
2021-03-27
of: Add missing 'Return' section in kerneldoc comments
Rob Herring
2021-03-27
of: Fix kerneldoc output formatting
Rob Herring
2021-03-23
of: base: Fix some formatting issues and provide missing descriptions
Lee Jones
2021-01-15
of: base: improve error msg in of_phandle_iterator_next()
Enrico Weigelt, metux IT consult
2020-09-05
of: Export of_remove_property() to modules
Florian Fainelli
2020-07-28
of/iommu: Make of_map_rid() PCI agnostic
Lorenzo Pieralisi
2020-02-08
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2020-01-02
of: base: Add of_get_cpu_state_node() to get idle states for a CPU node
Ulf Hansson
2019-12-24
of: Rework and simplify phandle cache to use a fixed size
Rob Herring
2019-10-08
of: Factor out #{addr,size}-cells parsing
Robin Murphy
2019-09-19
of: restore old handling of cells_name=NULL in of_*_phandle_with_args()
Uwe Kleine-König
2019-09-13
of: Let of_for_each_phandle fallback to non-negative cell_count
Uwe Kleine-König
2019-06-06
of: Allow the iommu-map property to omit untranslated devices
Jean-Philippe Brucker
2019-04-10
of: Improve of_phandle_iterator_next() error message
Florian Fainelli
2018-12-21
of: __of_detach_node() - remove node from phandle cache
Frank Rowand
2018-12-21
of: of_node_get()/of_node_put() nodes held in phandle cache
Frank Rowand
2018-12-05
of: Use of_node_name_eq for node name comparisons
Rob Herring
2018-11-27
of: Use device_type helpers to access the node type
Rob Herring
2018-11-01
Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2018-11-01
of: Fix cpu node iterator to not ignore disabled cpu nodes
Rob Herring
2018-10-29
Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-10-26
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-10-22
of: Add missing exports of node name compare functions
Rob Herring
2018-10-15
of: base: Change logic in of_alias_get_alias_list()
Michal Simek
2018-10-15
of: base: Fix english spelling in of_alias_get_alias_list()
Michal Simek
2018-09-28
Merge branch 'dt/cpu-type-rework' into dt/next
Rob Herring
2018-09-28
of: use for_each_of_cpu_node iterator
Rob Herring
2018-09-28
of: Support matching cpu nodes with no 'reg' property
Rob Herring
2018-09-28
of: Add cpu node iterator for_each_of_cpu_node()
Rob Herring
[next]