diff for duplicates of <87vct1s7tf.fsf@ti.com> diff --git a/a/1.txt b/N1/1.txt index 4b3bdc6..b098ae7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,14 +4,14 @@ Jean Pihet <jean.pihet@newoldbits.com> writes: > > On Mon, Aug 29, 2011 at 7:35 PM, Kevin Hilman <khilman@ti.com> wrote: >> As part of the voltage layer cleanup, split out VC specific code into ->> a dedicated VC layer. This patch primarily just moves VC code from +>> a dedicated VC layer. ?This patch primarily just moves VC code from >> voltage.c into vc.c, and adds prototypes to vc.h. >> >> No functional changes. >> >> For readability, each function was given a local 'vc' pointer: >> ->> struct omap_vc_instance_data *vc = voltdm->vdd->vc_data; +>> ? ?struct omap_vc_instance_data *vc = voltdm->vdd->vc_data; >> >> and a global replace of s/vdd->vc_data/vc/ was done. >> @@ -20,12 +20,12 @@ Jean Pihet <jean.pihet@newoldbits.com> writes: >> >> Signed-off-by: Kevin Hilman <khilman@ti.com> >> --- ->> arch/arm/mach-omap2/Makefile | 2 +- ->> arch/arm/mach-omap2/vc.c | 276 +++++++++++++++++++++++++++++++++++++++++ ->> arch/arm/mach-omap2/vc.h | 12 ++ ->> arch/arm/mach-omap2/voltage.c | 264 +-------------------------------------- ->> 4 files changed, 293 insertions(+), 261 deletions(-) ->> create mode 100644 arch/arm/mach-omap2/vc.c +>> ?arch/arm/mach-omap2/Makefile ?| ? ?2 +- +>> ?arch/arm/mach-omap2/vc.c ? ? ?| ?276 +++++++++++++++++++++++++++++++++++++++++ +>> ?arch/arm/mach-omap2/vc.h ? ? ?| ? 12 ++ +>> ?arch/arm/mach-omap2/voltage.c | ?264 +-------------------------------------- +>> ?4 files changed, 293 insertions(+), 261 deletions(-) +>> ?create mode 100644 arch/arm/mach-omap2/vc.c >> > ... > @@ -44,8 +44,3 @@ oops, will add. Thanks, Kevin - -_______________________________________________ -linux-arm-kernel mailing list -linux-arm-kernel@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index 26a5b5d..913e721 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-15-git-send-email-khilman@ti.com\0" "ref\0CAORVsuWEZmChCjy8dJV+acosr_8N9XN0VL8-L6HWaKnZkoqqYA@mail.gmail.com\0" - "From\0Kevin Hilman <khilman@ti.com>\0" - "Subject\0Re: [PATCH 14/22] OMAP2+: voltage: split voltage controller (VC) code into dedicated layer\0" + "From\0khilman@ti.com (Kevin Hilman)\0" + "Subject\0[PATCH 14/22] OMAP2+: voltage: split voltage controller (VC) code into dedicated layer\0" "Date\0Fri, 09 Sep 2011 14:51:40 -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" @@ -15,14 +13,14 @@ ">\n" "> On Mon, Aug 29, 2011 at 7:35 PM, Kevin Hilman <khilman@ti.com> wrote:\n" ">> As part of the voltage layer cleanup, split out VC specific code into\n" - ">> a dedicated VC layer. \302\240This patch primarily just moves VC code from\n" + ">> a dedicated VC layer. ?This patch primarily just moves VC code from\n" ">> voltage.c into vc.c, and adds prototypes to vc.h.\n" ">>\n" ">> No functional changes.\n" ">>\n" ">> For readability, each function was given a local 'vc' pointer:\n" ">>\n" - ">> \302\240 \302\240struct omap_vc_instance_data *vc = voltdm->vdd->vc_data;\n" + ">> ? ?struct omap_vc_instance_data *vc = voltdm->vdd->vc_data;\n" ">>\n" ">> and a global replace of s/vdd->vc_data/vc/ was done.\n" ">>\n" @@ -31,12 +29,12 @@ ">>\n" ">> Signed-off-by: Kevin Hilman <khilman@ti.com>\n" ">> ---\n" - ">> \302\240arch/arm/mach-omap2/Makefile \302\240| \302\240 \302\2402 +-\n" - ">> \302\240arch/arm/mach-omap2/vc.c \302\240 \302\240 \302\240| \302\240276 +++++++++++++++++++++++++++++++++++++++++\n" - ">> \302\240arch/arm/mach-omap2/vc.h \302\240 \302\240 \302\240| \302\240 12 ++\n" - ">> \302\240arch/arm/mach-omap2/voltage.c | \302\240264 +--------------------------------------\n" - ">> \302\2404 files changed, 293 insertions(+), 261 deletions(-)\n" - ">> \302\240create mode 100644 arch/arm/mach-omap2/vc.c\n" + ">> ?arch/arm/mach-omap2/Makefile ?| ? ?2 +-\n" + ">> ?arch/arm/mach-omap2/vc.c ? ? ?| ?276 +++++++++++++++++++++++++++++++++++++++++\n" + ">> ?arch/arm/mach-omap2/vc.h ? ? ?| ? 12 ++\n" + ">> ?arch/arm/mach-omap2/voltage.c | ?264 +--------------------------------------\n" + ">> ?4 files changed, 293 insertions(+), 261 deletions(-)\n" + ">> ?create mode 100644 arch/arm/mach-omap2/vc.c\n" ">>\n" "> ...\n" ">\n" @@ -54,11 +52,6 @@ "\n" "Thanks,\n" "\n" - "Kevin\n" - "\n" - "_______________________________________________\n" - "linux-arm-kernel mailing list\n" - "linux-arm-kernel@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-arm-kernel + Kevin -02fce9d8c1b200a49666f80c5487e53ef158ae90d4438a37dabec84078034529 +faf2953b9070db02bd30e590bf5f5d9a3bfcf66486f3566f818974a154ed68e6
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.