diff options
author | Gerhard Sittig <gsi@denx.de> | 2013-06-03 14:03:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-04 18:22:48 +0100 |
commit | 85085898ab0fefc6e181d3b495dc34034dda2fee (patch) | |
tree | 55fe102488d7e0151fd3d06ba219876799f72302 /sound/aoa | |
parent | 5df24ea63d1eb1b3b0556817bdaf378c19f196ea (diff) |
spi: mpc512x: use the SPI subsystem's message queue
the SPI subsystem recently grew support to queue messages before handing
them to the SPI master, and erroneously emitted deprecation warnings
when the SPI master's driver did not use the common logic (in fact the
master might queue messages, but implement the queue in the master
driver's source)
[ 0.823015] mpc512x-psc-spi 80011400.psc: master is unqueued, this is deprecated
[ 0.854913] mpc512x-psc-spi 80011500.psc: master is unqueued, this is deprecated
this change makes the MPC512x PSC SPI driver use the SPI subsystem's
support to queue SPI messages and removes the master driver's private
code for the queue support
Signed-off-by: Gerhard Sittig <gsi@denx.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/aoa')
0 files changed, 0 insertions, 0 deletions