[PATCH] rtc: sun6i: Use of_property_present() for testing DT property presence
Alexandre Belloni
alexandre.belloni at bootlin.com
Fri Mar 17 15:21:22 PDT 2023
On Fri, 10 Mar 2023 08:47:36 -0600, Rob Herring wrote:
> 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.
>
> [...]
Applied, thanks!
[1/1] rtc: sun6i: Use of_property_present() for testing DT property presence
commit: 4d9890ac9d43d4dfd011110ab96633caa6fa829c
Best regards,
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
More information about the linux-arm-kernel
mailing list