Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760146Ab2JYS44 (ORCPT ); Thu, 25 Oct 2012 14:56:56 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:62358 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760082Ab2JYS4y (ORCPT ); Thu, 25 Oct 2012 14:56:54 -0400 Date: Thu, 25 Oct 2012 11:56:50 -0700 From: Greg Kroah-Hartman 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 Subject: Re: [PATCH v5 1/4] genalloc: add a global pool list, allow to find pools by phys address 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 Content-Disposition: inline In-Reply-To: <1350570453-24546-2-git-send-email-p.zabel@pengutronix.de> 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: 886 Lines: 23 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 -- 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/