All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1459179345.4785.127.camel@synopsys.com>

diff --git a/a/1.txt b/N1/1.txt
index 0b8344b..2c19ea6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 Hi Jose,
 
-On Mon, 2016-03-28 at 15:36 +0100, Jose Abreu wrote:
+On Mon, 2016-03-28@15:36 +0100, Jose Abreu wrote:
 > HDMI audio support was added to the AXS board using an
 > I2S cpu driver and a custom platform driver.
 > 
@@ -8,35 +8,35 @@ On Mon, 2016-03-28 at 15:36 +0100, Jose Abreu wrote:
 > rates 32k, 44.1k and 48k. ALSA Simple audio card is used to
 > glue the cpu, platform and codec driver (adv7511).
 > 
-> Signed-off-by: Jose Abreu <joabreu@synopsys.com>
+> Signed-off-by: Jose Abreu <joabreu at synopsys.com>
 > ---
 > 
 > No changes v1 -> v2.
 > 
->  sound/soc/dwc/Kconfig          |   1 +
->  sound/soc/dwc/designware_i2s.c | 385 +++++++++++++++++++++++++++++++++++++++--
->  2 files changed, 373 insertions(+), 13 deletions(-)
+> ?sound/soc/dwc/Kconfig??????????|???1 +
+> ?sound/soc/dwc/designware_i2s.c | 385 +++++++++++++++++++++++++++++++++++++++--
+> ?2 files changed, 373 insertions(+), 13 deletions(-)
 > 
 > diff --git a/sound/soc/dwc/Kconfig b/sound/soc/dwc/Kconfig
 > index d50e085..bc3fae7 100644
 > --- a/sound/soc/dwc/Kconfig
 > +++ b/sound/soc/dwc/Kconfig
 > @@ -2,6 +2,7 @@ config SND_DESIGNWARE_I2S
->  	tristate "Synopsys I2S Device Driver"
->  	depends on CLKDEV_LOOKUP
->  	select SND_SOC_GENERIC_DMAENGINE_PCM
+> ?	tristate "Synopsys I2S Device Driver"
+> ?	depends on CLKDEV_LOOKUP
+> ?	select SND_SOC_GENERIC_DMAENGINE_PCM
 > +	select SND_SIMPLE_CARD
->  	help
->  	 Say Y or M if you want to add support for I2S driver for
->  	 Synopsys desigwnware I2S device. The device supports upto
+> ?	help
+> ?	?Say Y or M if you want to add support for I2S driver for
+> ?	?Synopsys desigwnware I2S device. The device supports upto
 > diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c
 > index bff258d..0f2f588 100644
 > --- a/sound/soc/dwc/designware_i2s.c
 > +++ b/sound/soc/dwc/designware_i2s.c
 > @@ -84,11 +84,37 @@
->  #define MAX_CHANNEL_NUM		8
->  #define MIN_CHANNEL_NUM		2
->  
+> ?#define MAX_CHANNEL_NUM		8
+> ?#define MIN_CHANNEL_NUM		2
+> ?
 > +/* FPGA Version Info */
 > +#define FPGA_VER_INFO	0xE0011230
 > +#define FPGA_VER_27M	0x000FBED9
@@ -48,7 +48,7 @@ On Mon, 2016-03-28 at 15:36 +0100, Jose Abreu wrote:
 > +#define PLL_ODIV1_ADDR	0xE00100AC
 
 Well I think all is not acceptable.
-See all these FPGA_VER_xxx as well as PLL_xxx
+See all these?FPGA_VER_xxx as well as?PLL_xxx
 are strictly ARC SDP specific things and have nothing to do with generic driver.
 
 That's so pity we don't have a driver for all clocks/PLLs on ARC SDP yet.
@@ -74,8 +74,8 @@ more and more stuff requires it but for now let's use a work-around.
 > +	{ 44100, 16, 0x104, 0x596, 0x10D35, 0x2000 },
 > +	{ 48000, 16, 0x208, 0xA28, 0x10B2C, 0x2000 },
 > +	{ 0, 0, 0, 0, 0, 0 },
->  };
->  
+> ?};
+> ?
 > +static const struct dw_i2s_pll dw_i2s_pll_cfg_28m[] = {
 > +	/* 28.224Mhz */
 > +	{ 32000, 16, 0x82, 0x105, 0x107DF, 0x2000 },
@@ -114,7 +114,4 @@ These 2 hunks as well should go in ARC SDP clocks.
 
 Ditto.
 
--Alexey--
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
+-Alexey
diff --git a/a/content_digest b/N1/content_digest
index 39cf3af..1a92edb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,31 +1,14 @@
  "ref\0cover.1459174494.git.joabreu@synopsys.com\0"
  "ref\0538be366488bf0d7633d702f2d0bab16707b7a47.1459174494.git.joabreu@synopsys.com\0"
- "ref\0538be366488bf0d7633d702f2d0bab16707b7a47.1459174494.git.joabreu-HKixBCOQz3hWk0Htik3J/w@public.gmane.org\0"
- "From\0Alexey Brodkin <Alexey.Brodkin-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>\0"
- "Subject\0Re: [PATCH 2/3 v2] ASoC: dwc: Add I2S HDMI audio support\0"
+ "From\0Alexey.Brodkin@synopsys.com (Alexey Brodkin)\0"
+ "Subject\0[PATCH 2/3 v2] ASoC: dwc: Add I2S HDMI audio support\0"
  "Date\0Mon, 28 Mar 2016 15:35:46 +0000\0"
- "To\0Jose Abreu <Jose.Abreu-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>\0"
- "Cc\0lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>"
-  laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org <laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
-  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  pawel.moll-5wv7dgnIgG8@public.gmane.org <pawel.moll-5wv7dgnIgG8@public.gmane.org>
-  Carlos Palminha <CARLOS.PALMINHA-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
-  nariman-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org <nariman-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  ville.syrjala-VuQAYsv1563Yd54FQh9/CA@public.gmane.org <ville.syrjala-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
-  alexander.deucher-5C7GfCeVMHo@public.gmane.org <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
-  tixy-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org <tixy-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  yitian.bu-sf4bEIuTEZ8/jFmSBShxMA@public.gmane.org <yitian.bu-sf4bEIuTEZ8/jFmSBShxMA@public.gmane.org>
-  linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
-  broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  mark.rutland-5wv7dgnIgG8@public.gmane.org <mark.rutland-5wv7dgnIgG8@public.gmane.org>
- " galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org <galak@codea>\0"
+ "To\0linux-snps-arc@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Jose,\n"
  "\n"
- "On Mon, 2016-03-28 at 15:36 +0100, Jose Abreu wrote:\n"
+ "On Mon, 2016-03-28@15:36 +0100, Jose Abreu wrote:\n"
  "> HDMI audio support was added to the AXS board using an\n"
  "> I2S cpu driver and a custom platform driver.\n"
  "> \n"
@@ -33,35 +16,35 @@
  "> rates 32k, 44.1k and 48k. ALSA Simple audio card is used to\n"
  "> glue the cpu, platform and codec driver (adv7511).\n"
  "> \n"
- "> Signed-off-by: Jose Abreu <joabreu@synopsys.com>\n"
+ "> Signed-off-by: Jose Abreu <joabreu at synopsys.com>\n"
  "> ---\n"
  "> \n"
  "> No changes v1 -> v2.\n"
  "> \n"
- "> \302\240sound/soc/dwc/Kconfig\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2401 +\n"
- "> \302\240sound/soc/dwc/designware_i2s.c | 385 +++++++++++++++++++++++++++++++++++++++--\n"
- "> \302\2402 files changed, 373 insertions(+), 13 deletions(-)\n"
+ "> ?sound/soc/dwc/Kconfig??????????|???1 +\n"
+ "> ?sound/soc/dwc/designware_i2s.c | 385 +++++++++++++++++++++++++++++++++++++++--\n"
+ "> ?2 files changed, 373 insertions(+), 13 deletions(-)\n"
  "> \n"
  "> diff --git a/sound/soc/dwc/Kconfig b/sound/soc/dwc/Kconfig\n"
  "> index d50e085..bc3fae7 100644\n"
  "> --- a/sound/soc/dwc/Kconfig\n"
  "> +++ b/sound/soc/dwc/Kconfig\n"
  "> @@ -2,6 +2,7 @@ config SND_DESIGNWARE_I2S\n"
- "> \302\240\ttristate \"Synopsys I2S Device Driver\"\n"
- "> \302\240\tdepends on CLKDEV_LOOKUP\n"
- "> \302\240\tselect SND_SOC_GENERIC_DMAENGINE_PCM\n"
+ "> ?\ttristate \"Synopsys I2S Device Driver\"\n"
+ "> ?\tdepends on CLKDEV_LOOKUP\n"
+ "> ?\tselect SND_SOC_GENERIC_DMAENGINE_PCM\n"
  "> +\tselect SND_SIMPLE_CARD\n"
- "> \302\240\thelp\n"
- "> \302\240\t\302\240Say Y or M if you want to add support for I2S driver for\n"
- "> \302\240\t\302\240Synopsys desigwnware I2S device. The device supports upto\n"
+ "> ?\thelp\n"
+ "> ?\t?Say Y or M if you want to add support for I2S driver for\n"
+ "> ?\t?Synopsys desigwnware I2S device. The device supports upto\n"
  "> diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c\n"
  "> index bff258d..0f2f588 100644\n"
  "> --- a/sound/soc/dwc/designware_i2s.c\n"
  "> +++ b/sound/soc/dwc/designware_i2s.c\n"
  "> @@ -84,11 +84,37 @@\n"
- "> \302\240#define MAX_CHANNEL_NUM\t\t8\n"
- "> \302\240#define MIN_CHANNEL_NUM\t\t2\n"
- "> \302\240\n"
+ "> ?#define MAX_CHANNEL_NUM\t\t8\n"
+ "> ?#define MIN_CHANNEL_NUM\t\t2\n"
+ "> ?\n"
  "> +/* FPGA Version Info */\n"
  "> +#define FPGA_VER_INFO\t0xE0011230\n"
  "> +#define FPGA_VER_27M\t0x000FBED9\n"
@@ -73,7 +56,7 @@
  "> +#define PLL_ODIV1_ADDR\t0xE00100AC\n"
  "\n"
  "Well I think all is not acceptable.\n"
- "See all these\302\240FPGA_VER_xxx as well as\302\240PLL_xxx\n"
+ "See all these?FPGA_VER_xxx as well as?PLL_xxx\n"
  "are strictly ARC SDP specific things and have nothing to do with generic driver.\n"
  "\n"
  "That's so pity we don't have a driver for all clocks/PLLs on ARC SDP yet.\n"
@@ -99,8 +82,8 @@
  "> +\t{ 44100, 16, 0x104, 0x596, 0x10D35, 0x2000 },\n"
  "> +\t{ 48000, 16, 0x208, 0xA28, 0x10B2C, 0x2000 },\n"
  "> +\t{ 0, 0, 0, 0, 0, 0 },\n"
- "> \302\240};\n"
- "> \302\240\n"
+ "> ?};\n"
+ "> ?\n"
  "> +static const struct dw_i2s_pll dw_i2s_pll_cfg_28m[] = {\n"
  "> +\t/* 28.224Mhz */\n"
  "> +\t{ 32000, 16, 0x82, 0x105, 0x107DF, 0x2000 },\n"
@@ -139,9 +122,6 @@
  "\n"
  "Ditto.\n"
  "\n"
- "-Alexey--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ -Alexey
 
-a7214bd4f38bb22f866038993cba47776dc87d95142e4dbff9790c412ff7ade6
+c4d3bfa6384cb11141f0c16a2eea968facc0058a7b547bf79545a8c489fb5743

diff --git a/a/1.txt b/N2/1.txt
index 0b8344b..42c86c5 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -114,7 +114,4 @@ These 2 hunks as well should go in ARC SDP clocks.
 
 Ditto.
 
--Alexey--
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
+-Alexey
diff --git a/a/content_digest b/N2/content_digest
index 39cf3af..5b2dc56 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,26 +1,36 @@
  "ref\0cover.1459174494.git.joabreu@synopsys.com\0"
  "ref\0538be366488bf0d7633d702f2d0bab16707b7a47.1459174494.git.joabreu@synopsys.com\0"
- "ref\0538be366488bf0d7633d702f2d0bab16707b7a47.1459174494.git.joabreu-HKixBCOQz3hWk0Htik3J/w@public.gmane.org\0"
- "From\0Alexey Brodkin <Alexey.Brodkin-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>\0"
+ "From\0Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0"
  "Subject\0Re: [PATCH 2/3 v2] ASoC: dwc: Add I2S HDMI audio support\0"
  "Date\0Mon, 28 Mar 2016 15:35:46 +0000\0"
- "To\0Jose Abreu <Jose.Abreu-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>\0"
- "Cc\0lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>"
-  laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org <laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
-  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  pawel.moll-5wv7dgnIgG8@public.gmane.org <pawel.moll-5wv7dgnIgG8@public.gmane.org>
-  Carlos Palminha <CARLOS.PALMINHA-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
-  nariman-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org <nariman-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  ville.syrjala-VuQAYsv1563Yd54FQh9/CA@public.gmane.org <ville.syrjala-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
-  alexander.deucher-5C7GfCeVMHo@public.gmane.org <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
-  tixy-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org <tixy-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  yitian.bu-sf4bEIuTEZ8/jFmSBShxMA@public.gmane.org <yitian.bu-sf4bEIuTEZ8/jFmSBShxMA@public.gmane.org>
-  linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
-  broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  mark.rutland-5wv7dgnIgG8@public.gmane.org <mark.rutland-5wv7dgnIgG8@public.gmane.org>
- " galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org <galak@codea>\0"
+ "To\0Jose Abreu <Jose.Abreu@synopsys.com>\0"
+ "Cc\0lars@metafoo.de <lars@metafoo.de>"
+  laurent.pinchart+renesas@ideasonboard.com <laurent.pinchart+renesas@ideasonboard.com>
+  robh+dt@kernel.org <robh+dt@kernel.org>
+  pawel.moll@arm.com <pawel.moll@arm.com>
+  Carlos Palminha <CARLOS.PALMINHA@synopsys.com>
+  nariman@opensource.wolfsonmicro.com <nariman@opensource.wolfsonmicro.com>
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
+  ville.syrjala@linux.intel.com <ville.syrjala@linux.intel.com>
+  alexander.deucher@amd.com <alexander.deucher@amd.com>
+  tixy@linaro.org <tixy@linaro.org>
+  yitian.bu@tangramtek.com <yitian.bu@tangramtek.com>
+  linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org>
+  broonie@kernel.org <broonie@kernel.org>
+  mark.rutland@arm.com <mark.rutland@arm.com>
+  galak@codeaurora.org <galak@codeaurora.org>
+  ijc+devicetree@hellion.org.uk <ijc+devicetree@hellion.org.uk>
+  tiwai@suse.com <tiwai@suse.com>
+  buyitian@gmail.com <buyitian@gmail.com>
+  lgirdwood@gmail.com <lgirdwood@gmail.com>
+  Vineet Gupta <Vineet.Gupta1@synopsys.com>
+  wsa+renesas@sang-engineering.com <wsa+renesas@sang-engineering.com>
+  airlied@linux.ie <airlied@linux.ie>
+  Maruthi.Bayyavarapu@amd.com <Maruthi.Bayyavarapu@amd.com>
+  perex@perex.cz <perex@perex.cz>
+  dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org>
+ " alsa-devel@alsa-project.org <alsa-devel@alsa-project.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Jose,\n"
@@ -139,9 +149,6 @@
  "\n"
  "Ditto.\n"
  "\n"
- "-Alexey--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ -Alexey
 
-a7214bd4f38bb22f866038993cba47776dc87d95142e4dbff9790c412ff7ade6
+936c085b02f8d565e86e6878c40d2ce99f2a48432edef84e1f51749b6c2eea01

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.