From: patchwork-bot+ofono@kernel.org
To: Denis Kenzior <denkenz@gmail.com>
Cc: ofono@lists.linux.dev
Subject: Re: [PATCH v3 01/33] qmi: Remove qmi_free()
Date: Thu, 20 Jun 2024 17:01:15 +0000 [thread overview]
Message-ID: <171890287570.26157.14141814156378406916.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240620145139.1135899-1-denkenz@gmail.com>
Hello:
This series was applied to ofono.git (master)
by Denis Kenzior <denkenz@gmail.com>:
On Thu, 20 Jun 2024 09:50:48 -0500 you wrote:
> This was just a simple wrapper around l_free, get rid of it.
> ---
> drivers/qmimodem/devinfo.c | 8 ++++----
> drivers/qmimodem/qmi.c | 5 -----
> drivers/qmimodem/qmi.h | 2 --
> drivers/qmimodem/sim-legacy.c | 6 +++---
> drivers/qmimodem/sim.c | 2 +-
> 5 files changed, 8 insertions(+), 15 deletions(-)
Here is the summary with links:
- [v3,01/33] qmi: Remove qmi_free()
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=583e5e62a6ec
- [v3,02/33] qmi: Rename qmi_result_func_t
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=e1815f98abe0
- [v3,03/33] qmi: Drop unused major/minor information
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=526316336d75
- [v3,04/33] qmi: Add qmi_qrtr_node_get_service
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=dd1ddbf23341
- [v3,05/33] plugins: Add new qrtrqmi modem driver
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=8da4495519cf
- [v3,06/33] gobi: Use correct attribute name in docs
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=2d6528dbbdf5
- [v3,07/33] udevng: Use new qrtrqmi driver for MHI and SoC modems
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=7b735cb51b13
- [v3,08/33] gobi: Remove qrtr support
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=69335b285ac8
- [v3,09/33] udevng: Do not set DeviceProtocol
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=cbc3bbeb8542
- [v3,10/33] unit: Rename device to node
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=8612c1d6c9b3
- [v3,11/33] qmi: Rename qmi_device_new_qrtr to qmi_qrtr_node_new
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=0afd9e1df727
- [v3,12/33] qmi: Rename qmi_device_new_qmux to qmi_qmux_device_new
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=b55beaaa7978
- [v3,13/33] unit: Drop use of qmi_service_create_shared
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=d0e8bb9c76b6
- [v3,14/33] qmi: qmux: Make shared service creation generic
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=c047bfc9d600
- [v3,15/33] qmi: Rename qmi_device_get_service_version
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=4c70eaa29f67
- [v3,16/33] qmi: sms: Require at WMS version 1.2+
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=9d2a30df34e6
- [v3,17/33] qmi: Rework qmi_service_get_version
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=86809d38ba1c
- [v3,18/33] qmi: break up qmi_device_free into qrtr & qmux variants
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=bfda30d7f142
- [v3,19/33] qmi: Convert DBG statements to __debug_device
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=416cdbd3dba9
- [v3,20/33] qmi: introduce qmi_qrtr_node_lookup
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=8a645862d936
- [v3,21/33] qmi: split qmi_device_has_service into QRTR and QMUX version
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=6d45ba559524
- [v3,22/33] qmi: split qmi_device_set_debug into QRTR and QMUX versions
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=1f7adcd84a3f
- [v3,23/33] qmi: Make qmi_qrtr_node methods take struct qmi_qrtr_node
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=674ff0810297
- [v3,24/33] qmi: Move expected data format handling into gobi
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=9dc730546f9a
- [v3,25/33] qmi: Rename and refactor qmi_device_discover
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=217b57328473
- [v3,26/33] qmi: Rename qmi_device_shutdown
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=2e2a41ad4bf7
- [v3,27/33] qmi: Rename qmi_device_qmux to qmi_qmux_device
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=3407d0f17684
- [v3,28/33] qmi: Make qmux methods operate on 'qmi_qmux_device'
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=828d4841ecad
- [v3,29/33] qmi: combine service_send_data into qmi_request
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=5543a8109fba
- [v3,30/33] qmi: combine qmux_client_create_data into qmi_request
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=4592bf181a41
- [v3,31/33] gprs: Fix memory leak
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=1d6b11ef2b42
- [v3,32/33] qmi:gprs: Don't fail on unsupported INDICATION_REGISTER
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=c1f4a11f1c9c
- [v3,33/33] qmi: non-premultiplexed MHI devices
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=27c79da4946f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-06-20 17:01 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-20 14:50 [PATCH v3 01/33] qmi: Remove qmi_free() Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 02/33] qmi: Rename qmi_result_func_t Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 03/33] qmi: Drop unused major/minor information Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 04/33] qmi: Add qmi_qrtr_node_get_service Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 05/33] plugins: Add new qrtrqmi modem driver Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 06/33] gobi: Use correct attribute name in docs Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 07/33] udevng: Use new qrtrqmi driver for MHI and SoC modems Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 08/33] gobi: Remove qrtr support Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 09/33] udevng: Do not set DeviceProtocol Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 10/33] unit: Rename device to node Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 11/33] qmi: Rename qmi_device_new_qrtr to qmi_qrtr_node_new Denis Kenzior
2024-06-20 14:50 ` [PATCH v3 12/33] qmi: Rename qmi_device_new_qmux to qmi_qmux_device_new Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 13/33] unit: Drop use of qmi_service_create_shared Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 14/33] qmi: qmux: Make shared service creation generic Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 15/33] qmi: Rename qmi_device_get_service_version Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 16/33] qmi: sms: Require at WMS version 1.2+ Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 17/33] qmi: Rework qmi_service_get_version Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 18/33] qmi: break up qmi_device_free into qrtr & qmux variants Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 19/33] qmi: Convert DBG statements to __debug_device Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 20/33] qmi: introduce qmi_qrtr_node_lookup Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 21/33] qmi: split qmi_device_has_service into QRTR and QMUX version Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 22/33] qmi: split qmi_device_set_debug into QRTR and QMUX versions Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 23/33] qmi: Make qmi_qrtr_node methods take struct qmi_qrtr_node Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 24/33] qmi: Move expected data format handling into gobi Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 25/33] qmi: Rename and refactor qmi_device_discover Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 26/33] qmi: Rename qmi_device_shutdown Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 27/33] qmi: Rename qmi_device_qmux to qmi_qmux_device Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 28/33] qmi: Make qmux methods operate on 'qmi_qmux_device' Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 29/33] qmi: combine service_send_data into qmi_request Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 30/33] qmi: combine qmux_client_create_data " Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 31/33] gprs: Fix memory leak Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 32/33] qmi:gprs: Don't fail on unsupported INDICATION_REGISTER Denis Kenzior
2024-06-20 14:51 ` [PATCH v3 33/33] qmi: non-premultiplexed MHI devices Denis Kenzior
2024-06-20 17:01 ` patchwork-bot+ofono [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=171890287570.26157.14141814156378406916.git-patchwork-notify@kernel.org \
--to=patchwork-bot+ofono@kernel.org \
--cc=denkenz@gmail.com \
--cc=ofono@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox