mbox series

[GIT,PULL] remoteproc updates for v5.4

Message ID 20190921165845.GA6693@tuxbook-pro (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] remoteproc updates for v5.4 | expand

Pull-request

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

Message

Bjorn Andersson Sept. 21, 2019, 4:58 p.m. UTC
Hi Linus,

I've finally moved my trees to kernel.org, please pull this and the
coming rpmsg request from their new location.

Regards,
Bjorn

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 150997fac770c37b12459ec52fdf67a5dc1366f5:

  MAINTAINERS: remoteproc: update git tree location (2019-08-26 23:16:44 -0700)

----------------------------------------------------------------
remoteproc updates for v5.4

This exposes the remoteproc's name in sysfs, allows stm32 to enter
platform standby and provides bug fixes for stm32 and Qualcomm's modem
remoteproc drivers. Finally it updates MAINTAINERS to reflect the move
to kernel.org.

----------------------------------------------------------------
Bjorn Andersson (2):
      remoteproc: qcom: Move glink_ssr notification after stop
      MAINTAINERS: remoteproc: update git tree location

Fabien Dessenne (2):
      remoteproc: stm32: clear MCU PDDS at firmware start
      remoteproc: stm32: manage the get_irq probe defer case

Sibi Sankar (1):
      remoteproc: qcom: q6v5-mss: fixup q6v5_pds_enable error handling

Stephen Boyd (1):
      remoteproc: Remove dev_err() usage after platform_get_irq()

Suman Anna (1):
      remoteproc: Add a sysfs interface for name

 Documentation/ABI/testing/sysfs-class-remoteproc | 10 +++++++
 MAINTAINERS                                      |  2 +-
 drivers/remoteproc/da8xx_remoteproc.c            |  4 +--
 drivers/remoteproc/keystone_remoteproc.c         |  4 ---
 drivers/remoteproc/qcom_common.c                 |  4 +--
 drivers/remoteproc/qcom_q6v5.c                   | 35 ++++--------------------
 drivers/remoteproc/qcom_q6v5_mss.c               |  4 +--
 drivers/remoteproc/remoteproc_sysfs.c            | 11 ++++++++
 drivers/remoteproc/stm32_rproc.c                 | 14 ++++++++++
 9 files changed, 46 insertions(+), 42 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 22, 2019, 7:05 p.m. UTC | #1
The pull request you sent on Sat, 21 Sep 2019 09:58:45 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/28de978ba346f4d5baee4e59841b473a7ff38f0d

Thank you!