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
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
Kconfig
Kconfig.gsm
Kconfig.hl7800
Kconfig.quectel-bg9x
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
modem_cmd_handler.c
modem_cmd_handler.h
modem_context.c
modem_context.h drivers: modem: improve modem context RSSI member 2021-11-07 15:02:43 +02:00
modem_iface_uart.c
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