From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v5 1/4] genalloc: add a global pool list, allow to find pools by phys address Date: Thu, 25 Oct 2012 11:56:50 -0700 Message-ID: <20121025185650.GA13639@kroah.com> References: <1350570453-24546-1-git-send-email-p.zabel@pengutronix.de> <1350570453-24546-2-git-send-email-p.zabel@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1350570453-24546-2-git-send-email-p.zabel@pengutronix.de> Sender: linux-kernel-owner@vger.kernel.org To: Philipp Zabel Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Grant Likely , Rob Herring , Paul Gortmaker , Shawn Guo , Richard Zhao , Huang Shijie , Dong Aisheng , Matt Porter , kernel@pengutronix.de, devicetree-discuss@lists.ozlabs.org List-Id: devicetree@vger.kernel.org On Thu, Oct 18, 2012 at 04:27:30PM +0200, Philipp Zabel wrote: > This patch keeps all created pools in a global list and adds two > functions that allow to retrieve the gen_pool pointer from a known > physical address and from a device tree node. > > Signed-off-by: Philipp Zabel > Reviewed-by: Shawn Guo > --- > include/linux/genalloc.h | 14 ++++++++++ > lib/genalloc.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 81 insertions(+) I need some acks from the owners of this file (Paul and Andrew?) before I can take this series. thanks, greg k-h