Go to file
Iván Briano bce65437c0 spi: intel: Move suspend and resume hooks to pm_ops
The suspend and resume hooks in the spi_driver_api struct are relics
from before the current power management infrastructure was in place.
The correct way to implement this now is through the device_pm_ops
struct, by way of the DEFINE_DEVICE_PM_OPS and DEVICE_AND_API_INIT_PM
macros, which make the hooks available through a generic mechanism for
all devices, rather than using per-type APIs.

Since the existing spi_suspend() and spi_resume() functions don't check
if the driver_api hooks are NULL, there's now a place holder function
to prevent breaking functionality until the hooks are removed.

Change-Id: I48287c58e9a8649d3e1be7547e3d0d293c84327a
Signed-off-by: Iván Briano <ivan.briano@intel.com>
2016-07-29 23:10:09 +00:00
.known-issues
arch qemu_nios2: increase RAM size 2016-07-29 20:47:11 +00:00
boards board: nitrogen: Add support for the Nitrogen board 2016-07-29 14:08:06 +00:00
doc board: nitrogen: Add support for the Nitrogen board 2016-07-29 14:08:06 +00:00
drivers spi: intel: Move suspend and resume hooks to pm_ops 2016-07-29 23:10:09 +00:00
ext fs: Update FatFs Kconfig names 2016-07-29 19:12:43 +00:00
include pwm: Remove suspend and resume hooks from pwm_driver_api 2016-07-29 23:10:09 +00:00
kernel
lib
misc
net net: contiki: Prevent a null dereference 2016-07-29 18:05:45 +00:00
samples samples/net/mqtt: Update README file for Debian/Ubuntu users 2016-07-29 19:14:42 +00:00
scripts
tests
usb
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile
Makefile.inc
zephyr-env.sh