[PATCH v2 0/4] Use the QMI service IDs from the QMI header
Daniel Lezcano
daniel.lezcano at oss.qualcomm.com
Mon Mar 16 10:14:10 PDT 2026
The different subsystems implementing the QMI service protocol are
using their own definition of the service id. It is not a problem but
it results on having those duplicated with different names but the
same value and without consistency in their name.
The QMI service IDs are defined in the qmi.h header file. Use those
instead of defining the IDs in the protocol implementation file. It
will result in unifying and providing a consistent way to represent
the supported protocols.
This series is based on the immutable branch [1] containing the QMI
service id definitions along with some drivers using them.
How a patch can be merged ?
* Add the Ack tag and let it go through the QCom's tree
OR
* Apply the patch on top of the immutable branch [1]
[1] https://lore.kernel.org/all/abdkE2qWX5Amf5Jo@baldur/
Changelog:
v2:
* Added Reviewed-by tags
* Removed patches picked up by Bjorn
* Rebase on top of the immutable branch from QCom's tree
* Fixed up short description prefix for wifi changes
v1:
* Initial post
Cc: Alex Elder <elder at kernel.org>
Cc: Andrew Lunn <andrew+netdev at lunn.ch>
Cc: "David S. Miller" <davem at davemloft.net>
Cc: Eric Dumazet <edumazet at google.com>
Cc: Jakub Kicinski <kuba at kernel.org>
Cc: Paolo Abeni <pabeni at redhat.com>
Cc: Jeff Johnson <jjohnson at kernel.org>
Cc: Bjorn Andersson <andersson at kernel.org>
Cc: Mathieu Poirier <mathieu.poirier at linaro.org>
Cc: Srinivas Kandagatla <srini at kernel.org>
Cc: Konrad Dybcio <konradybcio at kernel.org>
Cc: Jaroslav Kysela <perex at perex.cz>
Cc: Takashi Iwai <tiwai at suse.com>
Cc: Kees Cook <kees at kernel.org>
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Cc: Arnd Bergmann <arnd at arndb.de>
Cc: Mark Brown <broonie at kernel.org>
Cc: Wesley Cheng <quic_wcheng at quicinc.com>
Cc: netdev at vger.kernel.org
Cc: linux-kernel at vger.kernel.org
Cc: linux-wireless at vger.kernel.org
Cc: ath10k at lists.infradead.org
Cc: ath11k at lists.infradead.org
Cc: ath12k at lists.infradead.org
Cc: linux-arm-msm at vger.kernel.org
Cc: linux-remoteproc at vger.kernel.org
Cc: linux-sound at vger.kernel.org
---
Daniel Lezcano (4):
net: ipa: Use the unified QMI service ID instead of defining it
locally
wifi: ath: Use the unified QMI service ID instead of defining it
locally
slimbus: qcom-ngd-ctrl: Use the unified QMI service ID instead of
defining it locally
ALSA: usb-audio: qcom: Use the unified QMI service ID instead of
defining it locally
drivers/net/ipa/ipa_qmi.c | 6 ++----
drivers/net/wireless/ath/ath10k/qmi.c | 2 +-
drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.h | 1 -
drivers/net/wireless/ath/ath11k/qmi.c | 2 +-
drivers/net/wireless/ath/ath11k/qmi.h | 1 -
drivers/net/wireless/ath/ath12k/qmi.c | 2 +-
drivers/net/wireless/ath/ath12k/qmi.h | 1 -
drivers/slimbus/qcom-ngd-ctrl.c | 5 ++---
sound/usb/qcom/qc_audio_offload.c | 2 +-
sound/usb/qcom/usb_audio_qmi_v01.h | 1 -
10 files changed, 8 insertions(+), 15 deletions(-)
--
2.43.0
More information about the ath10k
mailing list