mbox series

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

Message ID 20171020115603.9828-2-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/7] dt-bindings: Updates for v4.15-rc1 | expand

Pull-request

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

Message

Thierry Reding Oct. 20, 2017, 11:55 a.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to f2381f652266fabfb7a8f5c4b2a05de36cad3a73:

  firmware: tegra: Add BPMP debugfs support (2017-10-19 16:27:56 +0200)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v4.15-rc1

This contains a couple of (non-critical) fixes and improvements for the
BPMP driver as well as support for debugfs.

----------------------------------------------------------------
Mikko Perttunen (2):
      firmware: tegra: Expose tegra_bpmp_mrq_return()
      firmware: tegra: Add stubs when BPMP not enabled

Timo Alho (2):
      firmware: tegra: Propagate error code to caller
      firmware: tegra: Add BPMP debugfs support

 drivers/firmware/tegra/Makefile       |   4 +-
 drivers/firmware/tegra/bpmp-debugfs.c | 444 ++++++++++++++++++++++++++++++++++
 drivers/firmware/tegra/bpmp.c         |  31 ++-
 include/soc/tegra/bpmp.h              |  59 ++++-
 4 files changed, 526 insertions(+), 12 deletions(-)
 create mode 100644 drivers/firmware/tegra/bpmp-debugfs.c

Comments

Arnd Bergmann Nov. 2, 2017, 3:15 p.m. UTC | #1
On Fri, Oct 20, 2017 at 1:55 PM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> Hi ARM SoC maintainers,
>
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-firmware
>
> for you to fetch changes up to f2381f652266fabfb7a8f5c4b2a05de36cad3a73:
>
>   firmware: tegra: Add BPMP debugfs support (2017-10-19 16:27:56 +0200)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> firmware: tegra: Changes for v4.15-rc1
>
> This contains a couple of (non-critical) fixes and improvements for the
> BPMP driver as well as support for debugfs.

Pulled into next/drivers, thanks!

       Arnd