mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 11:10:22 +02:00
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. Convert reading boolean properties to of_property_read_bool(). Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230310144659.1541127-1-robh@kernel.org |
||
|---|---|---|
| .. | ||
| common.c | ||
| Kconfig | ||
| Makefile | ||
| native.c | ||
| spapr.c | ||
| xive-internal.h | ||