All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Gross <agross@codeaurora.org>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Mark Brown <broonie@kernel.org>,
	Bjorn Andersson <bjorn.andersson@sonymobile.com>
Subject: Re: [PATCH v2 0/8] SMEM/SMD/SMD_RPM big endian support + tidying
Date: Fri, 4 Sep 2015 15:35:47 -0500	[thread overview]
Message-ID: <20150904203547.GB31824@qualcomm.com> (raw)
In-Reply-To: <1441234011-4259-1-git-send-email-sboyd@codeaurora.org>

On Wed, Sep 02, 2015 at 03:46:43PM -0700, Stephen Boyd wrote:
> 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.
> 

All of these look fine to me.

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

WARNING: multiple messages have this Message-ID (diff)
From: agross@codeaurora.org (Andy Gross)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/8] SMEM/SMD/SMD_RPM big endian support + tidying
Date: Fri, 4 Sep 2015 15:35:47 -0500	[thread overview]
Message-ID: <20150904203547.GB31824@qualcomm.com> (raw)
In-Reply-To: <1441234011-4259-1-git-send-email-sboyd@codeaurora.org>

On Wed, Sep 02, 2015 at 03:46:43PM -0700, Stephen Boyd wrote:
> 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.
> 

All of these look fine to me.

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

  parent reply	other threads:[~2015-09-04 20:35 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-02 22:46 [PATCH v2 0/8] SMEM/SMD/SMD_RPM big endian support + tidying Stephen Boyd
2015-09-02 22:46 ` Stephen Boyd
2015-09-02 22:46 ` [PATCH v2 1/8] soc: qcom: Make qcom_smem_get() return a pointer Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-03 17:02   ` Bjorn Andersson
2015-09-03 17:02     ` Bjorn Andersson
2015-09-02 22:46 ` [PATCH v2 2/8] soc: qcom: smem: Handle big endian CPUs Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-03 17:02   ` Bjorn Andersson
2015-09-03 17:02     ` Bjorn Andersson
2015-09-02 22:46 ` [PATCH v2 3/8] soc: qcom: smd: Represent channel layout in structures Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-02 22:46 ` [PATCH v2 4/8] soc: qcom: smd: Use __iowrite32_copy() instead of open-coding it Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-02 22:46 ` [PATCH v2 5/8] soc: qcom: smd: Remove use of VLAIS Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-03 17:02   ` Bjorn Andersson
2015-09-03 17:02     ` Bjorn Andersson
2015-09-22  1:16   ` Bjorn Andersson
2015-09-22  1:16     ` Bjorn Andersson
2015-09-22 15:34     ` Andy Gross
2015-09-22 15:34       ` Andy Gross
2015-09-02 22:46 ` [PATCH v2 6/8] soc: qcom: smd: Handle big endian CPUs Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-03 17:02   ` Bjorn Andersson
2015-09-03 17:02     ` Bjorn Andersson
2015-09-17 21:50   ` [PATCH v3 " Stephen Boyd
2015-09-17 21:50     ` Stephen Boyd
2015-09-02 22:46 ` [PATCH v2 7/8] soc: qcom: smd_rpm: " Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-03 17:03   ` Bjorn Andersson
2015-09-03 17:03     ` Bjorn Andersson
2015-09-02 22:46 ` [PATCH v2 8/8] regulator: qcom_smd: " Stephen Boyd
2015-09-02 22:46   ` Stephen Boyd
2015-09-02 23:11   ` Applied "regulator: qcom_smd: Handle big endian CPUs" to the regulator tree Mark Brown
2015-09-03 17:03   ` [PATCH v2 8/8] regulator: qcom_smd: Handle big endian CPUs Bjorn Andersson
2015-09-03 17:03     ` Bjorn Andersson
2015-09-04 20:35 ` Andy Gross [this message]
2015-09-04 20:35   ` [PATCH v2 0/8] SMEM/SMD/SMD_RPM big endian support + tidying Andy Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150904203547.GB31824@qualcomm.com \
    --to=agross@codeaurora.org \
    --cc=bjorn.andersson@sonymobile.com \
    --cc=broonie@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.