linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/10] mailbox: Add Tegra HSP driver
@ 2016-11-18 16:17 Thierry Reding
  2016-11-18 16:17 ` [GIT PULL 2/10] firmware: Add Tegra IVC and BPMP support Thierry Reding
                   ` (9 more replies)
  0 siblings, 10 replies; 31+ messages in thread
From: Thierry Reding @ 2016-11-18 16:17 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.10-mailbox

for you to fetch changes up to 68050eb6c611527232fe5574c7306e97e47499ef:

  mailbox: tegra-hsp: Use after free in tegra_hsp_remove_doorbells() (2016-11-18 14:32:13 +0100)

Thanks,
Thierry

----------------------------------------------------------------
mailbox: Add Tegra HSP driver

This contains the device tree bindings and a driver for the Tegra HSP, a
hardware block that provides hardware synchronization primitives and is
the foundation for inter-processor communication between CPU and BPMP.

----------------------------------------------------------------
Dan Carpenter (1):
      mailbox: tegra-hsp: Use after free in tegra_hsp_remove_doorbells()

Joseph Lo (2):
      soc/tegra: Add Tegra186 support
      dt-bindings: mailbox: Add Tegra HSP binding

Thierry Reding (2):
      Merge branch 'for-4.10/soc' into for-4.10/mailbox
      mailbox: Add Tegra HSP driver

 .../bindings/mailbox/nvidia,tegra186-hsp.txt       |  52 +++
 drivers/mailbox/Kconfig                            |   9 +
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/tegra-hsp.c                        | 479 +++++++++++++++++++++
 drivers/soc/tegra/Kconfig                          |  14 +
 include/dt-bindings/mailbox/tegra186-hsp.h         |  24 ++
 6 files changed, 580 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.txt
 create mode 100644 drivers/mailbox/tegra-hsp.c
 create mode 100644 include/dt-bindings/mailbox/tegra186-hsp.h

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2016-12-04  5:25 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18 16:17 [GIT PULL 1/10] mailbox: Add Tegra HSP driver Thierry Reding
2016-11-18 16:17 ` [GIT PULL 2/10] firmware: Add Tegra IVC and BPMP support Thierry Reding
2016-11-19  2:31   ` Olof Johansson
2016-11-21  8:29     ` Thierry Reding
2016-12-04  5:10       ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 3/10] reset: Add Tegra BPMP reset driver Thierry Reding
2016-11-19  2:32   ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 4/10] bus: Add Tegra GMI support Thierry Reding
2016-11-19  2:33   ` Olof Johansson
2016-11-19  2:35   ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 5/10] soc: tegra: Core SoC changes for v4.10-rc1 Thierry Reding
2016-11-19  2:35   ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 6/10] dt-bindings: Cleanups and additions " Thierry Reding
2016-11-19  2:35   ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 7/10] ARM: tegra: Device tree changes " Thierry Reding
2016-11-19  2:36   ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 8/10] ARM: tegra: Default configuration updates " Thierry Reding
2016-11-19  2:37   ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 9/10] arm64: tegra: Device tree changes " Thierry Reding
2016-11-19  2:40   ` Olof Johansson
2016-11-21  8:22     ` Thierry Reding
2016-12-04  5:13       ` Olof Johansson
2016-11-21 10:23   ` [GIT PULL v2 " Thierry Reding
2016-11-30 16:08     ` Arnd Bergmann
2016-11-18 16:17 ` [GIT PULL 10/10] arm64: tegra: Default configuration updates " Thierry Reding
2016-11-30 16:10   ` Arnd Bergmann
2016-11-30 16:39     ` Thierry Reding
2016-11-30 21:12       ` Arnd Bergmann
2016-11-19  2:27 ` [GIT PULL 1/10] mailbox: Add Tegra HSP driver Olof Johansson
2016-11-21  8:17   ` Thierry Reding
2016-12-04  5:25     ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).