summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2016-04-12 16:28:44 +0900
committerKyle McMartin <kyle@kernel.org>2016-04-12 08:31:27 -0700
commitb0668886def608d352cd0263a7ef04e64e25574a (patch)
tree03873f31c49407822c8317a94dcf3d31d3754450
parenta6910d4e684c951193fa750c1f0f2dfbc6f670a9 (diff)
downloadlinux-firmware-b0668886def608d352cd0263a7ef04e64e25574a.tar.gz
usb: host: xhci-plat: add firmware for the R-Car M3-W xHCI controllers
This patch adds a firmware for the USB 3.0 host controllers of Renesas R-Car M3-W SoC. - This firmware is possible to be used on R-Car H2 and M2. However, this version causes performance degradation on such SoCs. - This firmware is impossible to be used on R-Car H3 because data transfer might not work correctly. So, we would like to keep the v1 and v2 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_v3.dlmembin0 -> 9472 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/WHENCE b/WHENCE
index c2d83f4..02b46c7 100644
--- a/WHENCE
+++ b/WHENCE
@@ -2922,10 +2922,11 @@ Licence:
--------------------------------------------------------------------------
-Driver: xhci-rcar -- Renesas R-Car H2/M2/H3 USB 3.0 host controller driver
+Driver: xhci-rcar -- Renesas R-Car Gen2/3 USB 3.0 host controller driver
File: r8a779x_usb3_v1.dlmem
File: r8a779x_usb3_v2.dlmem
+File: r8a779x_usb3_v3.dlmem
Licence: Redistributable. See LICENCE.r8a779x_usb3 for details.
diff --git a/r8a779x_usb3_v3.dlmem b/r8a779x_usb3_v3.dlmem
new file mode 100644
index 0000000..eac36a9
--- /dev/null
+++ b/r8a779x_usb3_v3.dlmem
Binary files differ