[GIT PULL 1/6] bus: NVIDIA Tegra ACONNECT support

Thierry Reding thierry.reding at gmail.com
Fri Jul 1 07:50:21 PDT 2016


Hi ARM SoC maintainers,

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.8-bus

for you to fetch changes up to 46a88534afb596eb4d9de07ddde778d0e9aa0e3a:

  bus: Add support for Tegra ACONNECT (2016-07-01 16:35:43 +0200)

Thanks,
Thierry

----------------------------------------------------------------
bus: NVIDIA Tegra ACONNECT support

Adds support for the Tegra ACONNECT bus that's used to access the APE
(audio processing engine) on Tegra X1.

----------------------------------------------------------------
Jon Hunter (2):
      dt-bindings: bus: Add documentation for Tegra210 ACONNECT
      bus: Add support for Tegra ACONNECT

 .../bindings/bus/nvidia,tegra210-aconnect.txt      |  45 +++++++++
 drivers/bus/Kconfig                                |  13 +++
 drivers/bus/Makefile                               |   1 +
 drivers/bus/tegra-aconnect.c                       | 112 +++++++++++++++++++++
 4 files changed, 171 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/bus/nvidia,tegra210-aconnect.txt
 create mode 100644 drivers/bus/tegra-aconnect.c



More information about the linux-arm-kernel mailing list