All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <8737omo8d7.fsf@free-electrons.com>

diff --git a/a/1.txt b/N1/1.txt
index 9121274..84dd771 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,8 +28,8 @@ Gregory
 >> Cc: Lucas Stach <dev@lynxeye.de>
 >> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
 >> ---
->>  drivers/mmc/host/sdhci-tegra.c | 4 ++++
->>  1 file changed, 4 insertions(+)
+>> ?drivers/mmc/host/sdhci-tegra.c | 4 ++++
+>> ?1 file changed, 4 insertions(+)
 >> 
 >> diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-
 >> tegra.c
@@ -38,19 +38,19 @@ Gregory
 >> +++ b/drivers/mmc/host/sdhci-tegra.c
 >> @@ -302,6 +302,10 @@ static void tegra_sdhci_voltage_switch(struct
 >> sdhci_host *host)
->>  	struct sdhci_tegra *tegra_host =
+>> ?	struct sdhci_tegra *tegra_host =
 >> sdhci_pltfm_priv(pltfm_host);
->>  	const struct sdhci_tegra_soc_data *soc_data = tegra_host-
+>> ?	const struct sdhci_tegra_soc_data *soc_data = tegra_host-
 >> >soc_data;
->>  
+>> ?
 >> +	/* initially this function was called only for the 1.8V case
 >> */
 >> +	if (host->mmc->ios.signal_voltage != MMC_SIGNAL_VOLTAGE_180)
 >> +		return;
 >> +
->>  	if (soc_data->nvquirks & NVQUIRK_HAS_PADCALIB)
->>  		tegra_host->pad_calib_required = true;
->>  }
+>> ?	if (soc_data->nvquirks & NVQUIRK_HAS_PADCALIB)
+>> ?		tegra_host->pad_calib_required = true;
+>> ?}
 
 -- 
 Gregory Clement, Free Electrons
diff --git a/a/content_digest b/N1/content_digest
index e3a2d6f..17e8142 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,27 +1,10 @@
  "ref\01465456218-28354-1-git-send-email-gregory.clement@free-electrons.com\0"
  "ref\01465456218-28354-4-git-send-email-gregory.clement@free-electrons.com\0"
  "ref\01465466097.18807.7.camel@lynxeye.de\0"
- "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0"
- "Subject\0Re: [PATCH 03/12] mmc: tegra: restrict the voltage_switch() callback to the 1.8V case\0"
+ "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
+ "Subject\0[PATCH 03/12] mmc: tegra: restrict the voltage_switch() callback to the 1.8V case\0"
  "Date\0Thu, 09 Jun 2016 14:27:16 +0200\0"
- "To\0Lucas Stach <dev@lynxeye.de>\0"
- "Cc\0Ulf Hansson <ulf.hansson@linaro.org>"
-  Adrian Hunter <adrian.hunter@intel.com>
-  linux-mmc@vger.kernel.org
-  Rob Herring <robh+dt@kernel.org>
-  devicetree@vger.kernel.org
-  Jason Cooper <jason@lakedaemon.net>
-  Andrew Lunn <andrew@lunn.ch>
-  Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-  Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-  linux-arm-kernel@lists.infradead.org
-  Nadav Haklai <nadavh@marvell.com>
-  Victor Gu <xigu@marvell.com>
-  Romain Perier <romain.perier@free-electrons.com>
-  Omri Itach <omrii@marvell.com>
-  Marcin Wojtas <mw@semihalf.com>
-  Wilson Ding <dingwei@marvell.com>
- " Shadi Ammouri <shadi@marvell.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Lucas,\n"
@@ -54,8 +37,8 @@
  ">> Cc: Lucas Stach <dev@lynxeye.de>\n"
  ">> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>\n"
  ">> ---\n"
- ">> \302\240drivers/mmc/host/sdhci-tegra.c | 4 ++++\n"
- ">> \302\2401 file changed, 4 insertions(+)\n"
+ ">> ?drivers/mmc/host/sdhci-tegra.c | 4 ++++\n"
+ ">> ?1 file changed, 4 insertions(+)\n"
  ">> \n"
  ">> diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-\n"
  ">> tegra.c\n"
@@ -64,19 +47,19 @@
  ">> +++ b/drivers/mmc/host/sdhci-tegra.c\n"
  ">> @@ -302,6 +302,10 @@ static void tegra_sdhci_voltage_switch(struct\n"
  ">> sdhci_host *host)\n"
- ">> \302\240\tstruct sdhci_tegra *tegra_host =\n"
+ ">> ?\tstruct sdhci_tegra *tegra_host =\n"
  ">> sdhci_pltfm_priv(pltfm_host);\n"
- ">> \302\240\tconst struct sdhci_tegra_soc_data *soc_data = tegra_host-\n"
+ ">> ?\tconst struct sdhci_tegra_soc_data *soc_data = tegra_host-\n"
  ">> >soc_data;\n"
- ">> \302\240\n"
+ ">> ?\n"
  ">> +\t/* initially this function was called only for the 1.8V case\n"
  ">> */\n"
  ">> +\tif (host->mmc->ios.signal_voltage != MMC_SIGNAL_VOLTAGE_180)\n"
  ">> +\t\treturn;\n"
  ">> +\n"
- ">> \302\240\tif (soc_data->nvquirks & NVQUIRK_HAS_PADCALIB)\n"
- ">> \302\240\t\ttegra_host->pad_calib_required = true;\n"
- ">> \302\240}\n"
+ ">> ?\tif (soc_data->nvquirks & NVQUIRK_HAS_PADCALIB)\n"
+ ">> ?\t\ttegra_host->pad_calib_required = true;\n"
+ ">> ?}\n"
  "\n"
  "-- \n"
  "Gregory Clement, Free Electrons\n"
@@ -84,4 +67,4 @@
  "development, consulting, training and support.\n"
  http://free-electrons.com
 
-3c6c6c1fdde7fd2901cf96a6464240e1f8b7f1354fd5c356a198ee0aa0a77f13
+44066e32699acd144a3521beb5d40a0aec9ed994f88659c420e84bbe62946d04

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.