]> git.ipfire.org Git - thirdparty/linux.git/commit
soc: qcom: QMI encoding/decoding for big endian
authorAlexander Wilhelm <alexander.wilhelm@westermo.com>
Thu, 22 May 2025 14:35:29 +0000 (16:35 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 17 Jun 2025 20:49:10 +0000 (15:49 -0500)
commit3ced38da5f7de4c260f9eaa86fc805827953243a
tree36bcaab6322be34a3470f240018f4a904af9f10b
parentb0123a8aa9dda9c89f0fe7d30a87c03fcddfc505
soc: qcom: QMI encoding/decoding for big endian

The QMI_DATA_LEN type may have different sizes. Taking the element's
address of that type and interpret it as a smaller sized ones works fine
for little endian platforms but not for big endian ones. Instead use
temporary variables of smaller sized types and cast them correctly to
support big endian platforms.

Signed-off-by: Alexander Wilhelm <alexander.wilhelm@westermo.com>
Fixes: 9b8a11e82615 ("soc: qcom: Introduce QMI encoder/decoder")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250522143530.3623809-2-alexander.wilhelm@westermo.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/qmi_encdec.c