All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55018536.2050904@nvidia.com>

diff --git a/a/2.txt b/N1/2.txt
index 19b2664..3719aee 100644
--- a/a/2.txt
+++ b/N1/2.txt
@@ -1,4 +1,4 @@
->From afff7ff2011f2c3f159726ffddeaeec8f62f013e Mon Sep 17 00:00:00 2001
+From afff7ff2011f2c3f159726ffddeaeec8f62f013e Mon Sep 17 00:00:00 2001
 From: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
 Date: Wed, 14 Jan 2015 11:01:06 +0800
 Subject: [PATCH v2 14/17] ata: ahci_tegra: remove power sequence from driver
diff --git a/a/content_digest b/N1/content_digest
index 294d621..87ccf9f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -57,7 +57,7 @@
  "\01:2\0"
  "fn\00014-ata-ahci_tegra-remove-power-sequence-from-driver.patch\0"
  "b\0"
- ">From afff7ff2011f2c3f159726ffddeaeec8f62f013e Mon Sep 17 00:00:00 2001\n"
+ "From afff7ff2011f2c3f159726ffddeaeec8f62f013e Mon Sep 17 00:00:00 2001\n"
  "From: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
  "Date: Wed, 14 Jan 2015 11:01:06 +0800\n"
  "Subject: [PATCH v2 14/17] ata: ahci_tegra: remove power sequence from driver\n"
@@ -110,4 +110,4 @@
  "-- \n"
  2.1.4
 
-8a9fc038075ebecb94303f3b88cc1a36f3d130f2479711e21a1dbb48e74255d5
+958f6df155ab51fb0d9d6600823cdd4a93489bb42f2a344e76ac543605e03a91

diff --git a/a/1.txt b/N2/1.txt
index d1bbf26..a4d4ab1 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -8,10 +8,18 @@ On 03/12/2015 08:19 PM, Tejun Heo wrote:
 >> We have the generic PM domain support for Tegra SoCs now. So remove the
 >> duplicated sequence here.
 >>
->> Signed-off-by: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+>> Signed-off-by: Vince Hsu <vinceh@nvidia.com>
 > Can you please repost this patch w/ Hans de Goede
-> <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> cc'd?  Just reposting the patch as a reply to
+> <hdegoede@redhat.com> cc'd?  Just reposting the patch as a reply to
 > itself w/ the cc added should do.
 >
 > Thanks.
 >
+
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: 0014-ata-ahci_tegra-remove-power-sequence-from-driver.patch
+Type: text/x-patch
+Size: 1619 bytes
+Desc: not available
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150312/c34387fc/attachment.bin>
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index 4657383..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,5 +0,0 @@
-Content-Type: text/x-patch;
-	name="0014-ata-ahci_tegra-remove-power-sequence-from-driver.patch"
-Content-Transfer-Encoding: 7bit
-Content-Disposition: attachment;
-	filename="0014-ata-ahci_tegra-remove-power-sequence-from-driver.patch"
diff --git a/a/2.txt b/a/2.txt
deleted file mode 100644
index 19b2664..0000000
--- a/a/2.txt
+++ /dev/null
@@ -1,52 +0,0 @@
->From afff7ff2011f2c3f159726ffddeaeec8f62f013e Mon Sep 17 00:00:00 2001
-From: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
-Date: Wed, 14 Jan 2015 11:01:06 +0800
-Subject: [PATCH v2 14/17] ata: ahci_tegra: remove power sequence from driver
-X-NVConfidentiality: public
-
-We have the generic PM domain support for Tegra SoCs now. So remove the
-duplicated sequence here.
-
-Signed-off-by: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
----
- drivers/ata/ahci_tegra.c | 11 -----------
- 1 file changed, 11 deletions(-)
-
-diff --git a/drivers/ata/ahci_tegra.c b/drivers/ata/ahci_tegra.c
-index 3a62eb246d80..8151587ddb70 100644
---- a/drivers/ata/ahci_tegra.c
-+++ b/drivers/ata/ahci_tegra.c
-@@ -120,12 +120,6 @@ static int tegra_ahci_power_on(struct ahci_host_priv *hpriv)
- 	if (ret)
- 		return ret;
- 
--	ret = tegra_powergate_sequence_power_up(TEGRA_POWERGATE_SATA,
--						tegra->sata_clk,
--						tegra->sata_rst);
--	if (ret)
--		goto disable_regulators;
--
- 	reset_control_assert(tegra->sata_oob_rst);
- 	reset_control_assert(tegra->sata_cold_rst);
- 
-@@ -140,10 +134,6 @@ static int tegra_ahci_power_on(struct ahci_host_priv *hpriv)
- 
- disable_power:
- 	clk_disable_unprepare(tegra->sata_clk);
--
--	tegra_powergate_power_off(TEGRA_POWERGATE_SATA);
--
--disable_regulators:
- 	regulator_bulk_disable(ARRAY_SIZE(tegra->supplies), tegra->supplies);
- 
- 	return ret;
-@@ -160,7 +150,6 @@ static void tegra_ahci_power_off(struct ahci_host_priv *hpriv)
- 	reset_control_assert(tegra->sata_cold_rst);
- 
- 	clk_disable_unprepare(tegra->sata_clk);
--	tegra_powergate_power_off(TEGRA_POWERGATE_SATA);
- 
- 	regulator_bulk_disable(ARRAY_SIZE(tegra->supplies), tegra->supplies);
- }
--- 
-2.1.4
diff --git a/a/content_digest b/N2/content_digest
index 294d621..7ff3ed3 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,41 +1,11 @@
  "ref\01426162518-7405-1-git-send-email-vinceh@nvidia.com\0"
  "ref\01426162518-7405-15-git-send-email-vinceh@nvidia.com\0"
  "ref\020150312121912.GJ25944@htj.duckdns.org\0"
- "ref\020150312121912.GJ25944-piEFEHQLUPpN0TnZuCh8vA@public.gmane.org\0"
- "From\0Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
- "Subject\0Re: [PATCH v2 14/17] ata: ahci_tegra: remove power sequence from driver\0"
+ "From\0vinceh@nvidia.com (Vince Hsu)\0"
+ "Subject\0[PATCH v2 14/17] ata: ahci_tegra: remove power sequence from driver\0"
  "Date\0Thu, 12 Mar 2015 20:23:18 +0800\0"
- "To\0Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
- "Cc\0thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
-  pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
-  swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org
-  gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
-  jroedel-l3A5Bk7waGM@public.gmane.org
-  p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
-  mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
-  pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
-  sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  pawel.moll-5wv7dgnIgG8@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
-  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
-  tbergstrom-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
-  airlied-cv59FeDIM0c@public.gmane.org
-  bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org
-  arnd-r2nGTMty4D4@public.gmane.org
-  robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  will.deacon-5wv7dgnIgG8@public.gmane.org
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  rjw-LthD3rsA81gm4RdzfppkhA@public.gmane.org
-  viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
- " hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0"
- "\01:1\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
+ "\00:1\0"
  "b\0"
  "Cc'd Hans.\n"
  "\n"
@@ -47,67 +17,20 @@
  ">> We have the generic PM domain support for Tegra SoCs now. So remove the\n"
  ">> duplicated sequence here.\n"
  ">>\n"
- ">> Signed-off-by: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ ">> Signed-off-by: Vince Hsu <vinceh@nvidia.com>\n"
  "> Can you please repost this patch w/ Hans de Goede\n"
- "> <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> cc'd?  Just reposting the patch as a reply to\n"
+ "> <hdegoede@redhat.com> cc'd?  Just reposting the patch as a reply to\n"
  "> itself w/ the cc added should do.\n"
  ">\n"
  "> Thanks.\n"
- >
- "\01:2\0"
- "fn\00014-ata-ahci_tegra-remove-power-sequence-from-driver.patch\0"
- "b\0"
- ">From afff7ff2011f2c3f159726ffddeaeec8f62f013e Mon Sep 17 00:00:00 2001\n"
- "From: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
- "Date: Wed, 14 Jan 2015 11:01:06 +0800\n"
- "Subject: [PATCH v2 14/17] ata: ahci_tegra: remove power sequence from driver\n"
- "X-NVConfidentiality: public\n"
- "\n"
- "We have the generic PM domain support for Tegra SoCs now. So remove the\n"
- "duplicated sequence here.\n"
- "\n"
- "Signed-off-by: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
- "---\n"
- " drivers/ata/ahci_tegra.c | 11 -----------\n"
- " 1 file changed, 11 deletions(-)\n"
+ ">\n"
  "\n"
- "diff --git a/drivers/ata/ahci_tegra.c b/drivers/ata/ahci_tegra.c\n"
- "index 3a62eb246d80..8151587ddb70 100644\n"
- "--- a/drivers/ata/ahci_tegra.c\n"
- "+++ b/drivers/ata/ahci_tegra.c\n"
- "@@ -120,12 +120,6 @@ static int tegra_ahci_power_on(struct ahci_host_priv *hpriv)\n"
- " \tif (ret)\n"
- " \t\treturn ret;\n"
- " \n"
- "-\tret = tegra_powergate_sequence_power_up(TEGRA_POWERGATE_SATA,\n"
- "-\t\t\t\t\t\ttegra->sata_clk,\n"
- "-\t\t\t\t\t\ttegra->sata_rst);\n"
- "-\tif (ret)\n"
- "-\t\tgoto disable_regulators;\n"
- "-\n"
- " \treset_control_assert(tegra->sata_oob_rst);\n"
- " \treset_control_assert(tegra->sata_cold_rst);\n"
- " \n"
- "@@ -140,10 +134,6 @@ static int tegra_ahci_power_on(struct ahci_host_priv *hpriv)\n"
- " \n"
- " disable_power:\n"
- " \tclk_disable_unprepare(tegra->sata_clk);\n"
- "-\n"
- "-\ttegra_powergate_power_off(TEGRA_POWERGATE_SATA);\n"
- "-\n"
- "-disable_regulators:\n"
- " \tregulator_bulk_disable(ARRAY_SIZE(tegra->supplies), tegra->supplies);\n"
- " \n"
- " \treturn ret;\n"
- "@@ -160,7 +150,6 @@ static void tegra_ahci_power_off(struct ahci_host_priv *hpriv)\n"
- " \treset_control_assert(tegra->sata_cold_rst);\n"
- " \n"
- " \tclk_disable_unprepare(tegra->sata_clk);\n"
- "-\ttegra_powergate_power_off(TEGRA_POWERGATE_SATA);\n"
- " \n"
- " \tregulator_bulk_disable(ARRAY_SIZE(tegra->supplies), tegra->supplies);\n"
- " }\n"
- "-- \n"
- 2.1.4
+ "-------------- next part --------------\n"
+ "A non-text attachment was scrubbed...\n"
+ "Name: 0014-ata-ahci_tegra-remove-power-sequence-from-driver.patch\n"
+ "Type: text/x-patch\n"
+ "Size: 1619 bytes\n"
+ "Desc: not available\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150312/c34387fc/attachment.bin>
 
-8a9fc038075ebecb94303f3b88cc1a36f3d130f2479711e21a1dbb48e74255d5
+0d314649e4fbd56c19b3d18fb1a0af58b2bb4d73ae8bfacbd6f09c0f5156c8c1

diff --git a/a/1.txt b/N3/1.txt
index d1bbf26..1786c92 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -8,9 +8,9 @@ On 03/12/2015 08:19 PM, Tejun Heo wrote:
 >> We have the generic PM domain support for Tegra SoCs now. So remove the
 >> duplicated sequence here.
 >>
->> Signed-off-by: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+>> Signed-off-by: Vince Hsu <vinceh@nvidia.com>
 > Can you please repost this patch w/ Hans de Goede
-> <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> cc'd?  Just reposting the patch as a reply to
+> <hdegoede@redhat.com> cc'd?  Just reposting the patch as a reply to
 > itself w/ the cc added should do.
 >
 > Thanks.
diff --git a/a/2.txt b/N3/2.txt
index 19b2664..c126c6e 100644
--- a/a/2.txt
+++ b/N3/2.txt
@@ -1,5 +1,5 @@
 >From afff7ff2011f2c3f159726ffddeaeec8f62f013e Mon Sep 17 00:00:00 2001
-From: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+From: Vince Hsu <vinceh@nvidia.com>
 Date: Wed, 14 Jan 2015 11:01:06 +0800
 Subject: [PATCH v2 14/17] ata: ahci_tegra: remove power sequence from driver
 X-NVConfidentiality: public
@@ -7,7 +7,7 @@ X-NVConfidentiality: public
 We have the generic PM domain support for Tegra SoCs now. So remove the
 duplicated sequence here.
 
-Signed-off-by: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+Signed-off-by: Vince Hsu <vinceh@nvidia.com>
 ---
  drivers/ata/ahci_tegra.c | 11 -----------
  1 file changed, 11 deletions(-)
diff --git a/a/content_digest b/N3/content_digest
index 294d621..a072dbc 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,40 +1,39 @@
  "ref\01426162518-7405-1-git-send-email-vinceh@nvidia.com\0"
  "ref\01426162518-7405-15-git-send-email-vinceh@nvidia.com\0"
  "ref\020150312121912.GJ25944@htj.duckdns.org\0"
- "ref\020150312121912.GJ25944-piEFEHQLUPpN0TnZuCh8vA@public.gmane.org\0"
- "From\0Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
+ "From\0Vince Hsu <vinceh@nvidia.com>\0"
  "Subject\0Re: [PATCH v2 14/17] ata: ahci_tegra: remove power sequence from driver\0"
  "Date\0Thu, 12 Mar 2015 20:23:18 +0800\0"
- "To\0Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
- "Cc\0thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
-  pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
-  swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org
-  gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
-  jroedel-l3A5Bk7waGM@public.gmane.org
-  p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
-  mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
-  pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
-  sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  pawel.moll-5wv7dgnIgG8@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
-  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
-  tbergstrom-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
-  airlied-cv59FeDIM0c@public.gmane.org
-  bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org
-  arnd-r2nGTMty4D4@public.gmane.org
-  robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  will.deacon-5wv7dgnIgG8@public.gmane.org
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  rjw-LthD3rsA81gm4RdzfppkhA@public.gmane.org
-  viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
- " hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0"
+ "To\0Tejun Heo <tj@kernel.org>\0"
+ "Cc\0<thierry.reding@gmail.com>"
+  <pdeschrijver@nvidia.com>
+  <swarren@wwwdotorg.org>
+  <gnurou@gmail.com>
+  <jroedel@suse.de>
+  <p.zabel@pengutronix.de>
+  <mturquette@linaro.org>
+  <pgaikwad@nvidia.com>
+  <sboyd@codeaurora.org>
+  <robh+dt@kernel.org>
+  <pawel.moll@arm.com>
+  <mark.rutland@arm.com>
+  <ijc+devicetree@hellion.org.uk>
+  <galak@codeaurora.org>
+  <linux@arm.linux.org.uk>
+  <tbergstrom@nvidia.com>
+  <airlied@linux.ie>
+  <bhelgaas@google.com>
+  <arnd@arndb.de>
+  <robh@kernel.org>
+  <will.deacon@arm.com>
+  <linux-tegra@vger.kernel.org>
+  <linux-kernel@vger.kernel.org>
+  <devicetree@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-pm@vger.kernel.org>
+  <rjw@rjwysocki.net>
+  <viresh.kumar@linaro.org>
+ " <hdegoede@redhat.com>\0"
  "\01:1\0"
  "b\0"
  "Cc'd Hans.\n"
@@ -47,9 +46,9 @@
  ">> We have the generic PM domain support for Tegra SoCs now. So remove the\n"
  ">> duplicated sequence here.\n"
  ">>\n"
- ">> Signed-off-by: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ ">> Signed-off-by: Vince Hsu <vinceh@nvidia.com>\n"
  "> Can you please repost this patch w/ Hans de Goede\n"
- "> <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> cc'd?  Just reposting the patch as a reply to\n"
+ "> <hdegoede@redhat.com> cc'd?  Just reposting the patch as a reply to\n"
  "> itself w/ the cc added should do.\n"
  ">\n"
  "> Thanks.\n"
@@ -58,7 +57,7 @@
  "fn\00014-ata-ahci_tegra-remove-power-sequence-from-driver.patch\0"
  "b\0"
  ">From afff7ff2011f2c3f159726ffddeaeec8f62f013e Mon Sep 17 00:00:00 2001\n"
- "From: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "From: Vince Hsu <vinceh@nvidia.com>\n"
  "Date: Wed, 14 Jan 2015 11:01:06 +0800\n"
  "Subject: [PATCH v2 14/17] ata: ahci_tegra: remove power sequence from driver\n"
  "X-NVConfidentiality: public\n"
@@ -66,7 +65,7 @@
  "We have the generic PM domain support for Tegra SoCs now. So remove the\n"
  "duplicated sequence here.\n"
  "\n"
- "Signed-off-by: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "Signed-off-by: Vince Hsu <vinceh@nvidia.com>\n"
  "---\n"
  " drivers/ata/ahci_tegra.c | 11 -----------\n"
  " 1 file changed, 11 deletions(-)\n"
@@ -110,4 +109,4 @@
  "-- \n"
  2.1.4
 
-8a9fc038075ebecb94303f3b88cc1a36f3d130f2479711e21a1dbb48e74255d5
+0a1a89e6a732223df0a5351783ff6df57788d63f14cae01ae18b466fced7a823

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.