[PATCH V2] spi/pl022: Enable clock in probe

2011-11-03 Thread Ulf Hansson
Make sure we enable the clock before leaving probe. Signed-off-by: Ulf Hansson ulf.hans...@stericsson.com --- Changes in v2: -Remove runtime_idle --- drivers/spi/spi-pl022.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/spi/spi-pl022.c

Re: [PATCH V2] spi/pl022: Enable clock in probe

2011-11-03 Thread Linus Walleij
On Thu, Nov 3, 2011 at 4:55 PM, Ulf Hansson ulf.hans...@stericsson.com wrote: Make sure we enable the clock before leaving probe. Signed-off-by: Ulf Hansson ulf.hans...@stericsson.com --- Changes in v2:        -Remove runtime_idle Looking good Acked-by: Linus Walleij