mbox series

[GIT,PULL,2/6] firmware: tegra: Changes for v6.7-rc1

Message ID 20231013153723.1729109-2-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/6] soc/tegra: Changes for v6.7-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.7-firmware

Message

Thierry Reding Oct. 13, 2023, 3:37 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.7-firmware

for you to fetch changes up to ea608a01d4ee66f8b51070e623f9adb8684c0dd4:

  firmware: tegra: Add suspend hook and reset BPMP IPC early on resume (2023-10-13 14:20:27 +0200)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v6.7-rc1

Contains a typofix and a new mechanism to help fix an issue that can
seemingly hang the system during early resume.

----------------------------------------------------------------
Deming Wang (1):
      firmware: tegra: Fix a typo

Sumit Gupta (1):
      firmware: tegra: Add suspend hook and reset BPMP IPC early on resume

 drivers/firmware/tegra/bpmp.c | 30 ++++++++++++++++++++++++++++++
 include/soc/tegra/bpmp-abi.h  |  2 +-
 include/soc/tegra/bpmp.h      |  6 ++++++
 3 files changed, 37 insertions(+), 1 deletion(-)