acrn-kernel/drivers/soc/fsl
Rob Herring ec79ed5e15 soc: fsl: 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: Arnd Bergmann <arnd@arndb.de>
2023-04-14 14:58:50 +02:00
..
dpio soc: fsl: dpio: Remove linux/msi.h include 2022-11-23 23:07:37 +01:00
qbman soc: fsl: Use of_property_present() for testing DT property presence 2023-04-14 14:58:50 +02:00
qe Pin control changes for the v6.2 kernel cycle: 2022-12-13 13:03:06 -08:00
Kconfig soc: fsl: select FSL_GUTS driver for DPIO 2022-09-02 11:28:40 +02:00
Makefile
dpaa2-console.c
guts.c soc: fsl: guts: check return value after calling of_iomap() in fsl_guts_get_soc_uid() 2022-07-05 08:41:55 +08:00
rcpm.c