spi/bcm63xx: add missing spi_master_{resume,suspend} calls to PM callbacks
authorFlorian Fainelli <florian@openwrt.org>
Wed, 3 Oct 2012 09:56:54 +0000 (11:56 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 17 Oct 2012 07:13:25 +0000 (16:13 +0900)
commit965199573a9a50dae82ada92eb2b808b739ce949
tree153fb61457850cfaee67611ec53f96a2a8958086
parent61d15963176d44ba898913389b65588e717b7c59
spi/bcm63xx: add missing spi_master_{resume,suspend} calls to PM callbacks

The PM callbacks implemented by the spi-bcm63xx driver don't call
spi_master_{resume,suspend}, fix that.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/spi/spi-bcm63xx.c