OSDN Git Service

usb: host: xhci-rcar: Simplify getting the firmware name for R-Car Gen3
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 3 Jul 2018 10:46:57 +0000 (19:46 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2018 14:37:19 +0000 (16:37 +0200)
commited8603e11124ea2f5626e29d09680afcac71a9bb
tree65e0c1340ff7ea1d2e6feb634fb85e6b13b3e674
parentfc72aa83b4a7c84cc032649380641fe5300a7c4c
usb: host: xhci-rcar: Simplify getting the firmware name for R-Car Gen3

This patch simplifies getting the firmware name for R-Car Gen3.
Almost all R-Car Gen3 USB3.0 Host controllers use "V3". But,
r8a7795 ES1.x SoCs only should use "V2". Since the xhci-plat already
has the firmware_name of R-Car Gen3 as "V3", the xhci-rcar doesn't
need some members of rcar_quirks_match.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-rcar.c