]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit02f0ed2871f1c390a94b4c8fa73625a04053efe4
tree17356a5da4d8c5e964f74039cc001b47cb92897b
parent573fc0d0ab4e0d344b77ade9a359b7c84f73d798
parent566f082f7eb27318a90fe7c75f0c69ef56b21762
Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/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()