linux/arch/arm/mach-mxs
Rob Herring 70dc8a098c ARM: mxs: 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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2023-03-14 15:05:52 +08:00
..
Kconfig ARM: rework endianess selection 2022-04-08 17:20:54 +02:00
mach-mxs.c ARM: mxs: Use of_property_present() for testing DT property presence 2023-03-14 15:05:52 +08:00
Makefile
pm.c
pm.h