Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755290AbZA3S5g (ORCPT ); Fri, 30 Jan 2009 13:57:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752906AbZA3S51 (ORCPT ); Fri, 30 Jan 2009 13:57:27 -0500 Received: from mho-01-bos.mailhop.org ([63.208.196.178]:59957 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752390AbZA3S50 (ORCPT ); Fri, 30 Jan 2009 13:57:26 -0500 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 72.249.23.125 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX189mMMDAITAiXLa2IW2aR91 Date: Fri, 30 Jan 2009 10:57:23 -0800 From: Tony Lindgren To: Hiroshi DOYU Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.arm.linux.org.uk, linux-omap@vger.kernel.org Subject: Re: [PATCH 00/10] arm: omap mailbox: add omap3 support with some fixes Message-ID: <20090130185721.GG7215@atomide.com> References: <20090116081919.17571.34378.stgit@oreo.research.nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090116081919.17571.34378.stgit@oreo.research.nokia.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2210 Lines: 52 * Hiroshi DOYU [090116 00:29]: > The following patches add omap3 support and some cleanups. > > This "omap mailbox" device driver has been used for the interprocessor > communication between ARM and some co-processors(DSP) inside of omap > SoC, which is a kind of interrupt driven FIFO. Adding the mailbox series to the omap for-next branch. Ignoring the iommu series for now as it still needs some updates. Tony > --- > > Hiroshi DOYU (10): > omap mailbox: remove unnecessary header file inclusion > omap mailbox: convert sequence bit checking to module paramter > omap mailbox: move mailbox.h into mailbox.c > omap mailbox: add save_/restore_ctx() for PM > omap mailbox: fix empty struct device for omap2 > omap mailbox: fix empty struct device for omap1 > omap mailbox: fix empty struct device for omap_mbox > omap mailbox: print hardware revision at startup > omap mailbox: add initial omap3 support > omap mailbox: cleanup omap2 register definition with macro > > > arch/arm/mach-omap1/devices.c | 2 > arch/arm/mach-omap1/mailbox.c | 31 ++-- > arch/arm/mach-omap2/devices.c | 38 ++++- > arch/arm/mach-omap2/mailbox.c | 195 +++++++++++++++++----------- > arch/arm/plat-omap/Kconfig | 8 + > arch/arm/plat-omap/include/mach/mailbox.h | 27 ++++ > arch/arm/plat-omap/include/mach/omap34xx.h | 1 > arch/arm/plat-omap/mailbox.c | 152 ++++++++++++++++------ > arch/arm/plat-omap/mailbox.h | 100 -------------- > 9 files changed, 311 insertions(+), 243 deletions(-) > delete mode 100644 arch/arm/plat-omap/mailbox.h > > -- > Hiroshi DOYU > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/