usb: dw: Add Quark SE USB device controller driver

Quark SE USB device (Designware IP) controller driver implements
the low level control routines to deal directly with the hardware.
Only FIFO mode supported.

Change-Id: I086186df017734579f0363ed79effc1481ff32c2
Signed-off-by: Adrian Bradianu <adrian.bradianu@windriver.com>
Signed-off-by: Jesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
This commit is contained in:
Adrian Bradianu 2016-06-14 13:23:39 +01:00 committed by Inaky Perez-Gonzalez
commit ff712114ef
9 changed files with 1336 additions and 0 deletions

View file

@ -71,4 +71,6 @@ source "drivers/counter/Kconfig"
source "drivers/dma/Kconfig"
source "drivers/usb/Kconfig"
endmenu