RE: [PATCH 2/2] mach-ux500: Add CG2900 devices
From: Par-Gunnar HJALMDAHL <hidden>
Date: 2011-03-23 14:36:10
Also in:
lkml
Hi Greg,
-----Original Message----- From: Greg KH [mailto:gregkh@suse.de] Sent: den 23 mars 2011 15:27 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 =20 On Wed, Mar 23, 2011 at 03:00:03PM +0100, Par-Gunnar Hjalmdahl wrote:quoted
This patch adds the board specific data for the CG2900 driver on a UX500 board. Signed-off-by: Par-Gunnar Hjalmdahl <par-gunnar.p.hjalmdahl@stericsson.com>quoted
Acked-by: Linus Walleij <redacted> --- arch/arm/mach-ux500/Makefile | 4 + arch/arm/mach-ux500/board-mop500.c | 160 ++++++++++++++++ arch/arm/mach-ux500/devices-cg2900.c | 349++++++++++++++++++++++++++++++++++quoted
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=20 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? =20 thanks, =20 greg k-h
I've been discussing this with Linus Walleij, who is the maintainer of arch/arm/mach-ux500. He suggested that I should let this be a separate patch and that I should include it in the same patch set where he would pick the patch from it. I guess he will respond soon since he's on cc. /P-G