From patchwork Tue Sep 22 14:28:57 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "C.A, Subramaniam" X-Patchwork-Id: 49309 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8MET3L1027276 for ; Tue, 22 Sep 2009 14:29:04 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755593AbZIVO27 (ORCPT ); Tue, 22 Sep 2009 10:28:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755568AbZIVO27 (ORCPT ); Tue, 22 Sep 2009 10:28:59 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:49063 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755529AbZIVO26 convert rfc822-to-8bit (ORCPT ); Tue, 22 Sep 2009 10:28:58 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id n8MESp72006846; Tue, 22 Sep 2009 09:28:52 -0500 Received: from dbde70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id n8MESoUB028008; Tue, 22 Sep 2009 19:58:50 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde70.ent.ti.com ([172.24.170.148]) with mapi; Tue, 22 Sep 2009 19:58:50 +0530 From: "C.A, Subramaniam" To: "linux-omap@vger.kernel.org" CC: "tony@atomide.com" , "Kanigeri, Hari" , Hiroshi DOYU , "Gupta, Ramesh" , "rmk@arm.linux.org.uk" Date: Tue, 22 Sep 2009 19:58:57 +0530 Subject: [PATCH 1/10] omap mailbox: Add build specific changes to support omap mailbox Thread-Topic: [PATCH 1/10] omap mailbox: Add build specific changes to support omap mailbox Thread-Index: Aco7kQVBANJnk5S4QsWSe0xajy7T+A== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From c25cd3fc0a18010a579ab6fc265009ff19e81ac7 Mon Sep 17 00:00:00 2001 From: C A Subramaniam Date: Mon, 7 Sep 2009 14:54:20 +0530 Subject: [PATCH 1/10] omap mailbox: Add build specific changes to support omap mailbox. This patch adds changes to the build related files of mailbox driver Signed-off-by: C A Subramaniam Signed-off-by: Ramesh Gupta G --- arch/arm/mach-omap2/Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 735bae5..b7be8b3 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -39,6 +39,9 @@ endif obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o +obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox_mach.o +mailbox_mach-objs := mailbox.o + iommu-y += iommu2.o iommu-$(CONFIG_ARCH_OMAP3) += omap3-iommu.o