diff for duplicates of <87pqj9s7rg.fsf@ti.com> diff --git a/a/1.txt b/N1/1.txt index c01996d..f752dd0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,11 +14,11 @@ Jean Pihet <jean.pihet@newoldbits.com> writes: >> >> Signed-off-by: Kevin Hilman <khilman@ti.com> >> --- ->> arch/arm/mach-omap2/powerdomain.c | 2 + ->> arch/arm/mach-omap2/powerdomain.h | 2 + ->> arch/arm/mach-omap2/voltage.c | 80 +++++++++++++++++++++++++++++++++++++ ->> arch/arm/mach-omap2/voltage.h | 10 +++++ ->> 4 files changed, 94 insertions(+), 0 deletions(-) +>> ?arch/arm/mach-omap2/powerdomain.c | ? ?2 + +>> ?arch/arm/mach-omap2/powerdomain.h | ? ?2 + +>> ?arch/arm/mach-omap2/voltage.c ? ? | ? 80 +++++++++++++++++++++++++++++++++++++ +>> ?arch/arm/mach-omap2/voltage.h ? ? | ? 10 +++++ +>> ?4 files changed, 94 insertions(+), 0 deletions(-) >> > ... > @@ -27,29 +27,29 @@ Jean Pihet <jean.pihet@newoldbits.com> writes: >> --- a/arch/arm/mach-omap2/voltage.h >> +++ b/arch/arm/mach-omap2/voltage.h >> @@ -19,6 +19,8 @@ ->> #include "vc.h" ->> #include "vp.h" +>> ?#include "vc.h" +>> ?#include "vp.h" >> >> +struct powerdomain; >> + ->> /* XXX document */ ->> #define VOLTSCALE_VPFORCEUPDATE 1 ->> #define VOLTSCALE_VCBYPASS 2 +>> ?/* XXX document */ +>> ?#define VOLTSCALE_VPFORCEUPDATE ? ? ? ? ? ? ? ?1 +>> ?#define VOLTSCALE_VCBYPASS ? ? ? ? ? ? 2 >> @@ -55,12 +57,15 @@ struct omap_vfsm_instance_data { ->> * @name: Name of the voltage domain which can be used as a unique identifier. ->> * @scalable: Whether or not this voltage domain is scalable ->> * @node: list_head linking all voltage domains +>> ?* @name: Name of the voltage domain which can be used as a unique identifier. +>> ?* @scalable: Whether or not this voltage domain is scalable +>> ?* @node: list_head linking all voltage domains >> + * @pwrdm_node: list_head linking all powerdomains in this voltagedomain ->> * @vdd: to be removed +>> ?* @vdd: to be removed >> + * @pwrdms: powerdomains in this voltagedomain ->> */ ->> struct voltagedomain { ->> char *name; ->> bool scalable; ->> struct list_head node; ->> + struct list_head pwrdm_list; ->> struct omap_vdd_info *vdd; ->> }; +>> ?*/ +>> ?struct voltagedomain { +>> ? ? ? ?char *name; +>> ? ? ? ?bool scalable; +>> ? ? ? ?struct list_head node; +>> + ? ? ? struct list_head pwrdm_list; +>> ? ? ? ?struct omap_vdd_info *vdd; +>> ?}; > The kerneldoc is not reflecting the code for struct voltagedomain. hmm, looks like kerneldoc is out of sync in a few places. @@ -57,7 +57,3 @@ hmm, looks like kerneldoc is out of sync in a few places. Thanks for catching. Will fixup. 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 79c6085..1c59c15 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,10 @@ "ref\01314639355-12713-1-git-send-email-khilman@ti.com\0" "ref\01314639355-12713-14-git-send-email-khilman@ti.com\0" "ref\0CAORVsuU27kNiJAt-YRgfJ5i0=ZpfcDhNfY+kYK+AnKurDHDPfQ@mail.gmail.com\0" - "From\0Kevin Hilman <khilman@ti.com>\0" - "Subject\0Re: [PATCH 13/22] OMAP2+: voltage: keep track of powerdomains in each voltagedomain\0" + "From\0khilman@ti.com (Kevin Hilman)\0" + "Subject\0[PATCH 13/22] OMAP2+: voltage: keep track of powerdomains in each voltagedomain\0" "Date\0Fri, 09 Sep 2011 14:52:51 -0700\0" - "To\0Jean Pihet <jean.pihet@newoldbits.com>\0" - "Cc\0linux-omap@vger.kernel.org" - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Jean Pihet <jean.pihet@newoldbits.com> writes:\n" @@ -25,11 +23,11 @@ ">>\n" ">> Signed-off-by: Kevin Hilman <khilman@ti.com>\n" ">> ---\n" - ">> \302\240arch/arm/mach-omap2/powerdomain.c | \302\240 \302\2402 +\n" - ">> \302\240arch/arm/mach-omap2/powerdomain.h | \302\240 \302\2402 +\n" - ">> \302\240arch/arm/mach-omap2/voltage.c \302\240 \302\240 | \302\240 80 +++++++++++++++++++++++++++++++++++++\n" - ">> \302\240arch/arm/mach-omap2/voltage.h \302\240 \302\240 | \302\240 10 +++++\n" - ">> \302\2404 files changed, 94 insertions(+), 0 deletions(-)\n" + ">> ?arch/arm/mach-omap2/powerdomain.c | ? ?2 +\n" + ">> ?arch/arm/mach-omap2/powerdomain.h | ? ?2 +\n" + ">> ?arch/arm/mach-omap2/voltage.c ? ? | ? 80 +++++++++++++++++++++++++++++++++++++\n" + ">> ?arch/arm/mach-omap2/voltage.h ? ? | ? 10 +++++\n" + ">> ?4 files changed, 94 insertions(+), 0 deletions(-)\n" ">>\n" "> ...\n" ">\n" @@ -38,39 +36,35 @@ ">> --- a/arch/arm/mach-omap2/voltage.h\n" ">> +++ b/arch/arm/mach-omap2/voltage.h\n" ">> @@ -19,6 +19,8 @@\n" - ">> \302\240#include \"vc.h\"\n" - ">> \302\240#include \"vp.h\"\n" + ">> ?#include \"vc.h\"\n" + ">> ?#include \"vp.h\"\n" ">>\n" ">> +struct powerdomain;\n" ">> +\n" - ">> \302\240/* XXX document */\n" - ">> \302\240#define VOLTSCALE_VPFORCEUPDATE \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\2401\n" - ">> \302\240#define VOLTSCALE_VCBYPASS \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 2\n" + ">> ?/* XXX document */\n" + ">> ?#define VOLTSCALE_VPFORCEUPDATE ? ? ? ? ? ? ? ?1\n" + ">> ?#define VOLTSCALE_VCBYPASS ? ? ? ? ? ? 2\n" ">> @@ -55,12 +57,15 @@ struct omap_vfsm_instance_data {\n" - ">> \302\240* @name: Name of the voltage domain which can be used as a unique identifier.\n" - ">> \302\240* @scalable: Whether or not this voltage domain is scalable\n" - ">> \302\240* @node: list_head linking all voltage domains\n" + ">> ?* @name: Name of the voltage domain which can be used as a unique identifier.\n" + ">> ?* @scalable: Whether or not this voltage domain is scalable\n" + ">> ?* @node: list_head linking all voltage domains\n" ">> + * @pwrdm_node: list_head linking all powerdomains in this voltagedomain\n" - ">> \302\240* @vdd: to be removed\n" + ">> ?* @vdd: to be removed\n" ">> + * @pwrdms: powerdomains in this voltagedomain\n" - ">> \302\240*/\n" - ">> \302\240struct voltagedomain {\n" - ">> \302\240 \302\240 \302\240 \302\240char *name;\n" - ">> \302\240 \302\240 \302\240 \302\240bool scalable;\n" - ">> \302\240 \302\240 \302\240 \302\240struct list_head node;\n" - ">> + \302\240 \302\240 \302\240 struct list_head pwrdm_list;\n" - ">> \302\240 \302\240 \302\240 \302\240struct omap_vdd_info *vdd;\n" - ">> \302\240};\n" + ">> ?*/\n" + ">> ?struct voltagedomain {\n" + ">> ? ? ? ?char *name;\n" + ">> ? ? ? ?bool scalable;\n" + ">> ? ? ? ?struct list_head node;\n" + ">> + ? ? ? struct list_head pwrdm_list;\n" + ">> ? ? ? ?struct omap_vdd_info *vdd;\n" + ">> ?};\n" "> The kerneldoc is not reflecting the code for struct voltagedomain.\n" "\n" "hmm, looks like kerneldoc is out of sync in a few places.\n" "\n" "Thanks for catching. Will fixup.\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 -2113401a259bb3c2edf95fbd579e87332ce2e129bb937330880b20d72b6f5528 +7473f0e82c1064fd9781ec0287cd12ebc384aa223aa8c7650c56c926451d587a
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.