zephyr/drivers/sensor/lis2mdl
Armando Visconti 59812961f2 drivers/sensor: lis2mdl: Fix errors when CONFIG_PM_DEVICE=y
Fix a couple of issues related to Power Management:

    1. A build error because 'dev' was used even if not declared
       in the caller routine scope
    2. The lis2mdl power management init specific routine was
       not declared in in the device instance definition

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2021-07-15 11:50:00 -04:00
..
CMakeLists.txt drivers: sensor: clean up zephyr_library calls 2021-06-30 09:36:33 -04:00
Kconfig drivers/sensor: lis2mdl: Add multi-instance support 2021-06-04 16:29:45 -05:00
lis2mdl.c drivers/sensor: lis2mdl: Fix errors when CONFIG_PM_DEVICE=y 2021-07-15 11:50:00 -04:00
lis2mdl.h pm: use enum for device PM states 2021-07-07 14:13:12 -04:00
lis2mdl_trigger.c drivers/sensor: lis2mdl: Add multi-instance support 2021-06-04 16:29:45 -05:00