linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] bus: mhi: Fix MHI on big endian architectures
@ 2021-06-18  3:31 Paul Davey
  2021-06-18  3:31 ` [PATCH 1/2] bus: mhi: Fix pm_state conversion to string Paul Davey
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Paul Davey @ 2021-06-18  3:31 UTC (permalink / raw)
  To: Manivannan Sadhasivam; +Cc: linux-arm-msm, linux-kernel, Paul Davey

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.

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     |  39 +++++-----
 drivers/bus/mhi/core/internal.h | 129 ++++++++++++++++----------------
 drivers/bus/mhi/core/main.c     |  36 ++++-----
 drivers/bus/mhi/core/pm.c       |   8 +-
 5 files changed, 121 insertions(+), 117 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-06-22  1:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18  3:31 [PATCH 0/2] bus: mhi: Fix MHI on big endian architectures Paul Davey
2021-06-18  3:31 ` [PATCH 1/2] bus: mhi: Fix pm_state conversion to string Paul Davey
2021-06-18  6:12   ` Manivannan Sadhasivam
2021-06-18 21:41   ` Hemant Kumar
2021-06-18  3:31 ` [PATCH 2/2] bus: mhi: Fix MHI DMA structure endianness Paul Davey
2021-06-18  6:29   ` Manivannan Sadhasivam
2021-06-18  6:32     ` Manivannan Sadhasivam
2021-06-22  1:31       ` Bhaumik Bhatt
2021-06-18  5:44 ` [PATCH 0/2] bus: mhi: Fix MHI on big endian architectures Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).