lkml.org 
[lkml]   [2021]   [Jun]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/2] bus: mhi: Fix MHI on big endian architectures
Date
I encountered some problems getting the MHI driver to work on an Octeon
3 platform these seem to all be related to endianness issues. The modem
interface appears to require the DMA structures to be in little endian,
however the MHI core driver was assembling them in native endianness.

Using little endian explicitly allows the interface to function as
expected.

Changes in v2:
- use __fls instead of find_last_bit in pm_state conversion patch as
requested by Hemant Kumar <hemantk@codeaurora.org>

Paul Davey (2):
bus: mhi: Fix pm_state conversion to string
bus: mhi: Fix MHI DMA structure endianness

drivers/bus/mhi/core/debugfs.c | 26 +++----
drivers/bus/mhi/core/init.c | 43 ++++++-----
drivers/bus/mhi/core/internal.h | 129 ++++++++++++++++----------------
drivers/bus/mhi/core/main.c | 36 ++++-----
drivers/bus/mhi/core/pm.c | 8 +-
5 files changed, 124 insertions(+), 118 deletions(-)

--
2.32.0

\
 
 \ /
  Last update: 2021-06-23 04:45    [W:0.053 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site