Re: [PATCH] of: add managed version of of_iomap()

2013-04-15 Thread Grant Likely
On Sun, 24 Mar 2013 14:58:13 +0100, Lubomir Rintel wrote: > This introduces a routine devm_of_iomap(), which acts exactly like of_iomap() > apart from that managed deivce resource subsystem takes care of reclaiming the > resources wherever appropriate. > > Signed-off-by: Lubomir Rintel > Cc: Gra

[PATCH] of: add managed version of of_iomap()

2013-03-24 Thread Lubomir Rintel
This introduces a routine devm_of_iomap(), which acts exactly like of_iomap() apart from that managed deivce resource subsystem takes care of reclaiming the resources wherever appropriate. Signed-off-by: Lubomir Rintel Cc: Grant Likely Cc: Rob Herring Cc: devicetree-disc...@lists.ozlabs.org Cc: