mbox series

[v3,0/5] Enable miscellaneous hardware blocks to boot WPSS

Message ID 1619693465-5724-1-git-send-email-sibis@codeaurora.org
Headers show
Series Enable miscellaneous hardware blocks to boot WPSS | expand

Message

Sibi Sankar April 29, 2021, 10:51 a.m. UTC
This series enables miscellaneous hardware blocks to boot Wireless
Processor Subsystem (WPSS) on SC7280 SoC.

V3:
 * member placement and style changes [Philipp] 

V2:
 * place resets and num_resets adjacent to each other [Stephen]
 * drop incorrect useage of tcsr_mutex_regs [Bjorn]
 * Qualcomm is expected to drop master/slave naming from its mproc nodes
   in future SoCs.

Sibi Sankar (5):
  dt-bindings: mailbox: Add WPSS client index to IPCC
  dt-bindings: reset: aoss: Add AOSS reset controller binding
  dt-bindings: reset: pdc: Add PDC Global bindings
  reset: qcom: Add PDC Global reset signals for WPSS
  arm64: dts: qcom: sc7280: Add nodes to boot WPSS

 .../devicetree/bindings/reset/qcom,aoss-reset.yaml |   5 +
 .../devicetree/bindings/reset/qcom,pdc-global.yaml |   4 +
 arch/arm64/boot/dts/qcom/sc7280.dtsi               | 138 +++++++++++++++++++++
 drivers/reset/reset-qcom-pdc.c                     |  62 +++++++--
 include/dt-bindings/mailbox/qcom-ipcc.h            |   1 +
 include/dt-bindings/reset/qcom,sdm845-pdc.h        |   2 +
 6 files changed, 201 insertions(+), 11 deletions(-)

Comments

Sibi Sankar July 19, 2021, 4:27 p.m. UTC | #1
On 2021-04-29 16:21, Sibi Sankar wrote:
> This series enables miscellaneous hardware blocks to boot Wireless

> Processor Subsystem (WPSS) on SC7280 SoC.

> 

> V3:

>  * member placement and style changes [Philipp]

> 

> V2:

>  * place resets and num_resets adjacent to each other [Stephen]

>  * drop incorrect useage of tcsr_mutex_regs [Bjorn]

>  * Qualcomm is expected to drop master/slave naming from its mproc 

> nodes

>    in future SoCs.

> 

> Sibi Sankar (5):

>   dt-bindings: mailbox: Add WPSS client index to IPCC

>   dt-bindings: reset: aoss: Add AOSS reset controller binding

>   dt-bindings: reset: pdc: Add PDC Global bindings

>   reset: qcom: Add PDC Global reset signals for WPSS


Philipp,

Can you pick the reset bindings
and the reset driver changes
through your tree, Bjorn has
picked up the remainder of the
series.

>   arm64: dts: qcom: sc7280: Add nodes to boot WPSS

> 

>  .../devicetree/bindings/reset/qcom,aoss-reset.yaml |   5 +

>  .../devicetree/bindings/reset/qcom,pdc-global.yaml |   4 +

>  arch/arm64/boot/dts/qcom/sc7280.dtsi               | 138 

> +++++++++++++++++++++

>  drivers/reset/reset-qcom-pdc.c                     |  62 +++++++--

>  include/dt-bindings/mailbox/qcom-ipcc.h            |   1 +

>  include/dt-bindings/reset/qcom,sdm845-pdc.h        |   2 +

>  6 files changed, 201 insertions(+), 11 deletions(-)


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project.
Philipp Zabel July 21, 2021, 10:21 a.m. UTC | #2
Hi Sibi,

On Mon, 2021-07-19 at 21:57 +0530, Sibi Sankar wrote:
> On 2021-04-29 16:21, Sibi Sankar wrote:

> > This series enables miscellaneous hardware blocks to boot Wireless

> > Processor Subsystem (WPSS) on SC7280 SoC.

> > 

> > V3:

> >  * member placement and style changes [Philipp]

> > 

> > V2:

> >  * place resets and num_resets adjacent to each other [Stephen]

> >  * drop incorrect useage of tcsr_mutex_regs [Bjorn]

> >  * Qualcomm is expected to drop master/slave naming from its mproc 

> > nodes

> >    in future SoCs.

> > 

> > Sibi Sankar (5):

> >   dt-bindings: mailbox: Add WPSS client index to IPCC

> >   dt-bindings: reset: aoss: Add AOSS reset controller binding

> >   dt-bindings: reset: pdc: Add PDC Global bindings

> >   reset: qcom: Add PDC Global reset signals for WPSS

> 

> Philipp,

> 

> Can you pick the reset bindings

> and the reset driver changes

> through your tree, Bjorn has

> picked up the remainder of the

> series.


Done, thank you.

regards
Philipp