diff for duplicates of <87pqj9y4mi.fsf@ti.com> diff --git a/a/1.txt b/N1/1.txt index cbd47f0..fa9dc0e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,11 +3,11 @@ > [...] >>> >>> +static const struct dev_pm_ops gpio_pm_ops = { ->>> + .suspend = omap_gpio_suspend, ->>> + .resume = omap_gpio_resume, +>>> + ? ? .suspend ? ? ? ? ? ? ? ?= omap_gpio_suspend, +>>> + ? ? .resume ? ? ? ? ? ? ? ? = omap_gpio_resume, >>> +}; >> ->> Please use SET_SYSTEM_SLEEP_PM_OPS(). See <linux/pm.h> +>> Please use SET_SYSTEM_SLEEP_PM_OPS(). ?See <linux/pm.h> > We can use following macro to initialize .suspend and .resume callbacks. > But how do we initialize .runtime_suspend and .runtime_resume callbacks? > @@ -22,7 +22,3 @@ SET_RUNTIME_PM_OPS() Kevin --- -To unsubscribe from this list: send the line "unsubscribe linux-omap" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 57f3953..50c2bf7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,15 +2,10 @@ "ref\01314798161-19523-18-git-send-email-tarun.kanti@ti.com\0" "ref\087ehztxmcg.fsf@ti.com\0" "ref\0CAC83ZvL3Y-4f+nAvFb023JTPcBb-joG8JonujCMJCNUmYrSZaA@mail.gmail.com\0" - "From\0Kevin Hilman <khilman@ti.com>\0" - "Subject\0Re: [PATCH v6 17/25] gpio/omap: use pm-runtime framework\0" + "From\0khilman@ti.com (Kevin Hilman)\0" + "Subject\0[PATCH v6 17/25] gpio/omap: use pm-runtime framework\0" "Date\0Fri, 09 Sep 2011 11:04:05 -0700\0" - "To\0DebBarma" - " Tarun Kanti <tarun.kanti@ti.com>\0" - "Cc\0linux-omap@vger.kernel.org" - tony@atomide.com - linux-arm-kernel@lists.infradead.org - " Charulatha V <charu@ti.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\"DebBarma, Tarun Kanti\" <tarun.kanti@ti.com> writes:\n" @@ -18,11 +13,11 @@ "> [...]\n" ">>>\n" ">>> +static const struct dev_pm_ops gpio_pm_ops = {\n" - ">>> + \302\240 \302\240 .suspend \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240= omap_gpio_suspend,\n" - ">>> + \302\240 \302\240 .resume \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 = omap_gpio_resume,\n" + ">>> + ? ? .suspend ? ? ? ? ? ? ? ?= omap_gpio_suspend,\n" + ">>> + ? ? .resume ? ? ? ? ? ? ? ? = omap_gpio_resume,\n" ">>> +};\n" ">>\n" - ">> Please use SET_SYSTEM_SLEEP_PM_OPS(). \302\240See <linux/pm.h>\n" + ">> Please use SET_SYSTEM_SLEEP_PM_OPS(). ?See <linux/pm.h>\n" "> We can use following macro to initialize .suspend and .resume callbacks.\n" "> But how do we initialize .runtime_suspend and .runtime_resume callbacks?\n" ">\n" @@ -36,10 +31,6 @@ "\n" "SET_RUNTIME_PM_OPS()\n" "\n" - "Kevin\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Kevin -d6dce546595483c3f7af4d9baf2342646632d2999ad3e2461012fd5baa79863b +d2fc0c381bbf9205b56b9611de1ba850aee88e873d9153962b86f9de41ea72d4
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.