Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1216553

[PATCH 0/3] qcom smd big endian support

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject [PATCH 0/3] qcom smd big endian support
Date 2015-09-01 03:50 +0200
Message-ID <q3IRX-pM-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This set of patches does some tidying in the beginning to prepare
for adding big endian CPU support to the smd code. It builds on a
previous patch to add big endian support to smem.

Stephen Boyd (3):
  soc: qcom: smd: Represent channel layout in structures
  soc: qcom: smd: Use __iowrite32_copy() instead of open-coding it
  soc: qcom: smd: Handle big endian CPUs

 drivers/soc/qcom/smd.c | 221 ++++++++++++++++++++++++++++++-------------------
 1 file changed, 136 insertions(+), 85 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] qcom smd big endian support Stephen Boyd <sboyd@codeaurora.org> - 2015-09-01 03:50 +0200
  [PATCH 3/3] soc: qcom: smd: Handle big endian CPUs Stephen Boyd <sboyd@codeaurora.org> - 2015-09-01 03:50 +0200
    Re: [PATCH 3/3] soc: qcom: smd: Handle big endian CPUs Bjorn Andersson <bjorn.andersson@sonymobile.com> - 2015-09-01 07:10 +0200
      Re: [PATCH 3/3] soc: qcom: smd: Handle big endian CPUs Stephen Boyd <sboyd@codeaurora.org> - 2015-09-01 20:10 +0200

csiph-web