Re: [PATCH v5 0/3] arm: mvebu: fix resource leak

2013-08-28 Thread Linus Walleij
On Tue, Aug 27, 2013 at 4:42 PM, Jason Cooper wrote: > On Tue, Aug 27, 2013 at 12:41:13PM +0800, Jisheng Zhang wrote: >> pinctrl: mvebu: Convert to use devm_ioremap_resource > > Previously Acked patch 3 for LinusW I've taken that one into the pinctrl tree now. Yours, Linus Walleij -- To unsub

Re: [PATCH v5 0/3] arm: mvebu: fix resource leak

2013-08-27 Thread Jason Cooper
Jisheng, On Tue, Aug 27, 2013 at 12:41:13PM +0800, Jisheng Zhang wrote: > These patches try to fix resource leak by adding missing of_node_put(), > iounmap or using devm_ioremap_resource() if available. > > v5: > - rebase against mvebu/fixes-non-critical Thanks! > v4: > - re-generate since