All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4B1E782D.3000102@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index a7ccfd8..5c9f78e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,3 +9,45 @@ Thank you.
 P.S. Change log added.
 
 -------------------------------------------------------------------------
+>From e5aef120a1a4af6b678b8ffe6d9be1d065cb305e Mon Sep 17 00:00:00 2001
+From: Andrey Porodko <panda@chelcom.ru>
+Date: Sat, 5 Dec 2009 15:54:42 +0500
+Subject: [PATCH] Neuros OSD2 board platform code patch for supporting msp430
+ microcontroller and sound soc.
+
+Initial release. Neuros OSD2 board i2c platform data description for MSP430
+microprocessor and Audio SOC support. MSP430 firmware perform various operations.
+Such as IR remote, RTC timer and etc. Audio SOC is very similar to DM6446EVM
+board, the only difference here is i2c port address.
+
+Signed-off-by: Andrey Porodko <panda@chelcom.ru>
+---
+ arch/arm/mach-davinci/board-neuros-osd2.c |    6 ++++++
+ 1 files changed, 6 insertions(+), 0 deletions(-)
+
+diff --git a/arch/arm/mach-davinci/board-neuros-osd2.c b/arch/arm/mach-davinci/board-neuros-osd2.c
+index bd9ca07..28b3d67 100644
+--- a/arch/arm/mach-davinci/board-neuros-osd2.c
++++ b/arch/arm/mach-davinci/board-neuros-osd2.c
+@@ -202,6 +202,12 @@ static struct davinci_i2c_platform_data ntosd2_i2c_pdata = {
+ };
+ 
+ static struct i2c_board_info __initdata ntosd2_i2c_info[] =  {
++	{					/* MSP430 interface	*/
++		I2C_BOARD_INFO("davinci_msp", NTOSD2_MSP430_I2C_ADDR),
++	},
++	{
++		I2C_BOARD_INFO("tlv320aic3x", NTOSD2_AUDIOSOC_I2C_ADDR),
++	},
+ };
+ 
+ static	int ntosd2_init_i2c(void)
+-- 
+1.5.6.5
+
+-------------------------------------------------------------------------
+
+
+-- 
+Best regards
+Andrey A. Porodko
diff --git a/a/content_digest b/N1/content_digest
index 3b9f078..186007f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,12 @@
  "ref\04B1BC0E7.1010403@chelcom.ru\0"
- "From\0andrey.porodko@gmail.com (Andrey A. Porodko)\0"
- "Subject\0Patch for MSP430 and SOC audio support for Neuros OSD2 platform code.\0"
+ "From\0Andrey A. Porodko <andrey.porodko@gmail.com>\0"
+ "Subject\0Re: Patch for MSP430 and SOC audio support for Neuros OSD2 platform code.\0"
  "Date\0Tue, 08 Dec 2009 21:00:45 +0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0A. Porodko <panda@chelcom.ru>\0"
+ "Cc\0Kevin Hilman <davinci-linux-open-source@linux.davincidsp.com>"
+  Russell King <linux@arm.linux.org.uk>
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -15,6 +19,48 @@
  "\n"
  "P.S. Change log added.\n"
  "\n"
- -------------------------------------------------------------------------
+ "-------------------------------------------------------------------------\n"
+ ">From e5aef120a1a4af6b678b8ffe6d9be1d065cb305e Mon Sep 17 00:00:00 2001\n"
+ "From: Andrey Porodko <panda@chelcom.ru>\n"
+ "Date: Sat, 5 Dec 2009 15:54:42 +0500\n"
+ "Subject: [PATCH] Neuros OSD2 board platform code patch for supporting msp430\n"
+ " microcontroller and sound soc.\n"
+ "\n"
+ "Initial release. Neuros OSD2 board i2c platform data description for MSP430\n"
+ "microprocessor and Audio SOC support. MSP430 firmware perform various operations.\n"
+ "Such as IR remote, RTC timer and etc. Audio SOC is very similar to DM6446EVM\n"
+ "board, the only difference here is i2c port address.\n"
+ "\n"
+ "Signed-off-by: Andrey Porodko <panda@chelcom.ru>\n"
+ "---\n"
+ " arch/arm/mach-davinci/board-neuros-osd2.c |    6 ++++++\n"
+ " 1 files changed, 6 insertions(+), 0 deletions(-)\n"
+ "\n"
+ "diff --git a/arch/arm/mach-davinci/board-neuros-osd2.c b/arch/arm/mach-davinci/board-neuros-osd2.c\n"
+ "index bd9ca07..28b3d67 100644\n"
+ "--- a/arch/arm/mach-davinci/board-neuros-osd2.c\n"
+ "+++ b/arch/arm/mach-davinci/board-neuros-osd2.c\n"
+ "@@ -202,6 +202,12 @@ static struct davinci_i2c_platform_data ntosd2_i2c_pdata = {\n"
+ " };\n"
+ " \n"
+ " static struct i2c_board_info __initdata ntosd2_i2c_info[] =  {\n"
+ "+\t{\t\t\t\t\t/* MSP430 interface\t*/\n"
+ "+\t\tI2C_BOARD_INFO(\"davinci_msp\", NTOSD2_MSP430_I2C_ADDR),\n"
+ "+\t},\n"
+ "+\t{\n"
+ "+\t\tI2C_BOARD_INFO(\"tlv320aic3x\", NTOSD2_AUDIOSOC_I2C_ADDR),\n"
+ "+\t},\n"
+ " };\n"
+ " \n"
+ " static\tint ntosd2_init_i2c(void)\n"
+ "-- \n"
+ "1.5.6.5\n"
+ "\n"
+ "-------------------------------------------------------------------------\n"
+ "\n"
+ "\n"
+ "-- \n"
+ "Best regards\n"
+ Andrey A. Porodko
 
-b74284a5df3cf625f94dd577339a6f0511fbad0ef4bb551d95cbb8f0a964243b
+dee03f7f380550544dd4cad069dd43fceed6b1fa46d9a48dfe327ebc7afb6488

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.