devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/4] Add support for Tegra210 ACONNECT bus
@ 2016-06-17 12:40 Jon Hunter
       [not found] ` <1466167234-8288-1-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jon Hunter @ 2016-06-17 12:40 UTC (permalink / raw)
  To: Stephen Warren, Thierry Reding, Alexandre Courbot
  Cc: Rob Herring, Mark Rutland, linux-kernel, linux-tegra, devicetree,
	Jon Hunter

Add support for the ACONNECT bus which is part of the audio sub-system
on Tegra210.

Changes from V2:
- Updated ACONNECT DT binding documentation to really fix some items
  that should have been updated in V2 (thanks Rob).
- Made the ACONNECT driver tristate in the Kconfig seeing that it has
  a remove function (and verified it builds ok as a module).

Changes from V1:
- Updated ACONNECT DT binding documentation and DT binding per feedback
  from Rob H.
- Added patch to populate the audio power-domain which is needed to
  successfully build the DT blob (this was missed as it was part of
  my local testing tree).

Jon Hunter (4):
  dt-bindings: bus: Add documentation for Tegra210 ACONNECT
  bus: Add support for Tegra ACONNECT
  ARM64: tegra: Add audio PM domain device node for Tegra210
  arm64: tegra: Add ACONNECT bus node for Tegra210

 .../bindings/bus/nvidia,tegra210-aconnect.txt      |  45 ++++++++
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  21 ++++
 drivers/bus/Kconfig                                |   9 ++
 drivers/bus/Makefile                               |   1 +
 drivers/bus/tegra-aconnect.c                       | 113 +++++++++++++++++++++
 5 files changed, 189 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/bus/nvidia,tegra210-aconnect.txt
 create mode 100644 drivers/bus/tegra-aconnect.c

-- 
2.1.4

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

end of thread, other threads:[~2016-06-17 12:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-17 12:40 [PATCH V3 0/4] Add support for Tegra210 ACONNECT bus Jon Hunter
     [not found] ` <1466167234-8288-1-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-06-17 12:40   ` [PATCH V3 1/4] dt-bindings: bus: Add documentation for Tegra210 ACONNECT Jon Hunter
2016-06-17 12:40   ` [PATCH V3 3/4] ARM64: tegra: Add audio PM domain device node for Tegra210 Jon Hunter
2016-06-17 12:40 ` [PATCH V3 2/4] bus: Add support for Tegra ACONNECT Jon Hunter
2016-06-17 12:40 ` [PATCH V3 4/4] arm64: tegra: Add ACONNECT bus node for Tegra210 Jon Hunter

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).