mbox series

[GIT,PULL] remoteproc fixes for v5.7

Message ID 20200422230833.GA2112870@builder.lan (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] remoteproc fixes for v5.7 | expand

Pull-request

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

Message

Bjorn Andersson April 22, 2020, 11:08 p.m. UTC
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c2781e4d9bc6d925dfc1ff833dfdaf12b69679de:

  remoteproc: mtk_scp: use dma_addr_t for DMA API (2020-04-16 15:53:15 -0700)

----------------------------------------------------------------
remoteproc fixes for v5.7

This fixes a regression in the probe error path of the Qualcomm modem
remoteproc driver and a mix up of phy_addr_t and dma_addr_t in the
Mediatek SCP control driver.

----------------------------------------------------------------
Alex Elder (2):
      remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()
      remoteproc: qcom_q6v5_mss: fix q6v5_probe() error paths

Arnd Bergmann (1):
      remoteproc: mtk_scp: use dma_addr_t for DMA API

 drivers/remoteproc/mtk_common.h    |  2 +-
 drivers/remoteproc/mtk_scp.c       |  6 +++---
 drivers/remoteproc/qcom_q6v5_mss.c | 33 ++++++++++++++++++++-------------
 3 files changed, 24 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org April 23, 2020, 4:45 p.m. UTC | #1
The pull request you sent on Wed, 22 Apr 2020 16:08:33 -0700:

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

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

Thank you!