]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layer
authorJingoo Han <jg1.han@samsung.com>
Tue, 4 Nov 2014 02:01:47 +0000 (11:01 +0900)
committerFelipe Balbi <balbi@ti.com>
Wed, 5 Nov 2014 19:22:19 +0000 (13:22 -0600)
commit90fd1fe0b195c7e205150d0da0365b9cc2101e58
treeea917a51f732633820dde7b65cfd77625cf13434
parent6aeb667c35083f233daa4bbd3972d7754ab4e2a4
usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layer

DWC3 Exynos Specific Glue layer can be used only for Exynos SoCs.
In addition, non-DT for EXYNOS SoCs is not supported from v3.11;
thus, there is no need to support non-DT for DWC3 Exynos Specific
Glue layer.

The 'linux/platform_data/dwc3-exynos.h' file has been used for
non-DT support. Thus, the 'dwc3-exynos.h' file is removed, because
it is not used anymore.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/Kconfig
drivers/usb/dwc3/dwc3-exynos.c
include/linux/platform_data/dwc3-exynos.h [deleted file]