Re: [PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-03 Thread Mark Brown
On Wed, Jul 03, 2013 at 04:12:39PM -0500, H Hartley Sweeten wrote: > This commit is in linux-next which is what the patch series was based on. > I'm not sure what branch you applied that patch to. I'll apply anything to topic/ep83xx branch. Which I'll probably rebase against spi-v3.11 now since

RE: [PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-03 Thread H Hartley Sweeten
On Wednesday, July 03, 2013 11:21 AM, Mark Brown wrote: > On Tue, Jul 02, 2013 at 10:08:21AM -0700, H Hartley Sweeten wrote: >> Use devm_clk_get() so that the clk_put() happens automatically when >> the last reference to this driver is dropped. > > This doesn't apply against current code - always

RE: [PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-03 Thread H Hartley Sweeten
On Wednesday, July 03, 2013 11:21 AM, Mark Brown wrote: > On Tue, Jul 02, 2013 at 10:08:21AM -0700, H Hartley Sweeten wrote: >> Use devm_clk_get() so that the clk_put() happens automatically when >> the last reference to this driver is dropped. > > This doesn't apply against current code - always

Re: [PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-03 Thread Mark Brown
On Tue, Jul 02, 2013 at 10:08:21AM -0700, H Hartley Sweeten wrote: > Use devm_clk_get() so that the clk_put() happens automatically when > the last reference to this driver is dropped. This doesn't apply against current code - always submit against the relevant development tree, in this case

Re: [PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-03 Thread Mika Westerberg
On Tue, Jul 02, 2013 at 10:08:21AM -0700, H Hartley Sweeten wrote: > Use devm_clk_get() so that the clk_put() happens automatically when > the last reference to this driver is dropped. > > Signed-off-by: H Hartley Sweeten > Cc: Ryan Mallon > Cc: Mika Westerberg Acked-by: Mika Westerberg --

Re: [PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-03 Thread Mika Westerberg
On Tue, Jul 02, 2013 at 10:08:21AM -0700, H Hartley Sweeten wrote: Use devm_clk_get() so that the clk_put() happens automatically when the last reference to this driver is dropped. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ryan Mallon rmal...@gmail.com Cc: Mika

Re: [PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-03 Thread Mark Brown
On Tue, Jul 02, 2013 at 10:08:21AM -0700, H Hartley Sweeten wrote: Use devm_clk_get() so that the clk_put() happens automatically when the last reference to this driver is dropped. This doesn't apply against current code - always submit against the relevant development tree, in this case

RE: [PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-03 Thread H Hartley Sweeten
On Wednesday, July 03, 2013 11:21 AM, Mark Brown wrote: On Tue, Jul 02, 2013 at 10:08:21AM -0700, H Hartley Sweeten wrote: Use devm_clk_get() so that the clk_put() happens automatically when the last reference to this driver is dropped. This doesn't apply against current code - always submit

RE: [PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-03 Thread H Hartley Sweeten
On Wednesday, July 03, 2013 11:21 AM, Mark Brown wrote: On Tue, Jul 02, 2013 at 10:08:21AM -0700, H Hartley Sweeten wrote: Use devm_clk_get() so that the clk_put() happens automatically when the last reference to this driver is dropped. This doesn't apply against current code - always submit

Re: [PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-03 Thread Mark Brown
On Wed, Jul 03, 2013 at 04:12:39PM -0500, H Hartley Sweeten wrote: This commit is in linux-next which is what the patch series was based on. I'm not sure what branch you applied that patch to. I'll apply anything to topic/ep83xx branch. Which I'll probably rebase against spi-v3.11 now since

[PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-02 Thread H Hartley Sweeten
Use devm_clk_get() so that the clk_put() happens automatically when the last reference to this driver is dropped. Signed-off-by: H Hartley Sweeten Cc: Ryan Mallon Cc: Mika Westerberg Cc: Mark Brown Cc: Grant Likely --- drivers/spi/spi-ep93xx.c | 9 +++-- 1 file changed, 3 insertions(+),

[PATCH v2 05/11] spi: spi-ep93xx: use devm_clk_get()

2013-07-02 Thread H Hartley Sweeten
Use devm_clk_get() so that the clk_put() happens automatically when the last reference to this driver is dropped. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ryan Mallon rmal...@gmail.com Cc: Mika Westerberg mika.westerb...@iki.fi Cc: Mark Brown broo...@kernel.org Cc: Grant