zephyr/drivers/modem
Peter Bigot 97106bf95e drivers: modem: clean up pin configuration
After startup ublox-sara-r4 code sets the MDM_POWER signal to input
using a deprecated configuration macro.  This was the only use of the
modem context API to configure a pin.

Refactor the API to not take the flags as an input but instead select
between the flags to be used when the pin is active and a disconnected
state.  Use this API instead of a separate direct configure call when
initializing the modem pins.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-02-05 12:00:36 +01:00
..
CMakeLists.txt drivers: modem: Support GSM modems and PPP 2020-01-28 12:44:17 +02:00
gsm_ppp.c drivers: modem: gsm: Use modem log level instead of ppp 2020-02-05 10:19:15 +02:00
Kconfig drivers: modem: Support GSM modems and PPP 2020-01-28 12:44:17 +02:00
Kconfig.gsm drivers: modem: Support GSM modems and PPP 2020-01-28 12:44:17 +02:00
Kconfig.ublox-sara-r4 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.wncm14a2a kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
modem_cmd_handler.c
modem_cmd_handler.h
modem_context.c
modem_context.h drivers: modem: clean up pin configuration 2020-02-05 12:00:36 +01:00
modem_iface_uart.c
modem_iface_uart.h drivers: modem: Document UART device name 2019-12-02 15:34:45 +01:00
modem_pin.c drivers: modem: clean up pin configuration 2020-02-05 12:00:36 +01:00
modem_receiver.c
modem_receiver.h
modem_shell.c
modem_socket.c drivers: modem: ublox-sara-r4: Rework offloading mechanism 2020-01-31 11:36:02 -05:00
modem_socket.h drivers: modem: ublox-sara-r4: Rework offloading mechanism 2020-01-31 11:36:02 -05:00
ublox-sara-r4.c drivers: modem: clean up pin configuration 2020-02-05 12:00:36 +01:00
wncm14a2a.c drivers: modem: wncm14a2a: Convert to the new GPIO API 2020-02-05 12:00:36 +01:00