summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2015-10-05 21:05:56 +0900
committerKyle McMartin <kyle@kernel.org>2015-10-07 08:21:35 -0700
commit98d922b9bc891f33efd04b9cf8efde22d7949213 (patch)
treeeae58dedf92f657c72ba744efd45ee3392a9970e
parentf88e5c2e2ff57026ce8028ba4dde8e7325f251a4 (diff)
downloadlinux-firmware-98d922b9bc891f33efd04b9cf8efde22d7949213.tar.gz
usb: host: xhci-plat: add support for the R-Car H3 xHCI controllers
This patch adds a firmware for the USB 3.0 host controllers of Renesas R-Car H3 SoC. This firmware is possible to use on R-Car H2 and M2. However, this version causes performance degradation on R-Car H2 and M2. So, we would like to keep the v1 firmware. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-rw-r--r--WHENCE3
-rw-r--r--r8a779x_usb3_v2.dlmembin0 -> 9472 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/WHENCE b/WHENCE
index c310c8b..2890465 100644
--- a/WHENCE
+++ b/WHENCE
@@ -2749,9 +2749,10 @@ Licence:
--------------------------------------------------------------------------
-Driver: xhci-rcar -- Renesas R-Car H2/M2 USB 3.0 host controller driver
+Driver: xhci-rcar -- Renesas R-Car H2/M2/H3 USB 3.0 host controller driver
File: r8a779x_usb3_v1.dlmem
+File: r8a779x_usb3_v2.dlmem
Licence: Redistributable. See LICENCE.r8a779x_usb3 for details.
diff --git a/r8a779x_usb3_v2.dlmem b/r8a779x_usb3_v2.dlmem
new file mode 100644
index 0000000..7db7172
--- /dev/null
+++ b/r8a779x_usb3_v2.dlmem
Binary files differ