public inbox for ofono@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-06-14 15:10:35 to 2024-09-10 07:22:39 UTC [more...]

[PATCH 0/3] add support for Quectel EG916Q-GL
 2024-09-10  7:22 UTC  (3+ messages)
` [PATCH 2/3] quectel: support for EG916Q-GL
` [PATCH 3/3] atmodem: Support for Quectel EG916Q-GL modem

[PATCH v2] smsutil: check that user data length fits in internal buffer
 2024-08-13 19:40 UTC  (2+ messages)

[PATCH] smsutil: check that user data length fits in internal buffer
 2024-08-09 15:39 UTC  (3+ messages)

[PATCH] qmi: Allow qmi_qmux_device_discover be called from callback
 2024-07-30 21:13 UTC  (5+ messages)

[PATCH 0/1] Fix use-after-free
 2024-07-30 19:20 UTC  (3+ messages)
` [PATCH 1/1] Revert "cbs: Fix possible NULL dereference"

Idle Loop
 2024-07-30  3:50 UTC  (4+ messages)

Linker errors with external ELL
 2024-07-22 16:30 UTC  (3+ messages)

[PATCH 0/4] Fix issues found with static analyzer
 2024-07-18 21:20 UTC  (6+ messages)
` [PATCH 1/4] stemodem: Fix possible NULL dereference
` [PATCH 2/4] cbs: "
` [PATCH 3/4] stk: "
` [PATCH 4/4] call-settings: Fix typo

[PATCH 01/11] gobi: Limit number of premultiplexed contexts to 4
 2024-07-11 17:53 UTC  (12+ messages)
` [PATCH 02/11] gobi: Request dedicated WDS services for contexts
` [PATCH 03/11] qmi: Enable _auto_ use for some classes
` [PATCH 04/11] qmi: gprs-context: Declare qmi_service objects using _auto_
` [PATCH 05/11] qmi: Pass two dedicated WDS services to gprs-context
` [PATCH 06/11] qmi: gprs-context: Remove parsing of unused TLVs
` [PATCH 07/11] qmi: gprs-context: Treat IP family TLV as mandatory
` [PATCH 08/11] qmi: gprs-context: Set up WDS service for IPv6
` [PATCH 09/11] qmi: gprs-context: refactor detach_shutdown path
` [PATCH 10/11] qmi: gprs-context: refactor deactivate_primary
` [PATCH 11/11] qmi: gprs-context: Dual-Stack context activation support

[PATCH v2 01/11] udevng: Remove gps from setup_gobi
 2024-07-11 17:53 UTC  (13+ messages)
` [PATCH v2 02/11] build: Require at least version 0.67 when building with external ELL
` [PATCH v2 03/11] Release 2.9
` [PATCH v2 04/11] gobi: Limit number of premultiplexed contexts to 4
` [PATCH v2 05/11] gobi: Request dedicated WDS services for contexts
` [PATCH v2 06/11] qmi: Enable _auto_ use for some classes
` [PATCH v2 07/11] qmi: gprs-context: Declare qmi_service objects using _auto_
` [PATCH v2 08/11] qmi: Pass two dedicated WDS services to gprs-context
` [PATCH v2 09/11] qmi: gprs-context: Remove parsing of unused TLVs
` [PATCH v2 10/11] qmi: gprs-context: Treat IP family TLV as mandatory
` [PATCH v2 11/11] qmi: gprs-context: Set up WDS service for IPv6

[PATCH v2 01/11] gobi: Limit number of premultiplexed contexts to 4
 2024-07-11 17:53 UTC  (12+ messages)
` [PATCH v2 02/11] gobi: Request dedicated WDS services for contexts
` [PATCH v2 03/11] qmi: Enable _auto_ use for some classes
` [PATCH v2 04/11] qmi: gprs-context: Declare qmi_service objects using _auto_
` [PATCH v2 05/11] qmi: Pass two dedicated WDS services to gprs-context
` [PATCH v2 06/11] qmi: gprs-context: Remove parsing of unused TLVs
` [PATCH v2 07/11] qmi: gprs-context: Treat IP family TLV as mandatory
` [PATCH v2 08/11] qmi: gprs-context: Set up WDS service for IPv6
` [PATCH v2 09/11] qmi: gprs-context: refactor detach_shutdown path
` [PATCH v2 10/11] qmi: gprs-context: refactor deactivate_primary
` [PATCH v2 11/11] qmi: gprs-context: Dual-Stack context activation support

[PATCH 1/3] udevng: Remove Modem setting from setup_gobi
 2024-07-01 19:30 UTC  (4+ messages)
` [PATCH 2/3] udevng: Remove Diag "
` [PATCH 3/3] udevng: Remove gps "

[PATCH 1/2] udevng: use option driver for Quectel BG96 modem
 2024-06-26  0:20 UTC  (3+ messages)
` [PATCH 2/2] udevng: use option driver for Quectel EG95 modem

[PATCH v2 01/14] qmi: Introduce SERVICE_VERSION macro
 2024-06-26  0:20 UTC  (15+ messages)
` [PATCH v2 02/14] qmi: Remove control_major and control_minor
` [PATCH v2 03/14] qmi: Move service_handle allocation to service_family
` [PATCH v2 04/14] qmi: Move group id allocation out of qmi_device
` [PATCH v2 05/14] qmi: Move service_info management into qrtr/qmux
` [PATCH v2 06/14] qmi: Rename qmi_device to qmi_transport
` [PATCH v2 07/14] qmi: Separate transport from qmux/qrtr debugging
` [PATCH v2 08/14] gobi: Enable io debugging only if OFONO_QMI_IO_DEBUG is set
` [PATCH v2 09/14] qmiqrtr: "
` [PATCH v2 10/14] qmi: Move release_client operation into service_family
` [PATCH v2 11/14] qmi: Add dedicated service for qrtr
` [PATCH v2 12/14] qmi: debug print fd that QRTR data was received on
` [PATCH v2 13/14] unit: Use _auto_ to automatically tear-down test setup
` [PATCH v2 14/14] unit: Add unit test for QRTR dedicated services

[PATCH 01/13] qmi: Introduce SERVICE_VERSION macro
 2024-06-24 19:32 UTC  (13+ messages)
` [PATCH 02/13] qmi: Remove control_major and control_minor
` [PATCH 03/13] qmi: Move service_handle allocation to service_family
` [PATCH 04/13] qmi: Move group id allocation out of qmi_device
` [PATCH 05/13] qmi: Move service_info management into qrtr/qmux
` [PATCH 06/13] qmi: Rename qmi_device to qmi_transport
` [PATCH 07/13] qmi: Separate transport from qmux/qrtr debugging
` [PATCH 08/13] gobi: Enable io debugging only if OFONO_QMI_IO_DEBUG is set
` [PATCH 09/13] qmiqrtr: "
` [PATCH 10/13] qmi: Move release_client operation into service_family
` [PATCH 11/13] qmi: Add dedicated service for qrtr
` [PATCH 12/13] qmi: debug print fd that QRTR data was received on
` [PATCH 13/13] unit: Add unit test for QRTR dedicated services

qmi: differentiate between lte-cat-m1 and lte-cat-nb1
 2024-06-21 15:28 UTC  (4+ messages)

[PATCH v3 01/33] qmi: Remove qmi_free()
 2024-06-20 17:01 UTC  (34+ messages)
` [PATCH v3 02/33] qmi: Rename qmi_result_func_t
` [PATCH v3 03/33] qmi: Drop unused major/minor information
` [PATCH v3 04/33] qmi: Add qmi_qrtr_node_get_service
` [PATCH v3 05/33] plugins: Add new qrtrqmi modem driver
` [PATCH v3 06/33] gobi: Use correct attribute name in docs
` [PATCH v3 07/33] udevng: Use new qrtrqmi driver for MHI and SoC modems
` [PATCH v3 08/33] gobi: Remove qrtr support
` [PATCH v3 09/33] udevng: Do not set DeviceProtocol
` [PATCH v3 10/33] unit: Rename device to node
` [PATCH v3 11/33] qmi: Rename qmi_device_new_qrtr to qmi_qrtr_node_new
` [PATCH v3 12/33] qmi: Rename qmi_device_new_qmux to qmi_qmux_device_new
` [PATCH v3 13/33] unit: Drop use of qmi_service_create_shared
` [PATCH v3 14/33] qmi: qmux: Make shared service creation generic
` [PATCH v3 15/33] qmi: Rename qmi_device_get_service_version
` [PATCH v3 16/33] qmi: sms: Require at WMS version 1.2+
` [PATCH v3 17/33] qmi: Rework qmi_service_get_version
` [PATCH v3 18/33] qmi: break up qmi_device_free into qrtr & qmux variants
` [PATCH v3 19/33] qmi: Convert DBG statements to __debug_device
` [PATCH v3 20/33] qmi: introduce qmi_qrtr_node_lookup
` [PATCH v3 21/33] qmi: split qmi_device_has_service into QRTR and QMUX version
` [PATCH v3 22/33] qmi: split qmi_device_set_debug into QRTR and QMUX versions
` [PATCH v3 23/33] qmi: Make qmi_qrtr_node methods take struct qmi_qrtr_node
` [PATCH v3 24/33] qmi: Move expected data format handling into gobi
` [PATCH v3 25/33] qmi: Rename and refactor qmi_device_discover
` [PATCH v3 26/33] qmi: Rename qmi_device_shutdown
` [PATCH v3 27/33] qmi: Rename qmi_device_qmux to qmi_qmux_device
` [PATCH v3 28/33] qmi: Make qmux methods operate on 'qmi_qmux_device'
` [PATCH v3 29/33] qmi: combine service_send_data into qmi_request
` [PATCH v3 30/33] qmi: combine qmux_client_create_data "
` [PATCH v3 31/33] gprs: Fix memory leak
` [PATCH v3 32/33] qmi:gprs: Don't fail on unsupported INDICATION_REGISTER
` [PATCH v3 33/33] qmi: non-premultiplexed MHI devices

[PATCH v2 01/33] qmi: Remove qmi_free()
 2024-06-18 20:02 UTC  (33+ messages)
` [PATCH v2 02/33] qmi: Rename qmi_result_func_t
` [PATCH v2 03/33] qmi: Drop unused major/minor information
` [PATCH v2 04/33] qmi: Add qmi_qrtr_node_get_service
` [PATCH v2 05/33] plugins: Add new qrtrqmi modem driver
` [PATCH v2 06/33] gobi: Use correct attribute name in docs
` [PATCH v2 07/33] udevng: Use new qrtrqmi driver for MHI and SoC modems
` [PATCH v2 08/33] gobi: Remove qrtr support
` [PATCH v2 09/33] udevng: Do not set DeviceProtocol
` [PATCH v2 10/33] unit: Rename device to node
` [PATCH v2 11/33] qmi: Rename qmi_device_new_qrtr to qmi_qrtr_node_new
` [PATCH v2 12/33] qmi: Rename qmi_device_new_qmux to qmi_qmux_device_new
` [PATCH v2 13/33] unit: Drop use of qmi_service_create_shared
` [PATCH v2 14/33] qmi: qmux: Make shared service creation generic
` [PATCH v2 15/33] qmi: Rename qmi_device_get_service_version
` [PATCH v2 16/33] qmi: sms: Require at WMS version 1.2+
` [PATCH v2 17/33] qmi: Rework qmi_service_get_version
` [PATCH v2 18/33] qmi: break up qmi_device_free into qrtr & qmux variants
` [PATCH v2 19/33] qmi: Convert DBG statements to __debug_device
` [PATCH v2 20/33] qmi: introduce qmi_qrtr_node_lookup
` [PATCH v2 21/33] qmi: split qmi_device_has_service into QRTR and QMUX version
` [PATCH v2 22/33] qmi: split qmi_device_set_debug into QRTR and QMUX versions
` [PATCH v2 23/33] qmi: Make qmi_qrtr_node methods take struct qmi_qrtr_node
` [PATCH v2 24/33] qmi: Move expected data format handling into gobi
` [PATCH v2 25/33] qmi: Rename and refactor qmi_device_discover
` [PATCH v2 26/33] qmi: Rename qmi_device_shutdown
` [PATCH v2 27/33] qmi: Rename qmi_device_qmux to qmi_qmux_device
` [PATCH v2 28/33] qmi: Make qmux methods operate on 'qmi_qmux_device'
` [PATCH v2 29/33] qmi: combine service_send_data into qmi_request
` [PATCH v2 30/33] qmi: combine qmux_client_create_data "
` [PATCH v2 31/33] gprs: Fix memory leak
` [PATCH v2 32/33] qmi:gprs: Don't fail on unsupported INDICATION_REGISTER
` [PATCH v2 33/33] qmi: non-premultiplexed MHI devices

[PATCH 01/27] qmi: Remove qmi_free()
 2024-06-14 18:52 UTC  (27+ messages)
` [PATCH 02/27] qmi: Rename qmi_result_func_t
` [PATCH 03/27] qmi: Drop unused major/minor information
` [PATCH 04/27] qmi: Add qmi_qrtr_node_get_service
` [PATCH 05/27] plugins: Add new qrtrqmi modem driver
` [PATCH 06/27] udevng: Use new qrtrqmi driver for MHI and SoC modems
` [PATCH 07/27] gobi: Remove qrtr support
` [PATCH 08/27] udevng: Do not set DeviceProtocol
` [PATCH 09/27] unit: Rename device to node
` [PATCH 10/27] qmi: Rename qmi_device_new_qrtr to qmi_qrtr_node_new
` [PATCH 11/27] qmi: Rename qmi_device_new_qmux to qmi_qmux_device_new
` [PATCH 12/27] unit: Drop use of qmi_service_create_shared
` [PATCH 13/27] qmi: qmux: Make shared service creation generic
` [PATCH 14/27] qmi: Rename qmi_device_get_service_version
` [PATCH 15/27] qmi: sms: Require at WMS version 1.2+
` [PATCH 16/27] qmi: Rework qmi_service_get_version
` [PATCH 17/27] qmi: break up qmi_device_free into qrtr & qmux variants
` [PATCH 18/27] qmi: Convert DBG statements to __debug_device
` [PATCH 19/27] qmi: introduce qmi_qrtr_node_lookup
` [PATCH 20/27] qmi: split qmi_device_has_service into QRTR and QMUX version
` [PATCH 21/27] qmi: split qmi_device_set_debug into QRTR and QMUX versions
` [PATCH 22/27] qmi: Make qmi_qrtr_node methods take struct qmi_qrtr_node
` [PATCH 23/27] qmi: Move expected data format handling into gobi
` [PATCH 24/27] qmi: Rename and refactor qmi_device_discover
` [PATCH 25/27] qmi: Rename qmi_device_shutdown
` [PATCH 26/27] qmi: Rename qmi_device_qmux to qmi_qmux_device
` [PATCH 27/27] qmi: Make qmux methods operate on 'qmi_qmux_device'

[PATCH v2 01/23] gobi: Remove phonebook and stk atom creation
 2024-06-14 15:10 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox