zephyr/drivers/power_domain
Tomasz Leman d9a416f38d power_domain: intel_adsp: code update
This patch contains several small changes to the intel adsp power
domain.

- include missing header,
- replacing sys_write32/sys_read32 with sys_write16/sys_read16 since
  DfPWRCTL is a 16 bit register,
- renaming struct to be more representing what it is,
- passing register address, not a value to the sys_read/sys_write
  functions,
- pd_intel_adsp_init is now returning actual status.

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
2022-11-30 17:46:17 -05:00
..
CMakeLists.txt
Kconfig
power_domain_gpio.c
power_domain_intel_adsp.c power_domain: intel_adsp: code update 2022-11-30 17:46:17 -05:00