OSDN Git Service

USB host: Add USB ehci support for nuvoton npcm7xx platform
authorAvi Fishman <AviFishman70@gmail.com>
Wed, 20 Jun 2018 06:33:04 +0000 (09:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jun 2018 13:59:15 +0000 (21:59 +0800)
commitdf44831ee2dde0d61f17ca86069f2c992c0dae95
tree3a928152bbda0b895f257adf1e9dbaf2fa47620b
parentcae2bc768d176bfbdad7035bbcc3cdc973eb7984
USB host: Add USB ehci support for nuvoton npcm7xx platform

This patch adds support for ehci controller for the Nuvoton
npcm7xx platform.
Most of the code was taken from ehci-spear.c + specific initialization
code

Signed-off-by: Avi Fishman <AviFishman70@gmail.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/ehci-npcm7xx.c [new file with mode: 0644]