All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	soc-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: Thierry Reding
	<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [GIT PULL 2/7] firmware: tegra: Changes for v5.9-rc1
Date: Fri, 17 Jul 2020 18:12:55 +0200	[thread overview]
Message-ID: <20200717161300.1661002-2-thierry.reding@gmail.com> (raw)
In-Reply-To: <20200717161300.1661002-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Hi ARM SoC maintainers,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4e87189912bd2167998d82c95bb68f73185069e2:

  firmware: tegra: Update BPMP ABI (2020-07-14 18:03:45 +0200)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v5.9-rc1

This has a few cleanups and the addition of a new mechanism to query
debug information from the BPMP.

----------------------------------------------------------------
Jon Hunter (4):
      firmware: tegra: Use consistent return variable name
      firmware: tegra: Prepare for supporting in-band debugfs
      firmware: tegra: Add support for in-band debug
      firmware: tegra: Update BPMP ABI

Timo Alho (1):
      firmware: tegra: Add return code checks and increase debugfs size

 drivers/firmware/tegra/bpmp-debugfs.c | 436 ++++++++++++++--
 drivers/firmware/tegra/bpmp.c         |   6 +-
 include/soc/tegra/bpmp-abi.h          | 913 +++++++++++++++++++++++-----------
 3 files changed, 1038 insertions(+), 317 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: linux-tegra@vger.kernel.org,
	Thierry Reding <thierry.reding@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Jon Hunter <jonathanh@nvidia.com>
Subject: [GIT PULL 2/7] firmware: tegra: Changes for v5.9-rc1
Date: Fri, 17 Jul 2020 18:12:55 +0200	[thread overview]
Message-ID: <20200717161300.1661002-2-thierry.reding@gmail.com> (raw)
In-Reply-To: <20200717161300.1661002-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4e87189912bd2167998d82c95bb68f73185069e2:

  firmware: tegra: Update BPMP ABI (2020-07-14 18:03:45 +0200)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v5.9-rc1

This has a few cleanups and the addition of a new mechanism to query
debug information from the BPMP.

----------------------------------------------------------------
Jon Hunter (4):
      firmware: tegra: Use consistent return variable name
      firmware: tegra: Prepare for supporting in-band debugfs
      firmware: tegra: Add support for in-band debug
      firmware: tegra: Update BPMP ABI

Timo Alho (1):
      firmware: tegra: Add return code checks and increase debugfs size

 drivers/firmware/tegra/bpmp-debugfs.c | 436 ++++++++++++++--
 drivers/firmware/tegra/bpmp.c         |   6 +-
 include/soc/tegra/bpmp-abi.h          | 913 +++++++++++++++++++++++-----------
 3 files changed, 1038 insertions(+), 317 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-07-17 16:12 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17 16:12 [GIT PULL 1/7] dt-bindings: Changes for v5.9-rc1 Thierry Reding
2020-07-17 16:12 ` Thierry Reding
     [not found] ` <20200717161300.1661002-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-17 16:12   ` Thierry Reding [this message]
2020-07-17 16:12     ` [GIT PULL 2/7] firmware: tegra: " Thierry Reding
2020-07-17 16:12   ` [GIT PULL 3/7] memory: " Thierry Reding
2020-07-17 16:12     ` Thierry Reding
2020-07-17 16:12   ` [GIT PULL 4/7] soc/tegra: " Thierry Reding
2020-07-17 16:12     ` Thierry Reding
2020-07-17 16:12   ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
2020-07-17 16:12     ` Thierry Reding
     [not found]     ` <20200717161300.1661002-5-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-17 19:20       ` Arnd Bergmann
2020-07-17 19:20         ` Arnd Bergmann
2020-07-17 16:12   ` [GIT PULL 6/7] ARM: tegra: Default configuration " Thierry Reding
2020-07-17 16:12     ` Thierry Reding
     [not found]     ` <20200717161300.1661002-6-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-17 19:24       ` Arnd Bergmann
2020-07-17 19:24         ` Arnd Bergmann
     [not found]         ` <CAK8P3a1niUF7xK_bmz=8NJbRGxs7iFzNnRgRS9H=bXpMqarsWg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-07-17 20:13           ` Dmitry Osipenko
2020-07-17 20:13             ` Dmitry Osipenko
     [not found]             ` <a6f83a03-3a8f-47d0-6770-fe0e2595cde5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-17 20:23               ` Arnd Bergmann
2020-07-17 20:23                 ` Arnd Bergmann
     [not found]                 ` <CAK8P3a3nSYfotK=0ZL9XqeMi-v0nqxFZnFKy4OAbvnc9qzN8Xw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-07-17 20:25                   ` Dmitry Osipenko
2020-07-17 20:25                     ` Dmitry Osipenko
2020-07-17 16:13   ` [GIT PULL 7/7] arm64: tegra: Device tree " Thierry Reding
2020-07-17 16:13     ` Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200717161300.1661002-2-thierry.reding@gmail.com \
    --to=thierry.reding-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=soc-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.