mbox series

[0/2] soc: qcom: QMI helpers supports for big endian

Message ID 20250521092554.1026716-1-alexander.wilhelm@westermo.com
Headers show
Series soc: qcom: QMI helpers supports for big endian | expand

Message

Alexander Wilhelm May 21, 2025, 9:25 a.m. UTC
Fix QMI encoding and decoding for variable length elements to support big
endian platforms. Also fix endiannes for QMI header.

Alexander Wilhelm (2):
  soc: qcom: QMI encoding/decoding for big endian
  soc: qcom: fix endianness for QMI header

 drivers/soc/qcom/qmi_encdec.c    | 52 +++++++++++++++++++++++++-------
 drivers/soc/qcom/qmi_interface.c |  6 ++--
 include/linux/soc/qcom/qmi.h     |  6 ++--
 3 files changed, 47 insertions(+), 17 deletions(-)