diff for duplicates of <5385C71D.5060509@renesas.com> diff --git a/a/1.txt b/N1/1.txt index 9502b23..5e79d77 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ some specific initializations related to the firmware downloading and some specific registers. This patch adds the support for this special configuration as an xHCI quirk executed during probe and start. -Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> +Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> --- drivers/usb/host/Kconfig | 8 +++ drivers/usb/host/Makefile | 3 + @@ -211,11 +211,11 @@ index 0000000..233726b + + for (time = 0; time < timeout; time++) { + val = readl(regs + RCAR_USB3_DL_CTRL); -+ if ((val & RCAR_USB3_DL_CTRL_FW_SET_DATA0) = 0) ++ if ((val & RCAR_USB3_DL_CTRL_FW_SET_DATA0) == 0) + break; + udelay(1); + } -+ if (time = timeout) { ++ if (time == timeout) { + retval = -ETIMEDOUT; + break; + } @@ -233,7 +233,7 @@ index 0000000..233726b + } + udelay(1); + } -+ if (time = timeout) ++ if (time == timeout) + retval = -ETIMEDOUT; + + release_firmware(fw); @@ -298,3 +298,7 @@ index 0000000..78a1dd2 +#endif /* _XHCI_RCAR_H */ -- 1.7.9.5 +-- +To unsubscribe from this list: send the line "unsubscribe linux-usb" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index fbb123a..8a4e9c6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ - "From\0Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>\0" + "From\0Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>\0" "Subject\0[PATCH v2 2/3] usb: host: xhci-plat: add support for the R-Car H2 and M2 xHCI controllers\0" - "Date\0Wed, 28 May 2014 11:23:09 +0000\0" + "Date\0Wed, 28 May 2014 20:23:09 +0900\0" "To\0mathias.nyman-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org <mathias.nyman-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>" Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> " linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" @@ -17,7 +17,7 @@ "some specific registers. This patch adds the support for this special\n" "configuration as an xHCI quirk executed during probe and start.\n" "\n" - "Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>\n" + "Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>\n" "---\n" " drivers/usb/host/Kconfig | 8 +++\n" " drivers/usb/host/Makefile | 3 +\n" @@ -225,11 +225,11 @@ "+\n" "+\t\tfor (time = 0; time < timeout; time++) {\n" "+\t\t\tval = readl(regs + RCAR_USB3_DL_CTRL);\n" - "+\t\t\tif ((val & RCAR_USB3_DL_CTRL_FW_SET_DATA0) = 0)\n" + "+\t\t\tif ((val & RCAR_USB3_DL_CTRL_FW_SET_DATA0) == 0)\n" "+\t\t\t\tbreak;\n" "+\t\t\tudelay(1);\n" "+\t\t}\n" - "+\t\tif (time = timeout) {\n" + "+\t\tif (time == timeout) {\n" "+\t\t\tretval = -ETIMEDOUT;\n" "+\t\t\tbreak;\n" "+\t\t}\n" @@ -247,7 +247,7 @@ "+\t\t}\n" "+\t\tudelay(1);\n" "+\t}\n" - "+\tif (time = timeout)\n" + "+\tif (time == timeout)\n" "+\t\tretval = -ETIMEDOUT;\n" "+\n" "+\trelease_firmware(fw);\n" @@ -311,6 +311,10 @@ "+#endif\n" "+#endif /* _XHCI_RCAR_H */\n" "-- \n" - 1.7.9.5 + "1.7.9.5\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -b8089a2235e2027b8a8990d202f1e79730424b099d233a48a794b53902422357 +b3d1d69d588744ff4816ae2314feefa3eaa2fd3b3724d754c10b6d8029b86dc9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.