public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Andrey A. Porodko" <andrey.porodko@gmail.com>
To: "A. Porodko" <panda@chelcom.ru>
Cc: Kevin 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
Subject: Re: Patch for MSP430 and SOC audio support for Neuros OSD2 platform code.
Date: Tue, 08 Dec 2009 21:00:45 +0500	[thread overview]
Message-ID: <4B1E782D.3000102@gmail.com> (raw)
In-Reply-To: <4B1BC0E7.1010403@chelcom.ru>


Hello,

Please, consider this patch for Neuros OSD2 platform code. Particular
drivers code have been sent to consideration of respective maintainers.

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
 


  reply	other threads:[~2009-12-08 16:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-06 14:34 Patch for MSP430 and SOC audio support for Neuros OSD2 platform code A. Porodko
2009-12-08 16:00 ` Andrey A. Porodko [this message]
     [not found]   ` <87pr6p2z5z.fsf@deeprootsystems.com>
2009-12-16  9:20     ` Andrey A. Porodko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B1E782D.3000102@gmail.com \
    --to=andrey.porodko@gmail.com \
    --cc=davinci-linux-open-source@linux.davincidsp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=panda@chelcom.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox