Re: [Patch v2 2/3] spi: qup: Fix order of spi_register_master

2014-06-21 Thread Mark Brown
On Thu, Jun 12, 2014 at 02:34:11PM -0500, Andy Gross wrote: 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. Applied, thanks. signature.asc

[Patch v2 2/3] spi: qup: Fix order of spi_register_master

2014-06-12 Thread Andy Gross
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 agr...@codeaurora.org Acked-by: Ivan T. Ivanov iiva...@mm-sol.com ---