]> git.sur5r.net Git - u-boot/commit
usb: host: Add simple of glue driver for DWC3 USB Controllers integration
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 11 Apr 2018 15:08:00 +0000 (17:08 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 11 Apr 2018 15:22:07 +0000 (17:22 +0200)
commitca7fdc8b1267ad0189060c853502761086c8d74a
treedc77aaf405cbd336d9ac31c4215b4b55e7f3358d
parentc4446b1d6c96de406972690083e2884bf69bce5c
usb: host: Add simple of glue driver for DWC3 USB Controllers integration

This is a port of the dwc3-of-simple driver from Linux to enable/deassert
clock and resets of a simple DWC3 Controller HW glue.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/dwc3-of-simple.c [new file with mode: 0644]