From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register} Date: Thu, 10 Nov 2011 09:37:18 -0800 Message-ID: <87ehxfg9pt.fsf@ti.com> References: <1318851662-637-1-git-send-email-ohad@wizery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog107.obsmtp.com ([74.125.149.197]:42294 "EHLO na3sys009aog107.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751141Ab1KJRhX (ORCPT ); Thu, 10 Nov 2011 12:37:23 -0500 Received: by mail-vx0-f180.google.com with SMTP id fo1so4076064vcb.39 for ; Thu, 10 Nov 2011 09:37:22 -0800 (PST) In-Reply-To: (Ohad Ben-Cohen's message of "Wed, 9 Nov 2011 11:34:13 +0200") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Ohad Ben-Cohen Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Cousson Benoit Ohad Ben-Cohen writes: > Hi Kevin, > > On Mon, Oct 17, 2011 at 1:41 PM, Ohad Ben-Cohen wrote: >> Expose omap_device_{alloc, delete, register} so we can use them outside >> of omap_device.c. > > Can you please take this one ? Yes, will queue for v3.3. > Please tell me if you want a refreshed version against 3.2-rc1. Current version is fine. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Thu, 10 Nov 2011 09:37:18 -0800 Subject: [PATCH] ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register} In-Reply-To: (Ohad Ben-Cohen's message of "Wed, 9 Nov 2011 11:34:13 +0200") References: <1318851662-637-1-git-send-email-ohad@wizery.com> Message-ID: <87ehxfg9pt.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Ohad Ben-Cohen writes: > Hi Kevin, > > On Mon, Oct 17, 2011 at 1:41 PM, Ohad Ben-Cohen wrote: >> Expose omap_device_{alloc, delete, register} so we can use them outside >> of omap_device.c. > > Can you please take this one ? Yes, will queue for v3.3. > Please tell me if you want a refreshed version against 3.2-rc1. Current version is fine. Kevin