From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: [PATCH 0/3] qcom smd big endian support Date: Mon, 31 Aug 2015 18:39:51 -0700 Message-ID: <1441071594-15941-1-git-send-email-sboyd@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:34894 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754448AbbIABj4 (ORCPT ); Mon, 31 Aug 2015 21:39:56 -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, Bjorn Andersson 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Mon, 31 Aug 2015 18:39:51 -0700 Subject: [PATCH 0/3] qcom smd big endian support Message-ID: <1441071594-15941-1-git-send-email-sboyd@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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