diff for duplicates of <539EE077.8000601@renesas.com> diff --git a/a/1.txt b/N1/1.txt index f184d52..25ec1fe 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,7 +9,7 @@ Hi, >> 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 + @@ -217,11 +217,11 @@ Hi, >> + >> + 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; >> + } @@ -239,7 +239,7 @@ Hi, >> + } >> + udelay(1); >> + } ->> + if (time = timeout) +>> + if (time == timeout) >> + retval = -ETIMEDOUT; >> + >> + release_firmware(fw); @@ -254,7 +254,7 @@ Hi, > more people would benefit. Sergei wrote a PHY driver for the controller, but it is not merged yet. -http://marc.info/?l=linux-sh&m\x140088276126653&w=2 +http://marc.info/?l=linux-sh&m=140088276126653&w=2 According to the manual, it just said: "The USB3.0 host controller shall download FW via AXI to operate as a Host". @@ -268,4 +268,8 @@ Best regards, Yoshihiro Shimoda > cheers -> +> +-- +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 6c79bd7..b5d269b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\0539AEC8F.4030003@renesas.com\0" "ref\020140613142525.GE8319@saruman.home\0" "ref\020140613142525.GE8319-HgARHv6XitL9zxVx7UNMDg@public.gmane.org\0" - "From\0Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>\0" + "From\0Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>\0" "Subject\0Re: [PATCH v6 1/1] usb: host: xhci-plat: add support for the R-Car H2 and M2 xHCI controllers\0" - "Date\0Mon, 16 Jun 2014 12:17:59 +0000\0" + "Date\0Mon, 16 Jun 2014 21:17:59 +0900\0" "To\0balbi-l0cyMroinI0@public.gmane.org <balbi-l0cyMroinI0@public.gmane.org>\0" "Cc\0mathias.nyman-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org <mathias.nyman-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>" Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> @@ -27,7 +27,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" @@ -235,11 +235,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" @@ -257,7 +257,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" @@ -272,7 +272,7 @@ "> more people would benefit.\n" "\n" "Sergei wrote a PHY driver for the controller, but it is not merged yet.\n" - "http://marc.info/?l=linux-sh&m\0240088276126653&w=2\n" + "http://marc.info/?l=linux-sh&m=140088276126653&w=2\n" "\n" "According to the manual, it just said:\n" "\"The USB3.0 host controller shall download FW via AXI to operate as a Host\".\n" @@ -286,6 +286,10 @@ "Yoshihiro Shimoda\n" "\n" "> cheers\n" - > + "> \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 -02004aaa3d0adc0192f0d5af45569183831646ff6f66cf5d971ebe90a50e9639 +b62fa4e81dbc77e9ca7cc19ed4511156be66202ad9b8ee8b7a8b5d7c0d27255e
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.