]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: xhci: Add Renesas R-Car xHCI driver
authorMarek Vasut <marek.vasut@gmail.com>
Sun, 15 Oct 2017 13:01:29 +0000 (15:01 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 26 Nov 2017 01:22:36 +0000 (02:22 +0100)
commite1cc60c0d635408b18a31dcdc2002bba07da21a4
tree39c1ba396243f6b233e08b17b94cb97ba31cf817
parent9829ce2ff25c659ca29cd15ab773312ac4b6cfc6
usb: xhci: Add Renesas R-Car xHCI driver

Add firmware V3, firmware loader and XHCI glue for the Renesas R-Car
Gen3 SoCs XHCI controller. Thus far only the R-Car Gen3 R8A7795 ES2.0+
and R8A7796 are supported.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Licenses/r8a779x_usb3.txt [new file with mode: 0644]
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/xhci-rcar-r8a779x_usb3_v3.h [new file with mode: 0644]
drivers/usb/host/xhci-rcar.c [new file with mode: 0644]