Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756417Ab1CWOar (ORCPT ); Wed, 23 Mar 2011 10:30:47 -0400 Received: from cantor2.suse.de ([195.135.220.15]:36023 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754249Ab1CWOap (ORCPT ); Wed, 23 Mar 2011 10:30:45 -0400 Date: Wed, 23 Mar 2011 07:27:19 -0700 From: Greg KH To: Par-Gunnar Hjalmdahl Cc: devel@driverdev.osuosl.org, Linus Walleij , linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, Pavan Savoy , Vitaly Wool , Alan Cox , Arnd Bergmann , Marcel Holtmann , Lukasz Rymanowski , Linus Walleij , Par-Gunnar Hjalmdahl , Lee Jones Subject: Re: [PATCH 2/2] mach-ux500: Add CG2900 devices Message-ID: <20110323142719.GA17369@suse.de> References: <1300888803-26474-1-git-send-email-par-gunnar.p.hjalmdahl@stericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1300888803-26474-1-git-send-email-par-gunnar.p.hjalmdahl@stericsson.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1267 Lines: 29 On Wed, Mar 23, 2011 at 03:00:03PM +0100, Par-Gunnar Hjalmdahl wrote: > This patch adds the board specific data for the CG2900 > driver on a UX500 board. > > Signed-off-by: Par-Gunnar Hjalmdahl > Acked-by: Linus Walleij > --- > arch/arm/mach-ux500/Makefile | 4 + > arch/arm/mach-ux500/board-mop500.c | 160 ++++++++++++++++ > arch/arm/mach-ux500/devices-cg2900.c | 349 ++++++++++++++++++++++++++++++++++ > arch/arm/mach-ux500/devices-cg2900.h | 19 ++ > 4 files changed, 532 insertions(+), 0 deletions(-) > create mode 100644 arch/arm/mach-ux500/devices-cg2900.c > create mode 100644 arch/arm/mach-ux500/devices-cg2900.h As this touches ARM specific code, I need an ack from the ARM maintainer before I can take this through the staging tree. Is there any way to make it part of your drivers/staging/ submission? There are other examples in the staging tree already that do this, why not do that here as well? thanks, greg k-h -- 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/