]> 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)
commit20884742f6bd619ab34d39b47802faaf4457967c
tree17356a5da4d8c5e964f74039cc001b47cb92897b
parent66aaea31dfe8bbd5d212ec45dd800b503c772b34
parent23e677fcf769cbe3c3c43bc55af73586478913d7
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()