diff for duplicates of <4F71E290.2050403@compulab.co.il> diff --git a/a/1.txt b/N1/1.txt index fc1b1a2..94d1683 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -45,3 +45,10 @@ On 03/23/12 11:21, Russ Dill wrote: -- Regards, Igor. +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: 0001-ARM-OMAP3-cm-t35-add-smsc911x-regulators.patch +Type: text/x-patch +Size: 1711 bytes +Desc: not available +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120327/56f3e669/attachment.bin> diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index b495dc6..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,5 +0,0 @@ -Content-Type: text/x-patch; - name="0001-ARM-OMAP3-cm-t35-add-smsc911x-regulators.patch" -Content-Transfer-Encoding: 7bit -Content-Disposition: attachment; - filename="0001-ARM-OMAP3-cm-t35-add-smsc911x-regulators.patch" diff --git a/a/2.txt b/a/2.txt deleted file mode 100644 index 382c4f5..0000000 --- a/a/2.txt +++ /dev/null @@ -1,51 +0,0 @@ ->From 0e1bbe7634edbbb75493a7a6257db94621c1efab Mon Sep 17 00:00:00 2001 -From: Igor Grinberg <grinberg@compulab.co.il> -Date: Fri, 23 Mar 2012 02:21:37 -0700 -Subject: [PATCH] ARM: OMAP3: cm-t35: add smsc911x regulators - -Add dummy regulators for smsc911x Ethernet controllers on both -cm-t35/cmt3730 and sb-t35 boards. - -Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> ---- - arch/arm/mach-omap2/board-cm-t35.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) - -diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c -index d73316e..8770be1 100644 ---- a/arch/arm/mach-omap2/board-cm-t35.c -+++ b/arch/arm/mach-omap2/board-cm-t35.c -@@ -26,6 +26,7 @@ - - #include <linux/i2c/at24.h> - #include <linux/i2c/twl.h> -+#include <linux/regulator/fixed.h> - #include <linux/regulator/machine.h> - #include <linux/mmc/host.h> - -@@ -81,8 +82,23 @@ static struct omap_smsc911x_platform_data sb_t35_smsc911x_cfg = { - .flags = SMSC911X_USE_32BIT | SMSC911X_SAVE_MAC_ADDRESS, - }; - -+static struct regulator_consumer_supply cm_t35_smsc911x_supplies[] = { -+ REGULATOR_SUPPLY("vddvario", "smsc911x.0"), -+ REGULATOR_SUPPLY("vdd33a", "smsc911x.0"), -+}; -+ -+static struct regulator_consumer_supply sb_t35_smsc911x_supplies[] = { -+ REGULATOR_SUPPLY("vddvario", "smsc911x.1"), -+ REGULATOR_SUPPLY("vdd33a", "smsc911x.1"), -+}; -+ - static void __init cm_t35_init_ethernet(void) - { -+ regulator_register_fixed(0, cm_t35_smsc911x_supplies, -+ ARRAY_SIZE(cm_t35_smsc911x_supplies)); -+ regulator_register_fixed(1, sb_t35_smsc911x_supplies, -+ ARRAY_SIZE(sb_t35_smsc911x_supplies)); -+ - gpmc_smsc911x_init(&cm_t35_smsc911x_cfg); - gpmc_smsc911x_init(&sb_t35_smsc911x_cfg); - } --- -1.7.3.4 diff --git a/a/content_digest b/N1/content_digest index 0af3f5a..6929f7e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,10 @@ "ref\01332494504-10251-1-git-send-email-Russ.Dill@ti.com\0" "ref\01332494504-10251-6-git-send-email-Russ.Dill@ti.com\0" - "From\0Igor Grinberg <grinberg@compulab.co.il>\0" - "Subject\0Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.\0" + "From\0grinberg@compulab.co.il (Igor Grinberg)\0" + "Subject\0[PATCH 05/12] Add dummy smsc911x regulators to cm-t35.\0" "Date\0Tue, 27 Mar 2012 17:53:52 +0200\0" - "To\0Russ Dill <Russ.Dill@ti.com>\0" - "Cc\0linux-omap@vger.kernel.org" - Tony Lindgren <tony@atomide.com> - Mark Brown <broonie@opensource.wolfsonmicro.com> - Matt Porter <mporter@ti.com> - robert.marklund@stericsson.com - linus.walleij@linaro.org - " linux-arm-kernel <linux-arm-kernel@lists.infradead.org>\0" - "\01:1\0" + "To\0linux-arm-kernel@lists.infradead.org\0" + "\00:1\0" "b\0" "Hi Russ,\n" "\n" @@ -59,60 +52,13 @@ "\n" "-- \n" "Regards,\n" - Igor. - "\01:2\0" - "fn\00001-ARM-OMAP3-cm-t35-add-smsc911x-regulators.patch\0" - "b\0" - ">From 0e1bbe7634edbbb75493a7a6257db94621c1efab Mon Sep 17 00:00:00 2001\n" - "From: Igor Grinberg <grinberg@compulab.co.il>\n" - "Date: Fri, 23 Mar 2012 02:21:37 -0700\n" - "Subject: [PATCH] ARM: OMAP3: cm-t35: add smsc911x regulators\n" - "\n" - "Add dummy regulators for smsc911x Ethernet controllers on both\n" - "cm-t35/cmt3730 and sb-t35 boards.\n" - "\n" - "Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>\n" - "---\n" - " arch/arm/mach-omap2/board-cm-t35.c | 16 ++++++++++++++++\n" - " 1 files changed, 16 insertions(+), 0 deletions(-)\n" - "\n" - "diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c\n" - "index d73316e..8770be1 100644\n" - "--- a/arch/arm/mach-omap2/board-cm-t35.c\n" - "+++ b/arch/arm/mach-omap2/board-cm-t35.c\n" - "@@ -26,6 +26,7 @@\n" - " \n" - " #include <linux/i2c/at24.h>\n" - " #include <linux/i2c/twl.h>\n" - "+#include <linux/regulator/fixed.h>\n" - " #include <linux/regulator/machine.h>\n" - " #include <linux/mmc/host.h>\n" - " \n" - "@@ -81,8 +82,23 @@ static struct omap_smsc911x_platform_data sb_t35_smsc911x_cfg = {\n" - " \t.flags\t\t= SMSC911X_USE_32BIT | SMSC911X_SAVE_MAC_ADDRESS,\n" - " };\n" - " \n" - "+static struct regulator_consumer_supply cm_t35_smsc911x_supplies[] = {\n" - "+\tREGULATOR_SUPPLY(\"vddvario\", \"smsc911x.0\"),\n" - "+\tREGULATOR_SUPPLY(\"vdd33a\", \"smsc911x.0\"),\n" - "+};\n" - "+\n" - "+static struct regulator_consumer_supply sb_t35_smsc911x_supplies[] = {\n" - "+\tREGULATOR_SUPPLY(\"vddvario\", \"smsc911x.1\"),\n" - "+\tREGULATOR_SUPPLY(\"vdd33a\", \"smsc911x.1\"),\n" - "+};\n" - "+\n" - " static void __init cm_t35_init_ethernet(void)\n" - " {\n" - "+\tregulator_register_fixed(0, cm_t35_smsc911x_supplies,\n" - "+\t\t\t\t ARRAY_SIZE(cm_t35_smsc911x_supplies));\n" - "+\tregulator_register_fixed(1, sb_t35_smsc911x_supplies,\n" - "+\t\t\t\t ARRAY_SIZE(sb_t35_smsc911x_supplies));\n" - "+\n" - " \tgpmc_smsc911x_init(&cm_t35_smsc911x_cfg);\n" - " \tgpmc_smsc911x_init(&sb_t35_smsc911x_cfg);\n" - " }\n" - "-- \n" - 1.7.3.4 + "Igor.\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: 0001-ARM-OMAP3-cm-t35-add-smsc911x-regulators.patch\n" + "Type: text/x-patch\n" + "Size: 1711 bytes\n" + "Desc: not available\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120327/56f3e669/attachment.bin> -a06e2a6eb319313b60bc6bbc6fc343930d98d0de436244b7d7392f2f4350cea4 +f37463aa2d40764f27e5ac31f6fa8ca6807f6a7161952b15c765f58064182df4
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.