diff for duplicates of <87mxesrr1g.fsf@ti.com> diff --git a/a/1.txt b/N1/1.txt index 2e1b796..73df71a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,13 +1,13 @@ -Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org> writes: +Keshava Munegowda <keshava_mgowda@ti.com> writes: -> From: Keshava Munegowda <Keshava_mgowda-l0cyMroinI0@public.gmane.org> +> From: Keshava Munegowda <Keshava_mgowda@ti.com> > > The usbhs core driver does not enable/disable the intefrace and > fucntional clocks; These clocks are handled by hwmod and runtime pm, > hence insted of the clock enable/disable, the runtime pm APIS are > used. however,the port clocks are handled by the usbhs core. > -> Signed-off-by: Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org> +> Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com> General comment: all usage of pm_runtime_put_sync() can likely be replaced by the asynchronous versions. I don't currently see why the @@ -16,7 +16,7 @@ synchronous verions are needed here. Other than that, the runtime PM parts of this look OK to me. After changing to asynchonous puts, feel free to add: -Reviewed-by: Kevin Hilman <khilman-l0cyMroinI0@public.gmane.org> +Reviewed-by: Kevin Hilman <khilman@ti.com> Also, after a quick glance, it looks like this version of the series @@ -32,8 +32,3 @@ Thanks, Kevin [1] http://marc.info/?l=linux-omap&m=130921260703865&w=2 - --- -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 3e1fa24..08b21e9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,37 +4,36 @@ "ref\01312899309-24067-4-git-send-email-keshava_mgowda@ti.com\0" "ref\01312899309-24067-5-git-send-email-keshava_mgowda@ti.com\0" "ref\01312899309-24067-6-git-send-email-keshava_mgowda@ti.com\0" - "ref\01312899309-24067-6-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org\0" - "From\0Kevin Hilman <khilman-l0cyMroinI0@public.gmane.org>\0" + "From\0Kevin Hilman <khilman@ti.com>\0" "Subject\0Re: [PATCH 5/5 v4] mfd: omap: usb: Runtime PM support\0" "Date\0Mon, 29 Aug 2011 11:50:03 -0700\0" - "To\0Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org>\0" - "Cc\0linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - balbi-l0cyMroinI0@public.gmane.org - gadiyar-l0cyMroinI0@public.gmane.org - sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org - parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org - tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org - b-cousson-l0cyMroinI0@public.gmane.org - paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org - johnstul-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org - vishwanath.bs-l0cyMroinI0@public.gmane.org - Keshava Munegowda <Keshava_mgowda-l0cyMroinI0@public.gmane.org> - " Jassi Brar <jaswinder.singh-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "To\0Keshava Munegowda <keshava_mgowda@ti.com>\0" + "Cc\0linux-usb@vger.kernel.org" + linux-omap@vger.kernel.org + linux-kernel@vger.kernel.org + balbi@ti.com + gadiyar@ti.com + sameo@linux.intel.com + parthab@india.ti.com + tony@atomide.com + b-cousson@ti.com + paul@pwsan.com + johnstul@us.ibm.com + vishwanath.bs@ti.com + Keshava Munegowda <Keshava_mgowda@ti.com> + " Jassi Brar <jaswinder.singh@linaro.org>\0" "\00:1\0" "b\0" - "Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org> writes:\n" + "Keshava Munegowda <keshava_mgowda@ti.com> writes:\n" "\n" - "> From: Keshava Munegowda <Keshava_mgowda-l0cyMroinI0@public.gmane.org>\n" + "> From: Keshava Munegowda <Keshava_mgowda@ti.com>\n" ">\n" "> The usbhs core driver does not enable/disable the intefrace and\n" "> fucntional clocks; These clocks are handled by hwmod and runtime pm,\n" "> hence insted of the clock enable/disable, the runtime pm APIS are\n" "> used. however,the port clocks are handled by the usbhs core.\n" ">\n" - "> Signed-off-by: Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org>\n" + "> Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>\n" "\n" "General comment: all usage of pm_runtime_put_sync() can likely be\n" "replaced by the asynchronous versions. I don't currently see why the\n" @@ -43,7 +42,7 @@ "Other than that, the runtime PM parts of this look OK to me. After\n" "changing to asynchonous puts, feel free to add:\n" "\n" - "Reviewed-by: Kevin Hilman <khilman-l0cyMroinI0@public.gmane.org>\n" + "Reviewed-by: Kevin Hilman <khilman@ti.com>\n" "\n" "\n" "Also, after a quick glance, it looks like this version of the series\n" @@ -58,11 +57,6 @@ "\n" "Kevin\n" "\n" - "[1] http://marc.info/?l=linux-omap&m=130921260703865&w=2\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 + [1] http://marc.info/?l=linux-omap&m=130921260703865&w=2 -ccf462c4fa9d8c137f297b329c8e8cc23d0e9e5c3a19d4bea2ad877c223ca92a +ea9500e4b5c5b88185d98daad8219edf6792656fa04172597e2fce8067f97ac0
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.