Re: [PATCH v9 RESEND 1/4] genalloc: add devres support, allow to find a managed pool by device

2013-03-22 Thread Michal Simek
Hi, 2013/3/20 Philipp Zabel : > This patch adds three exported functions to lib/genalloc.c: > devm_gen_pool_create, dev_get_gen_pool, and of_get_named_gen_pool. > > devm_gen_pool_create is a managed version of gen_pool_create that keeps > track of the pool via devres and allows the management

Re: [PATCH v9 RESEND 1/4] genalloc: add devres support, allow to find a managed pool by device

2013-03-22 Thread Michal Simek
Hi, 2013/3/20 Philipp Zabel p.za...@pengutronix.de: This patch adds three exported functions to lib/genalloc.c: devm_gen_pool_create, dev_get_gen_pool, and of_get_named_gen_pool. devm_gen_pool_create is a managed version of gen_pool_create that keeps track of the pool via devres and allows