commit | d36ccd9f7ea41f343391a15677b8a858376e1107 | [log] [tgz] |
---|---|---|
author | Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> | Tue Apr 05 23:37:52 2016 +0530 |
committer | Mark Brown <broonie@kernel.org> | Tue Apr 05 11:51:10 2016 -0700 |
tree | f1187aafc0c1cbf40b5c46fb7035cd99a9373714 | |
parent | b4037360e66b90755ed73022976f10108bc82045 [diff] |
spi: cadence: Runtime pm adaptation 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 <shubhraj@xilinx.com> Signed-off-by: Mark Brown <broonie@kernel.org>