public inbox for ofono@lists.linux.dev
 help / color / mirror / Atom feed
From: patchwork-bot+ofono@kernel.org
To: Denis Kenzior <denkenz@gmail.com>
Cc: ofono@lists.linux.dev
Subject: Re: [PATCH v2 01/14] qmi: Introduce SERVICE_VERSION macro
Date: Wed, 26 Jun 2024 00:20:31 +0000	[thread overview]
Message-ID: <171936123126.13477.15891714657674909064.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240625164158.1170937-1-denkenz@gmail.com>

Hello:

This series was applied to ofono.git (master)
by Denis Kenzior <denkenz@gmail.com>:

On Tue, 25 Jun 2024 11:41:37 -0500 you wrote:
> This will make it easier to compare service major.minor versions in a
> more readable manner.
> ---
>  drivers/qmimodem/qmi.c | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)

Here is the summary with links:
  - [v2,01/14] qmi: Introduce SERVICE_VERSION macro
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=17c59087a559
  - [v2,02/14] qmi: Remove control_major and control_minor
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=c2fca8c3ff5a
  - [v2,03/14] qmi: Move service_handle allocation to service_family
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=1dada7a3caef
  - [v2,04/14] qmi: Move group id allocation out of qmi_device
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=97758fc3e797
  - [v2,05/14] qmi: Move service_info management into qrtr/qmux
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=d216d9826b3a
  - [v2,06/14] qmi: Rename qmi_device to qmi_transport
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=c98edde4fabb
  - [v2,07/14] qmi: Separate transport from qmux/qrtr debugging
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=3287d7b5e8b6
  - [v2,08/14] gobi: Enable io debugging only if OFONO_QMI_IO_DEBUG is set
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=369d68cab127
  - [v2,09/14] qmiqrtr: Enable io debugging only if OFONO_QMI_IO_DEBUG is set
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=37662676bce0
  - [v2,10/14] qmi: Move release_client operation into service_family
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=015266f253ab
  - [v2,11/14] qmi: Add dedicated service for qrtr
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=0e99a8932bae
  - [v2,12/14] qmi: debug print fd that QRTR data was received on
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=fba357d49292
  - [v2,13/14] unit: Use _auto_ to automatically tear-down test setup
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=e78bb3a9338e
  - [v2,14/14] unit: Add unit test for QRTR dedicated services
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=19a0671b111e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-06-26  0:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 16:41 [PATCH v2 01/14] qmi: Introduce SERVICE_VERSION macro Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 02/14] qmi: Remove control_major and control_minor Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 03/14] qmi: Move service_handle allocation to service_family Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 04/14] qmi: Move group id allocation out of qmi_device Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 05/14] qmi: Move service_info management into qrtr/qmux Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 06/14] qmi: Rename qmi_device to qmi_transport Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 07/14] qmi: Separate transport from qmux/qrtr debugging Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 08/14] gobi: Enable io debugging only if OFONO_QMI_IO_DEBUG is set Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 09/14] qmiqrtr: " Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 10/14] qmi: Move release_client operation into service_family Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 11/14] qmi: Add dedicated service for qrtr Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 12/14] qmi: debug print fd that QRTR data was received on Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 13/14] unit: Use _auto_ to automatically tear-down test setup Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 14/14] unit: Add unit test for QRTR dedicated services Denis Kenzior
2024-06-26  0:20 ` 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=171936123126.13477.15891714657674909064.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