All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] remoteproc updates for v5.14
@ 2021-07-06 21:02 Bjorn Andersson
  2021-07-07 17:55 ` Linus Torvalds
  2021-07-07 18:45 ` pr-tracker-bot
  0 siblings, 2 replies; 7+ messages in thread
From: Bjorn Andersson @ 2021-07-06 21:02 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ohad Ben-Cohen, linux-remoteproc, linux-kernel, Peng Fan,
	Suman Anna, Siddharth Gupta, Stephan Gerhold, Arnaud Pouliquen,
	Arnd Bergmann, Christophe JAILLET, Manivannan Sadhasivam,
	Yassine Oudjana

The following changes since commit c16ced60f3bf4aeba85e638f2186c468d7892ee0:

  dt-bindings: remoteproc: k3-r5f: Update bindings for AM64x SoCs (2021-05-27 22:10:22 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/rproc-v5.14

for you to fetch changes up to aef6a521e5bf61b3be4567f6c88776956a6d8b32:

  remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpss (2021-06-25 17:43:35 -0500)

----------------------------------------------------------------
remoteproc updates for v5.14

This adds support for controlling the PRU and R5F clusters on the TI
AM64x, the remote processor in i.MX7ULP, i.MX8MN/P and i.MX8ULP NXP and
the audio, compute and modem remoteprocs in the Qualcomm SC8180x
platform.

It fixes improper ordering of cdev and device creation of the remoteproc
control interface and it fixes resource leaks in the error handling path
of rproc_add() and the Qualcomm modem and wifi remoteproc drivers.

Lastly it fixes a few build warnings and replace the dummy parameter
passed in the mailbox api of the stm32 driver to something not living on
the stack.

----------------------------------------------------------------
Arnaud Pouliquen (1):
      remoteproc: stm32: fix mbox_send_message call

Arnd Bergmann (1):
      remoteproc: stm32: fix phys_addr_t format string

Bjorn Andersson (3):
      Merge tag '20210327143117.1840-2-s-anna@ti.com' into rproc-next
      dt-bindings: remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpss
      remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpss

Christophe JAILLET (1):
      remoteproc: k3-r5: Fix an error message

Manivannan Sadhasivam (1):
      dt-bindings: remoteproc: qcom: pas: Convert binding to YAML

Peng Fan (11):
      dt-bindings: remoteproc: imx_rproc: add fsl,auto-boot property
      dt-bindings: remoteproc: imx_rproc: add i.MX7ULP support
      dt-bindings: remoteproc: imx_rproc: support i.MX8MN/P
      remoteproc: imx_rproc: parse fsl,auto-boot
      remoteproc: imx_rproc: initial support for mutilple start/stop method
      remoteproc: imx_rproc: make clk optional
      remoteproc: imx_rproc: support i.MX7ULP
      remoteproc: imx_rproc: support i.MX8MN/P
      remoteproc: imx-rproc: Fix IMX_REMOTEPROC configuration
      dt-bindings: remoteproc: imx_rproc: support i.MX8ULP
      remoteproc: imx_rproc: support i.MX8ULP

Siddharth Gupta (4):
      remoteproc: core: Move cdev add before device add
      remoteproc: core: Move validate before device add
      remoteproc: core: Fix cdev remove and rproc del
      remoteproc: core: Cleanup device in case of failure

Stephan Gerhold (3):
      soc: qcom: smem_state: Add devm_qcom_smem_state_get()
      remoteproc: qcom_q6v5: Use devm_qcom_smem_state_get() to fix missing put()
      remoteproc: qcom_wcnss: Use devm_qcom_smem_state_get()

Suman Anna (6):
      remoteproc: Add kernel-doc comment for is_iomem
      remoteproc: Fix various kernel-doc warnings
      remoteproc: k3-r5: Extend support to R5F clusters on AM64x SoCs
      dt-bindings: remoteproc: qcom: pas: Fix indentation warnings
      dt-bindings: remoteproc: pru: Update bindings for K3 AM64x SoCs
      remoteproc: pru: Add support for various PRU cores on K3 AM64x SoCs

Yassine Oudjana (1):
      dt-bindings: remoteproc: qcom: pas: Add power domains for MSM8996

 .../bindings/remoteproc/fsl,imx-rproc.yaml         |  12 +-
 .../devicetree/bindings/remoteproc/qcom,adsp.txt   | 228 ---------
 .../devicetree/bindings/remoteproc/qcom,adsp.yaml  | 547 +++++++++++++++++++++
 .../bindings/remoteproc/ti,pru-rproc.yaml          |   5 +
 drivers/remoteproc/Kconfig                         |   1 +
 drivers/remoteproc/imx_rproc.c                     | 209 ++++++--
 drivers/remoteproc/pru_rproc.c                     |   3 +
 drivers/remoteproc/qcom_q6v5.c                     |   2 +-
 drivers/remoteproc/qcom_q6v5_pas.c                 |  22 +
 drivers/remoteproc/qcom_wcnss.c                    |   5 +-
 drivers/remoteproc/remoteproc_cdev.c               |   2 +-
 drivers/remoteproc/remoteproc_core.c               |  72 ++-
 drivers/remoteproc/remoteproc_elf_loader.c         |  12 +-
 drivers/remoteproc/remoteproc_virtio.c             |   6 +-
 drivers/remoteproc/stm32_rproc.c                   |  16 +-
 drivers/remoteproc/ti_k3_r5_remoteproc.c           | 151 ++++--
 drivers/soc/qcom/smem_state.c                      |  36 ++
 include/linux/remoteproc.h                         |  50 +-
 include/linux/soc/qcom/smem_state.h                |   8 +
 19 files changed, 1028 insertions(+), 359 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt
 create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] remoteproc updates for v5.14
  2021-07-06 21:02 [GIT PULL] remoteproc updates for v5.14 Bjorn Andersson
@ 2021-07-07 17:55 ` Linus Torvalds
  2021-07-07 17:57   ` Linus Torvalds
  2021-07-07 18:45 ` pr-tracker-bot
  1 sibling, 1 reply; 7+ messages in thread
From: Linus Torvalds @ 2021-07-07 17:55 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Ohad Ben-Cohen, linux-remoteproc, Linux Kernel Mailing List,
	Peng Fan, Suman Anna, Siddharth Gupta, Stephan Gerhold,
	Arnaud Pouliquen, Arnd Bergmann, Christophe JAILLET,
	Manivannan Sadhasivam, Yassine Oudjana

On Tue, Jul 6, 2021 at 2:02 PM Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
>
> Suman Anna (6):
>       remoteproc: Add kernel-doc comment for is_iomem
>       remoteproc: Fix various kernel-doc warnings
>       remoteproc: k3-r5: Extend support to R5F clusters on AM64x SoCs
>       dt-bindings: remoteproc: qcom: pas: Fix indentation warnings
>       dt-bindings: remoteproc: pru: Update bindings for K3 AM64x SoCs
>       remoteproc: pru: Add support for various PRU cores on K3 AM64x SoCs

Hmm. I see an additional commit

      dt-bindings: remoteproc: k3-r5f: Update bindings for AM64x SoCs

and the diffstat I see differs by that extra DT binding too.

If you end up adding commits to the end and updating the tag, please
just let me know, so that I don't go "Hmm, this doesn't match the pull
request" and have to go dig around what the difference is.

              Linus

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] remoteproc updates for v5.14
  2021-07-07 17:55 ` Linus Torvalds
@ 2021-07-07 17:57   ` Linus Torvalds
  2021-07-07 18:15     ` Bjorn Andersson
  0 siblings, 1 reply; 7+ messages in thread
From: Linus Torvalds @ 2021-07-07 17:57 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Ohad Ben-Cohen, linux-remoteproc, Linux Kernel Mailing List,
	Peng Fan, Suman Anna, Siddharth Gupta, Stephan Gerhold,
	Arnaud Pouliquen, Arnd Bergmann, Christophe JAILLET,
	Manivannan Sadhasivam, Yassine Oudjana

On Wed, Jul 7, 2021 at 10:55 AM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> If you end up adding commits to the end and updating the tag [..]

Actually, that's not what happened, the extra commit is in a separate
branch that got merged early. So I'm not sure why your diffstat and
shortlog were incorrect.

          Linus

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] remoteproc updates for v5.14
  2021-07-07 17:57   ` Linus Torvalds
@ 2021-07-07 18:15     ` Bjorn Andersson
  2021-07-07 18:22       ` Linus Torvalds
  0 siblings, 1 reply; 7+ messages in thread
From: Bjorn Andersson @ 2021-07-07 18:15 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ohad Ben-Cohen, linux-remoteproc, Linux Kernel Mailing List,
	Peng Fan, Suman Anna, Siddharth Gupta, Stephan Gerhold,
	Arnaud Pouliquen, Arnd Bergmann, Christophe JAILLET,
	Manivannan Sadhasivam, Yassine Oudjana

On Wed 07 Jul 12:57 CDT 2021, Linus Torvalds wrote:

> On Wed, Jul 7, 2021 at 10:55 AM Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
> >
> > If you end up adding commits to the end and updating the tag [..]
> 
> Actually, that's not what happened, the extra commit is in a separate
> branch that got merged early. So I'm not sure why your diffstat and
> shortlog were incorrect.
> 

Doing some backtracking on my actions found that I created an immutable
branch for the dt-binding, tagged it, shared it with Suman and merged it
into my branch.

I missed this as I was preparing the pull request and didn't realize
that my script for invoking the git request-pull would find this tag and
thereby omit the content of that tag from the diffstat.

Would you like me to resend this with a correct diffstat?

Regards,
Bjorn

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] remoteproc updates for v5.14
  2021-07-07 18:15     ` Bjorn Andersson
@ 2021-07-07 18:22       ` Linus Torvalds
  2021-07-07 19:09         ` Bjorn Andersson
  0 siblings, 1 reply; 7+ messages in thread
From: Linus Torvalds @ 2021-07-07 18:22 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Ohad Ben-Cohen, linux-remoteproc, Linux Kernel Mailing List,
	Peng Fan, Suman Anna, Siddharth Gupta, Stephan Gerhold,
	Arnaud Pouliquen, Arnd Bergmann, Christophe JAILLET,
	Manivannan Sadhasivam, Yassine Oudjana

On Wed, Jul 7, 2021 at 11:15 AM Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
>
> Would you like me to resend this with a correct diffstat?

No, I merged it - the main reason I check the diffstat and shortlog
after-the-fact is just to make sure that I get what the pull requester
_intended_, and that was fairly clear. It's not like the extra commit
looked out of place in any other way.

And the only problem with the mismatch is then that I waste time
trying to figure out _why_ it didn't match. And that's already done,
so water under the bridge..

So I just hope it doesn't happen again, because I'm just lazy and
don't like that "Ok, now I need to figure out what's wrong" part.

             Linus

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] remoteproc updates for v5.14
  2021-07-06 21:02 [GIT PULL] remoteproc updates for v5.14 Bjorn Andersson
  2021-07-07 17:55 ` Linus Torvalds
@ 2021-07-07 18:45 ` pr-tracker-bot
  1 sibling, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2021-07-07 18:45 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Linus Torvalds, Ohad Ben-Cohen, linux-remoteproc, linux-kernel,
	Peng Fan, Suman Anna, Siddharth Gupta, Stephan Gerhold,
	Arnaud Pouliquen, Arnd Bergmann, Christophe JAILLET,
	Manivannan Sadhasivam, Yassine Oudjana

The pull request you sent on Tue,  6 Jul 2021 16:02:28 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/rproc-v5.14

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d0fe3f47ef09bf5a74f7d20e129b2d15b4a824d0

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] remoteproc updates for v5.14
  2021-07-07 18:22       ` Linus Torvalds
@ 2021-07-07 19:09         ` Bjorn Andersson
  0 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2021-07-07 19:09 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ohad Ben-Cohen, linux-remoteproc, Linux Kernel Mailing List,
	Peng Fan, Suman Anna, Siddharth Gupta, Stephan Gerhold,
	Arnaud Pouliquen, Arnd Bergmann, Christophe JAILLET,
	Manivannan Sadhasivam, Yassine Oudjana

On Wed 07 Jul 13:22 CDT 2021, Linus Torvalds wrote:

> On Wed, Jul 7, 2021 at 11:15 AM Bjorn Andersson
> <bjorn.andersson@linaro.org> wrote:
> >
> > Would you like me to resend this with a correct diffstat?
> 
> No, I merged it - the main reason I check the diffstat and shortlog
> after-the-fact is just to make sure that I get what the pull requester
> _intended_, and that was fairly clear. It's not like the extra commit
> looked out of place in any other way.
> 
> And the only problem with the mismatch is then that I waste time
> trying to figure out _why_ it didn't match. And that's already done,
> so water under the bridge..
> 
> So I just hope it doesn't happen again, because I'm just lazy and
> don't like that "Ok, now I need to figure out what's wrong" part.
> 

I hope so too :)

I've updated my scripts and will keep an eye on this going forward.

Thanks,
Bjorn

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-07-07 19:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 21:02 [GIT PULL] remoteproc updates for v5.14 Bjorn Andersson
2021-07-07 17:55 ` Linus Torvalds
2021-07-07 17:57   ` Linus Torvalds
2021-07-07 18:15     ` Bjorn Andersson
2021-07-07 18:22       ` Linus Torvalds
2021-07-07 19:09         ` Bjorn Andersson
2021-07-07 18:45 ` pr-tracker-bot

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.