[PATCH v5 1/4] genalloc: add a global pool list, allow to find pools by phys address
    Greg Kroah-Hartman 
    gregkh at linuxfoundation.org
       
    Fri Oct 26 05:56:50 EST 2012
    
    
  
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 <p.zabel at pengutronix.de>
> Reviewed-by: Shawn Guo <shawn.guo at linaro.org>
> ---
>  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
    
    
More information about the devicetree-discuss
mailing list