[GIT PULL] remoteproc fixes for v5.12

From: Bjorn Andersson
Date: Fri Apr 09 2021 - 12:08:02 EST


The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9afeefcf06fc7b4bdab06a6e2cb06745bded34dd:

remoteproc: pru: Fix firmware loading crashes on K3 SoCs (2021-03-17 14:15:07 -0500)

----------------------------------------------------------------
remoteproc fixes for v5.12

This fixes an issue with firmware loading on the TI K3 PRU, fixes
compatibility with GNU binutils for the same and resolves link error
due to a 64-bit division in the Qualcomm PIL info.

It also recognizes Mathieu Poirier as co-maintainer of the remoteproc
and rpmsg subsystems.

----------------------------------------------------------------
Arnd Bergmann (1):
remoteproc: qcom: pil_info: avoid 64-bit division

Dimitar Dimitrov (1):
remoteproc: pru: Fix loading of GNU Binutils ELF

Mathieu Poirier (1):
MAINTAINERS: Add co-maintainer for remoteproc/RPMSG subsystems

Suman Anna (1):
remoteproc: pru: Fix firmware loading crashes on K3 SoCs

MAINTAINERS | 2 ++
drivers/remoteproc/pru_rproc.c | 20 +++++++++++++++++++-
drivers/remoteproc/qcom_pil_info.c | 2 +-
3 files changed, 22 insertions(+), 2 deletions(-)