diff options
author | 2023-03-10 08:47:20 -0600 | |
---|---|---|
committer | 2023-03-23 09:28:38 +0100 | |
commit | e0e8fbf84628f3aa80a01ba28db7921224f5d7b9 (patch) | |
tree | fac76918ca4ab0890aaffd393a339a3146c280be /tools/perf/scripts/python/export-to-postgresql.py | |
parent | pinctrl: mlxbf3: Add pinctrl driver support (diff) | |
download | linux-rng-e0e8fbf84628f3aa80a01ba28db7921224f5d7b9.tar.xz linux-rng-e0e8fbf84628f3aa80a01ba28db7921224f5d7b9.zip |
pinctrl: Use of_property_present() for testing DT property presence
It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230310144721.1544669-1-robh@kernel.org
[Dropped hunk hitting drivers/pinctrl/renesas/pinctrl.c]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions