mirror-linux/drivers/usb/phy
Rob Herring a3927e1a9f usb: 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>
Link: https://lore.kernel.org/r/20230310144728.1545786-1-robh@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-03-16 12:14:50 +01:00
..
Kconfig usb: phy: remove phy-isp1301-omap driver 2023-01-12 10:53:11 +01:00
Makefile usb: phy: remove phy-isp1301-omap driver 2023-01-12 10:53:11 +01:00
of.c
phy-ab8500-usb.c
phy-am335x-control.c
phy-am335x-control.h
phy-am335x.c
phy-fsl-usb.c
phy-fsl-usb.h
phy-generic.c usb: phy: generic: Add wakeup capability 2022-11-09 12:36:07 +01:00
phy-generic.h
phy-gpio-vbus-usb.c usb: phy: phy-gpio-vbus-usb: Add device tree probing 2022-11-08 16:32:41 +01:00
phy-isp1301.c usb: phy: isp1301: Convert to i2c's .probe_new() 2022-11-22 17:33:27 +01:00
phy-keystone.c usb: phy: remove redundant store to variable var after & operation 2022-07-27 14:24:50 +02:00
phy-mv-usb.c
phy-mv-usb.h
phy-mxs-usb.c usb: Use of_property_present() for testing DT property presence 2023-03-16 12:14:50 +01:00
phy-omap-otg.c
phy-tahvo.c
phy-tegra-usb.c usb: Use of_property_present() for testing DT property presence 2023-03-16 12:14:50 +01:00
phy-twl6030-usb.c
phy-ulpi-viewport.c
phy-ulpi.c
phy.c driver core: make struct device_type.uevent() take a const * 2023-01-27 13:45:36 +01:00