[PATCH 5/7] spi: cadence: Runtime pm adaptation

2016-04-05 Thread Shubhrajyoti Datta
Currently the clocks are enabled at probe and disabled at remove. This patch moves the clock enable to the start of transaction and disables at the end. Signed-off-by: Shubhrajyoti Datta --- drivers/spi/spi-cadence.c | 70 +++- 1

[PATCH 5/7] spi: cadence: Runtime pm adaptation

2016-04-05 Thread Shubhrajyoti Datta
Currently the clocks are enabled at probe and disabled at remove. This patch moves the clock enable to the start of transaction and disables at the end. Signed-off-by: Shubhrajyoti Datta --- drivers/spi/spi-cadence.c | 70 +++- 1 files changed, 68