zephyr/drivers/modem
Gerard Marull-Paretas 89a4f36fc8 device: remove inclusion of pm/device.h
The device PM subsystem _depends_ on device, not vice-versa. Devices
only hold a reference to struct pm_device now, and initialize this
reference with the value provided in Z_DEVICE_DEFINE. This requirement
can be solved with a forward struct declaration, meaning there is no
need to include device PM headers.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-11-29 11:08:38 +01:00
..
CMakeLists.txt drivers: modem: build as static library 2021-08-17 06:06:03 -04:00
gsm_ppp.c drivers: modem: improve modem context RSSI member 2021-11-07 15:02:43 +02:00
hl7800.c pm: Use pm_device_action_run instead of state_set 2021-11-24 14:21:50 -05:00
Kconfig kconfig: drivers: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
Kconfig.gsm drivers: modem: gsm_ppp: Add support for Quectel modems 2021-09-23 08:40:10 -04:00
Kconfig.hl7800 modem: hl7800: Add address family config 2021-09-23 04:15:55 -04:00
Kconfig.quectel-bg9x drivers: gpio: remove unused GPIO selection 2021-09-28 12:13:23 +02:00
Kconfig.ublox-sara-r4 drivers: gpio: remove unused GPIO selection 2021-09-28 12:13:23 +02:00
Kconfig.wncm14a2a
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 drivers: modem: Fix reference to stack in modem_context_sprint_ip_addr 2021-10-01 11:06:32 -04:00
modem_context.h drivers: modem: improve modem context RSSI member 2021-11-07 15:02:43 +02:00
modem_iface_uart.c driver: modem: Fix mux device name comparison 2021-11-06 10:20:42 -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 device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
modem_receiver.h drivers: modem: improve modem context RSSI member 2021-11-07 15:02:43 +02:00
modem_shell.c drivers: modem: improve modem context RSSI member 2021-11-07 15:02:43 +02:00
modem_socket.c modem: Update modem sockets poll to allow eventfd 2021-11-11 19:12:46 -05:00
modem_socket.h modem: Update modem sockets poll to allow eventfd 2021-11-11 19:12:46 -05:00
quectel-bg9x.c modem: Update modem sockets poll to allow eventfd 2021-11-11 19:12:46 -05:00
quectel-bg9x.h drivers: modem: improve modem context RSSI member 2021-11-07 15:02:43 +02:00
ublox-sara-r4.c modem: Update modem sockets poll to allow eventfd 2021-11-11 19:12:46 -05:00
wncm14a2a.c drivers: modem: improve modem context RSSI member 2021-11-07 15:02:43 +02:00