zephyr/tests
Ramakrishna Pallala e1639b5345 device: Extend device_set_power_state API to support async requests
The existing device_set_power_state() API works only in synchronous
mode and this is not desirable for devices(ex: Gyro) which take
longer time (few 100 mSec) to suspend/resume.

To support async mode, a new callback argument is added to the API.
The device drivers can asynchronously suspend/resume and call the
callback function upon completion of the async request.

This commit adds the missing callback parameter to all the drivers
to make it compliant with the new API.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2019-03-14 14:26:15 +01:00
..
application_development cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
benchmarks all: Update reserved function names 2019-03-11 13:48:42 -04:00
bluetooth tests: bluetooth: MESH shell is observer not central 2019-03-05 11:22:39 +01:00
boards tests/boards/intel_s1000_crb: fix potential uninit variables 2019-02-26 01:44:42 +01:00
booting/stub cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
cmsis_rtos_v1 tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 13:02:20 -06:00
cmsis_rtos_v2 all: Update reserved function names 2019-03-11 13:48:42 -04:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto mbedtls: provide user mode access 2019-03-05 08:27:20 -05:00
drivers tests: drivers: counter: Fix coverity issues 2019-03-13 09:08:55 -05:00
kernel device: Extend device_set_power_state API to support async requests 2019-03-14 14:26:15 +01:00
lib all: Update reserved function names 2019-03-11 13:48:42 -04:00
misc tests: util: Add UTIL_LISTIFY tests 2019-02-11 09:28:14 -05:00
net tests: net: mld: Check null ptr dereference 2019-03-14 13:01:01 +01:00
posix posix/pthreads: fix pthread_barrier_wait() behavior to match Posix 2019-03-02 03:40:06 +01:00
shell shell: Deprecate macros for subcommands creation 2019-02-20 07:31:35 -05:00
subsys tests/subsys/fs/nffs_fs_api: build ram back-end only for qemu_x86 2019-03-09 10:34:17 -05:00
unit tests: move testsuite and configs into subsys/ 2019-02-22 08:58:40 -05:00
ztest tests: move testsuite and configs into subsys/ 2019-02-22 08:58:40 -05:00