u-boot-brain/board/samsung/odroid
Marek Vasut a4bb9b3636 usb: s3c-otg: Rename s3c_udc_probe() function
The driver is actually for the Designware DWC2 controller.
This patch is the second and final to rename global symbol,
the s3c_udc_probe() function.

The rename is done automatically:
	$ sed -i "s/s3c_udc_probe/dwc2_udc_probe/g" \
		`git grep s3c_udc_probe | cut -d : -f 1`

Signed-off-by: Marek Vasut <marex@denx.de>
2015-12-17 21:54:40 +01:00
..
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
MAINTAINERS odroid: kconfig: add odroid_defconfig 2014-09-05 13:58:50 +09:00
Makefile odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412 2014-09-05 13:58:50 +09:00
odroid.c usb: s3c-otg: Rename s3c_udc_probe() function 2015-12-17 21:54:40 +01:00
setup.h odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412 2014-09-05 13:58:50 +09:00