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

2013-08-26 Thread Jisheng Zhang
Dear Jason, On Mon, 26 Aug 2013 20:22:37 -0700 Jason Cooper wrote: > On Tue, Aug 27, 2013 at 11:01:20AM +0800, Jisheng Zhang wrote: > > Dear Jason, > > > > On Mon, 26 Aug 2013 13:45:23 -0700 > > Jason Cooper wrote: > > > > > On Mon, Aug 26, 2013 at 07:36:55PM +0800, Jisheng Zhang wrote: > > >

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

2013-08-26 Thread Jason Cooper
On Tue, Aug 27, 2013 at 11:01:20AM +0800, Jisheng Zhang wrote: > Dear Jason, > > On Mon, 26 Aug 2013 13:45:23 -0700 > Jason Cooper wrote: > > > On Mon, Aug 26, 2013 at 07:36:55PM +0800, Jisheng Zhang wrote: > > > These patches try to fix resource leak by adding missing of_node_put(), > > > iounm

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

2013-08-26 Thread Jisheng Zhang
Dear Jason, On Mon, 26 Aug 2013 13:45:23 -0700 Jason Cooper wrote: > On Mon, Aug 26, 2013 at 07:36:55PM +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. > > > > v4: > > - re-gener

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

2013-08-26 Thread Jason Cooper
On Mon, Aug 26, 2013 at 07:36:55PM +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. > > v4: > - re-generate since Ezequiel's patches add DT support to the > mvebu-mbus driver grrr. I h

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

2013-08-26 Thread Jisheng Zhang
These patches try to fix resource leak by adding missing of_node_put(), iounmap or using devm_ioremap_resource() if available. v4: - re-generate since Ezequiel's patches add DT support to the mvebu-mbus driver v3: - remove the clk patch since it's already taken by Mike - Add more commit log