Searched hist:"045 c243a511c8b688d36659cc3f781e84e9c2ddb" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-qup.c | diff 045c243a511c8b688d36659cc3f781e84e9c2ddb Thu Jun 12 14:34:11 CDT 2014 Andy Gross <agross@codeaurora.org> spi: qup: Fix order of spi_register_master
This patch moves the devm_spi_register_master below the initialization of the runtime_pm. If done in the wrong order, the spi_register_master fails if any probed slave devices issue SPI transactions.
Signed-off-by: Andy Gross <agross@codeaurora.org> Acked-by: Ivan T. Ivanov <iivanov@mm-sol.com> Signed-off-by: Mark Brown <broonie@linaro.org>
|