https://github.com/torvalds/linux
Revision 017145fef567430789e40f6a22a90ce2a766370b authored by Axel Lin on 14 February 2014, 04:49:12 UTC, committed by Mark Brown on 05 March 2014, 03:51:02 UTC
Current code set platform drvdata to dspi. However, the code in dspi_suspend()
and dspi_resume() assumes the drvdata is the address of master.
Fix it by setting platform drvdata to master.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
1 parent 38dbfb5
History
Tip revision: 017145fef567430789e40f6a22a90ce2a766370b authored by Axel Lin on 14 February 2014, 04:49:12 UTC
spi: fsl-dspi: Fix getting correct address for master
Tip revision: 017145f
File Mode Size
.gitignore -rw-r--r-- 151 bytes
Kconfig -rw-r--r-- 5.6 KB
Makefile -rw-r--r-- 2.3 KB
gen_init_cpio.c -rw-r--r-- 12.7 KB
initramfs_data.S -rw-r--r-- 1.3 KB

back to top