]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (lis3lv02d) Convert SPI to dev_pm_ops
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 20 Jan 2011 21:27:56 +0000 (21:27 +0000)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Tue, 15 Mar 2011 05:36:25 +0000 (22:36 -0700)
commit87363c1aaab40e4cef7fb3b86a4a780d6335834f
treee85ffd868d83a26f45d3f1b1a1d5b486d5bb5e6f
parente831ffb92040ca14733d48ca01d7f4052e12134a
hwmon: (lis3lv02d) Convert SPI to dev_pm_ops

There is a move to deprecate bus-specific PM operations and move to
using dev_pm_ops instead in order to reduce the amount of boilerplate
code in buses and facilitiate updates to the PM core. Do this move for
the lis3lv02d SPI driver.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/lis3lv02d_spi.c