mbox series

[GIT,PULL] remoteproc updates for v5.5

Message ID 20191130191330.GA151303@yoga (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] remoteproc updates for v5.5 | expand

Pull-request

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

Message

Bjorn Andersson Nov. 30, 2019, 7:13 p.m. UTC
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e3cb40d4d80516a8f4e9afaebe4d672821a2c97b:

  Revert "dt-bindings: remoteproc: stm32: add wakeup-source" (2019-11-30 10:41:03 -0800)

----------------------------------------------------------------
remoteproc updates for v5.5

This adds support for booting the modem processor on Qualcomm MSM8998
and carries some cleanup up and bug fixes to the framework and the stm32
driver.

----------------------------------------------------------------
Arnaud Pouliquen (1):
      remoteproc: stm32: use workqueue to treat mailbox callback

Ben Dooks (Codethink) (1):
      remoteproc: fix argument 2 of rproc_mem_entry_init

Bjorn Andersson (1):
      Revert "dt-bindings: remoteproc: stm32: add wakeup-source"

Clement Leger (2):
      remoteproc: remove useless typedef
      remoteproc: Fix wrong rvring index computation

Ding Xiang (1):
      remoteproc: debug: Remove unneeded NULL check

Fabien Dessenne (3):
      dt-bindings: remoteproc: stm32: add wakeup-source
      remoteproc: stm32: wakeup the system by wdg irq
      remoteproc: stm32: fix probe error case

Jeffrey Hugo (2):
      dt-bindings: remoteproc: qcom: Add Q6v5 Modem PIL binding for MSM8998
      remoteproc: qcom_q6v5_mss: Add support for MSM8998

 .../devicetree/bindings/remoteproc/qcom,q6v5.txt   |   6 ++
 drivers/remoteproc/qcom_q6v5_mss.c                 |  52 +++++++++--
 drivers/remoteproc/remoteproc_core.c               |   9 +-
 drivers/remoteproc/remoteproc_debugfs.c            |   3 -
 drivers/remoteproc/stm32_rproc.c                   | 100 +++++++++++++++++++--
 5 files changed, 149 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 2, 2019, 2:50 a.m. UTC | #1
The pull request you sent on Sat, 30 Nov 2019 11:13:30 -0800:

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

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

Thank you!