mbox series

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

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

Message

Alexander Wilhelm May 22, 2025, 2:35 p.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(-)


base-commit: a5806cd506af5a7c19bcd596e4708b5c464bfd21
---
Changes in v2:
  -  Make type cast explicit