From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: [PATCH v2 0/8] SMEM/SMD/SMD_RPM big endian support + tidying Date: Wed, 2 Sep 2015 15:46:43 -0700 Message-ID: <1441234011-4259-1-git-send-email-sboyd@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:45103 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750951AbbIBWqx (ORCPT ); Wed, 2 Sep 2015 18:46:53 -0400 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Andy Gross Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mark Brown , Bjorn Andersson This supersedes the 3 "series" of patches to move smem to big endian, smd to big endian, and make qcom_smem_get() return a pointer. I've moved the qcom_smem_get() returning a pointer part to the beginning of the series so it can be applied earlier if desired. I imagine the first 7 patches can go through arm-soc, and the last patch Mark can pick up anytime. All patches tested on apq8074 dragonboard. I've already written the patches to add __ioread32_copy(), but I'm holding them until -rc1 drops because I'd rather not involve even more people in this series just yet. Stephen Boyd (8): soc: qcom: Make qcom_smem_get() return a pointer soc: qcom: smem: Handle big endian CPUs soc: qcom: smd: Represent channel layout in structures soc: qcom: smd: Use __iowrite32_copy() instead of open-coding it soc: qcom: smd: Remove use of VLAIS soc: qcom: smd: Handle big endian CPUs soc: qcom: smd_rpm: Handle big endian CPUs regulator: qcom_smd: Handle big endian CPUs drivers/regulator/qcom_smd-regulator.c | 28 ++-- drivers/soc/qcom/smd-rpm.c | 68 ++++---- drivers/soc/qcom/smd.c | 259 +++++++++++++++++------------ drivers/soc/qcom/smem.c | 293 +++++++++++++++++++-------------- include/linux/soc/qcom/smem.h | 2 +- 5 files changed, 374 insertions(+), 276 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project