From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 1/2] omap: add dsp platform device Date: Tue, 5 Oct 2010 08:56:56 -0700 Message-ID: <20101005155656.GA27130@kroah.com> References: <1286208555-8829-1-git-send-email-felipe.contreras@gmail.com> <1286208555-8829-2-git-send-email-felipe.contreras@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kroah.org ([198.145.64.141]:56010 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755315Ab0JEQK1 (ORCPT ); Tue, 5 Oct 2010 12:10:27 -0400 Content-Disposition: inline In-Reply-To: <1286208555-8829-2-git-send-email-felipe.contreras@gmail.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Contreras Cc: linux-omap , linux-main , Ohad Ben-Cohen , Tony Lindgren , Omar Ramirez Luna , Hiroshi Doyu On Mon, Oct 04, 2010 at 07:09:14PM +0300, Felipe Contreras wrote: > Otherwise tidspbridge cannot work. > > It looks like this was dropped in the conversion to staging. I took the > liberty of doing some cleaning up. > > Signed-off-by: Felipe Contreras > --- > arch/arm/mach-omap2/Makefile | 4 ++ > arch/arm/mach-omap2/dsp.c | 85 +++++++++++++++++++++++++++++++++ > arch/arm/plat-omap/common.c | 2 + > arch/arm/plat-omap/devices.c | 30 ++++++++++++ > arch/arm/plat-omap/include/plat/dsp.h | 31 ++++++++++++ I need an ack from some omap maintainers before I can take this into the staging tree. thanks, greg k-h