zephyr/drivers/modem
Gerard Marull-Paretas 6d273f49bd pm: fix incorrect usages of PM_DEVICE_STATE_OFF
According to the documentation the OFF state has to be used when the
devices is fully turned off, ie, power removed. Most drivers were using
a sort of fall-through for all non-active states, leading to behaviors
not following the specifications.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-08-04 08:23:01 -04:00
..
CMakeLists.txt
Kconfig drivers: modem: implement operator id and cell info 2021-06-14 15:19:13 +02:00
Kconfig.gsm drivers: modem: RSSI measurement for PPP link 2021-07-14 21:06:30 -04:00
Kconfig.hl7800
Kconfig.quectel-bg9x
Kconfig.ublox-sara-r4 drivers: modem: ublox-sara-r4: Convert driver to new DT device macros 2021-02-15 08:31:52 -05:00
Kconfig.wncm14a2a
gsm_ppp.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
hl7800.c pm: fix incorrect usages of PM_DEVICE_STATE_OFF 2021-08-04 08:23:01 -04:00
modem_cmd_handler.c drivers: modem: Fix compiler warning 2021-08-02 11:32:02 -05:00
modem_cmd_handler.h drivers: modem: add modem_cmd_send_ext() 2021-07-28 21:08:51 -04:00
modem_context.c
modem_context.h drivers: modem: RSSI measurement for PPP link 2021-07-14 21:06:30 -04:00
modem_iface_uart.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
modem_iface_uart.h drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
modem_pin.c
modem_receiver.c pm: rename PM_DEVICE_STATE_SUSPEND to PM_DEVICE_STATE_SUSPENDED 2021-08-04 08:23:01 -04:00
modem_receiver.h drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
modem_shell.c drivers: modem: implement operator id and cell info 2021-06-14 15:19:13 +02:00
modem_socket.c modem: fix socket descriptor leak 2021-01-07 10:36:19 +02:00
modem_socket.h drivers: modem: ublox-sara-r4: add TLS offload support 2021-04-21 11:13:34 +03:00
quectel-bg9x.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
quectel-bg9x.h drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
ublox-sara-r4.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
wncm14a2a.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00