]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Rename device_bind_ofnode() to device_bind()
authorSimon Glass <sjg@chromium.org>
Sun, 29 Nov 2020 00:50:01 +0000 (17:50 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 13 Dec 2020 14:58:18 +0000 (07:58 -0700)
commit734206dda14b328bfb946eea1e343f06a5fcceea
tree5c128cef80a0e3df8d4fff20653c790eba4bb3f9
parente12052b3227bb0d77125970dc9f731e052b1c730
dm: core: Rename device_bind_ofnode() to device_bind()

This is the standard function to use when binding devices. Drop the
'_ofnode' suffix to make this clear.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/device.c
drivers/firmware/scmi/scmi_agent-uclass.c
drivers/gpio/dwapb_gpio.c
drivers/misc/i2c_eeprom.c
drivers/mtd/spi/sandbox.c
drivers/pci/pci-uclass.c
drivers/pci/pci_mvebu.c
drivers/usb/host/usb-uclass.c
include/dm/device-internal.h
test/dm/core.c