* [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
@ 2018-05-29 14:41 Sibi Sankar
0 siblings, 0 replies; 5+ messages in thread
From: Sibi Sankar @ 2018-05-29 14:41 UTC (permalink / raw)
To: robh+dt
Cc: bjorn.andersson, linux-remoteproc, linux-kernel, devicetree,
p.zabel, ohad, mark.rutland, kyan, sricharan, akdwived,
linux-arm-msm, tsoni, Sibi Sankar
Add new compatible string for Qualcomm SDM845 SoCs
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
---
Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
index 00d3d58a102f..d90182425450 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
@@ -11,6 +11,7 @@ on the Qualcomm Hexagon core.
"qcom,msm8916-mss-pil",
"qcom,msm8974-mss-pil"
"qcom,msm8996-mss-pil"
+ "qcom,sdm845-mss-pil"
- reg:
Usage: required
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH v5 0/8] Add support for remoteproc modem-pil on SDM845 SoCs
@ 2018-05-21 17:27 Sibi Sankar
2018-05-21 17:27 ` [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845 Sibi Sankar
0 siblings, 1 reply; 5+ messages in thread
From: Sibi Sankar @ 2018-05-21 17:27 UTC (permalink / raw)
To: bjorn.andersson, p.zabel, robh+dt
Cc: linux-remoteproc, linux-kernel, devicetree, sibis, georgi.djakov,
jassisinghbrar, ohad, mark.rutland, kyan, sricharan, akdwived,
linux-arm-msm, tsoni
This patch series add support for remoteproc Q6v5 modem-pil on Qualcomm
SDM845 SoC. The first patch adds AOSS (Always on subsystem) reset driver
to provide for mss reset line. The last couple of patches add the resets
sequence for Q6 on SDM845 and adds helper functions for arbitrary reset
assert/deassert sequences.
V5:
corrected dt-binding and increased usleep_range for aoss reset driver
Include the ready interrupt handling in the patch series
Replaced reset ops with a simpler helper function
Re-ordered and split patches as recommended
Inlined q6v5_request_irq function
V4:
Removed regmap depencencies from aoss reset driver
Separted apss shared mailbox into separate patch
Corrected all nits and replaced with author full name
V3:
Removed syscon dependency for the aoss reset driver
Split dt-bindings and the aoss reset driver into separate patches
Corrected few typos and replaced misconfigured author name
V2:
Addressed reset-qcom-aoss review suggestions and reworked
re-ordering of the active clk and reset sequence in
qcom_q6v5_pil
Sibi Sankar (8):
dt-bindings: reset: Add AOSS reset bindings for SDM845 SoCs
reset: qcom: AOSS (always on subsystem) reset controller
remoteproc: Move proxy unvote to handover irq handler
remoteproc: Synchronize proxy unvote from multiple contexts
dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
remoteproc: qcom: Introduce reset assert/deassert helper functions
remoteproc: qcom: Add support for mss remoteproc on SDM845
remoteproc: qcom: Allow defining GLINK edge for mss remoteproc
.../bindings/remoteproc/qcom,q6v5.txt | 1 +
.../bindings/reset/qcom,aoss-reset.txt | 52 +++++
drivers/remoteproc/qcom_q6v5_pil.c | 212 ++++++++++++++++--
drivers/reset/Kconfig | 9 +
drivers/reset/Makefile | 1 +
drivers/reset/reset-qcom-aoss.c | 133 +++++++++++
include/dt-bindings/reset/qcom,sdm845-aoss.h | 17 ++
7 files changed, 404 insertions(+), 21 deletions(-)
create mode 100644 Documentation/devicetree/bindings/reset/qcom,aoss-reset.txt
create mode 100644 drivers/reset/reset-qcom-aoss.c
create mode 100644 include/dt-bindings/reset/qcom,sdm845-aoss.h
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
2018-05-21 17:27 [PATCH v5 0/8] Add support for remoteproc modem-pil on SDM845 SoCs Sibi Sankar
@ 2018-05-21 17:27 ` Sibi Sankar
2018-05-22 15:56 ` Rob Herring
0 siblings, 1 reply; 5+ messages in thread
From: Sibi Sankar @ 2018-05-21 17:27 UTC (permalink / raw)
To: bjorn.andersson, p.zabel, robh+dt
Cc: linux-remoteproc, linux-kernel, devicetree, sibis, georgi.djakov,
jassisinghbrar, ohad, mark.rutland, kyan, sricharan, akdwived,
linux-arm-msm, tsoni
Add new compatible string for Qualcomm SDM845 SoCs
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
---
Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
index 00d3d58a102f..d90182425450 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
@@ -11,6 +11,7 @@ on the Qualcomm Hexagon core.
"qcom,msm8916-mss-pil",
"qcom,msm8974-mss-pil"
"qcom,msm8996-mss-pil"
+ "qcom,sdm845-mss-pil"
- reg:
Usage: required
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
2018-05-21 17:27 ` [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845 Sibi Sankar
@ 2018-05-22 15:56 ` Rob Herring
2018-05-29 14:37 ` Sibi S
0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2018-05-22 15:56 UTC (permalink / raw)
To: Sibi Sankar
Cc: bjorn.andersson, p.zabel, linux-remoteproc, linux-kernel,
devicetree, georgi.djakov, jassisinghbrar, ohad, mark.rutland,
kyan, sricharan, akdwived, linux-arm-msm, tsoni
On Mon, May 21, 2018 at 10:57:11PM +0530, Sibi Sankar wrote:
> Add new compatible string for Qualcomm SDM845 SoCs
>
> Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
> ---
> Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt | 1 +
> 1 file changed, 1 insertion(+)
Please add acks/reviewed-bys when posting new versions.
Rob
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
2018-05-22 15:56 ` Rob Herring
@ 2018-05-29 14:37 ` Sibi S
2018-05-29 15:45 ` Rob Herring
0 siblings, 1 reply; 5+ messages in thread
From: Sibi S @ 2018-05-29 14:37 UTC (permalink / raw)
To: Rob Herring
Cc: bjorn.andersson, p.zabel, linux-remoteproc, linux-kernel,
devicetree, georgi.djakov, jassisinghbrar, ohad, mark.rutland,
kyan, sricharan, akdwived, linux-arm-msm, tsoni
Hi Rob,
Will send it out again.
On 05/22/2018 09:26 PM, Rob Herring wrote:
> On Mon, May 21, 2018 at 10:57:11PM +0530, Sibi Sankar wrote:
>> Add new compatible string for Qualcomm SDM845 SoCs
>>
>> Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
>> ---
>> Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt | 1 +
>> 1 file changed, 1 insertion(+)
>
> Please add acks/reviewed-bys when posting new versions.
>
> Rob
>
--
Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc, is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
2018-05-29 14:37 ` Sibi S
@ 2018-05-29 15:45 ` Rob Herring
0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2018-05-29 15:45 UTC (permalink / raw)
To: Sibi S
Cc: Bjorn Andersson, Philipp Zabel,
open list:REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM,
linux-kernel@vger.kernel.org, devicetree, Georgi Djakov,
Jassi Brar, Ohad Ben-Cohen, Mark Rutland, Kyle Yan, Sricharan,
Avaneesh Kumar Dwivedi, linux-arm-msm, Trilok Soni
On Tue, May 29, 2018 at 9:37 AM, Sibi S <sibis@codeaurora.org> wrote:
> Hi Rob,
> Will send it out again.
Please don't top post on mail lists.
You don't need to resend *just* to add tags. A new version just needs
them because maintainers aren't going to go search through your prior
versions for you to add them. But my mentioning it should be enough.
Rob
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-05-29 15:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-29 14:41 [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845 Sibi Sankar
-- strict thread matches above, loose matches on Subject: below --
2018-05-21 17:27 [PATCH v5 0/8] Add support for remoteproc modem-pil on SDM845 SoCs Sibi Sankar
2018-05-21 17:27 ` [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845 Sibi Sankar
2018-05-22 15:56 ` Rob Herring
2018-05-29 14:37 ` Sibi S
2018-05-29 15:45 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).