[PATCH v2 0/8] SMEM/SMD/SMD_RPM big endian support + tidying

From: Stephen Boyd
Date: Wed Sep 02 2015 - 18:46:58 EST


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

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