original_kernel/drivers/nfc/nfcmrvl
Rob Herring cc6d85c1cb nfc: mrvl: Use of_property_read_bool() for boolean properties
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().

Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-03-16 17:43:14 +00:00
..
Kconfig
Makefile
fw_dnld.c
fw_dnld.h
i2c.c nfc: mrvl: Use of_property_read_bool() for boolean properties 2023-03-16 17:43:14 +00:00
main.c nfc: mrvl: Use of_property_read_bool() for boolean properties 2023-03-16 17:43:14 +00:00
nfcmrvl.h nfc: mrvl: Use of_property_read_bool() for boolean properties 2023-03-16 17:43:14 +00:00
spi.c
uart.c nfc: mrvl: Use of_property_read_bool() for boolean properties 2023-03-16 17:43:14 +00:00
usb.c