]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/spi.h
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
authorSimon Glass <sjg@chromium.org>
Tue, 29 Sep 2015 05:32:01 +0000 (23:32 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 23 Oct 2015 15:42:28 +0000 (09:42 -0600)
commitbcbe3d157904d3dd4d6b18a81859db45a5da2678
treea0d6577e593f6f0cf95f9f55271f17bf1946b1b3
parent9f13b6d147dc74f2400ce18d9d4005ba53f21fd3
dm: Rename dev_get_parentdata() to dev_get_parent_priv()

The current name is inconsistent with other driver model data access
functions. Rename it and fix up all users.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
23 files changed:
common/cmd_usb.c
common/usb_hub.c
common/usb_storage.c
doc/driver-model/usb-info.txt
drivers/core/device.c
drivers/misc/cros_ec_spi.c
drivers/mtd/spi/sf_dataflash.c
drivers/mtd/spi/sf_probe.c
drivers/spi/fsl_qspi.c
drivers/spi/ich.c
drivers/spi/soft_spi.c
drivers/spi/spi-uclass.c
drivers/usb/eth/smsc95xx.c
drivers/usb/eth/usb_ether.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/usb-uclass.c
drivers/usb/host/xhci.c
drivers/usb/musb-new/usb-compat.h
include/dm/device.h
include/pci.h
include/spi.h
include/usb.h
test/dm/bus.c