zephyr/drivers/pwm
Iván Briano 1a47abe5bf pwm qmsi: Add suspend/resume
Implement saving and restoring context of the PWM controller when the
application goes to SYS_PM_DEEP_SLEEP. No action is taken for other
states at the moment.

This functionality is implemented in the shim driver first to enable
the feature, but will later be moved into QMSI.

Change-Id: I5784f6a2c63caaea5785ca5d92bb6cc3bc9fa4cc
Signed-off-by: Iván Briano <ivan.briano@intel.com>
2016-08-02 06:48:21 +00:00
..
Kconfig
Kconfig.dw pwm: unify driver names 2016-04-22 20:46:29 -04:00
Kconfig.k64 sys_log: replace debug macros at Freescale K64 PWM driver 2016-07-31 18:15:24 +00:00
Kconfig.pca9685 pwm: unify driver names 2016-04-22 20:46:29 -04:00
Kconfig.qmsi qmsi: pwm: Use locking mechanism to guard critical regions 2016-07-28 15:29:49 +00:00
Makefile
pwm_dw.c pwm: Remove suspend and resume hooks from pwm_driver_api 2016-07-29 23:10:09 +00:00
pwm_k64_ftm.c sys_log: replace debug macros at Freescale K64 PWM driver 2016-07-31 18:15:24 +00:00
pwm_k64_ftm.h
pwm_pca9685.c pwm: Remove suspend and resume hooks from pwm_driver_api 2016-07-29 23:10:09 +00:00
pwm_pca9685.h
pwm_qmsi.c pwm qmsi: Add suspend/resume 2016-08-02 06:48:21 +00:00