[PATCH 02/11] dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
sjg at chromium.org
Thu Dec 10 01:26:45 CET 2020
This is the standard function to use when binding devices. Drop the
'_ofnode' suffix to make this clear.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
drivers/core/device.c | 6 +++---
drivers/firmware/scmi/scmi_agent-uclass.c | 4 ++--
drivers/gpio/dwapb_gpio.c | 4 ++--
drivers/misc/i2c_eeprom.c | 4 ++--
drivers/mtd/spi/sandbox.c | 2 +-
drivers/pci/pci-uclass.c | 4 ++--
drivers/pci/pci_mvebu.c | 4 ++--
drivers/usb/host/usb-uclass.c | 4 ++--
include/dm/device-internal.h | 6 +++---
test/dm/core.c | 4 ++--
10 files changed, 21 insertions(+), 21 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list