]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 3 Apr 2014 04:55:54 +0000 (13:55 +0900)
committerMarek Vasut <marex@denx.de>
Wed, 30 Apr 2014 08:30:56 +0000 (10:30 +0200)
commitede4d5e3872d04c75a30c5e234786b012f1c6d34
tree561ef0678568ccd8b577f474478e3e531e2651dd
parenta405764c1ec835a41ccda943b9156aee25e15d5e
usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs

The rmobile SoC has usb host controller.
This supports USB controllers listed in the R8A7790, R8A7791 and R8A7740.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Reviewed-by: Marek Vasut <marex@denx.de>
arch/arm/include/asm/arch-rmobile/ehci-rmobile.h [new file with mode: 0644]
drivers/usb/host/Makefile
drivers/usb/host/ehci-rmobile.c [new file with mode: 0644]