Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/anderss...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Apr 2020 16:28:15 +0000 (09:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Apr 2020 16:28:15 +0000 (09:28 -0700)
commit3cda77991eb75aa0066065b7f352a4349ca1a3bc
tree17356a5da4d8c5e964f74039cc001b47cb92897b
parent6a400063826b6ab7a9dc8eeddcb36a55ebbd7dab
parentc2781e4d9bc6d925dfc1ff833dfdaf12b69679de
Merge tag 'rproc-v5.7-fixes' of git://git./linux/kernel/git/andersson/remoteproc

Pull remoteproc fixes from Bjorn Andersson:
 "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"

* tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc:
  remoteproc: mtk_scp: use dma_addr_t for DMA API
  remoteproc: qcom_q6v5_mss: fix q6v5_probe() error paths
  remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()