zephyr/drivers/modem
Wouter Cappelle ebed957005 modem: Update modem sockets poll to allow eventfd
The modem sockets poll implementation does not allow
a combination of poll on modem sockets and on other sockets
like eventfd. This blocks trivial application signalling. Current
users are using a poll timeout, which needs to check if other
work needs to be done in the thread (eg: lwm2m engine).
To allow proper signalling with eventfd, the non offload poll
methods needs to work for the modem sockets.
This commit is implementing this for POLLIN.

Signed-off-by: Wouter Cappelle <wouter.cappelle@crodeon.com>
2021-11-11 19:12:46 -05:00
..
CMakeLists.txt
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
gsm_ppp.c drivers: modem: improve modem context RSSI member 2021-11-07 15:02:43 +02:00
hl7800.c modem: hl7800: remove NEWLIB_LIBC dependency 2021-11-09 11:19:02 +01:00
modem_cmd_handler.c
modem_cmd_handler.h
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
modem_pin.c
modem_receiver.c
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