Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1398007
| From | Jon Hunter <jonathanh@nvidia.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/4] Add support for Tegra210 ACONNECT bus |
| Date | 2016-05-10 13:40 +0200 |
| Message-ID | <rxeb8-1wO-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add support for the ACONNECT bus which is part of the audio sub-system on Tegra210. 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/4] Add support for Tegra210 ACONNECT bus Jon Hunter <jonathanh@nvidia.com> - 2016-05-10 13:40 +0200 [PATCH V2 2/4] bus: Add support for Tegra ACONNECT Jon Hunter <jonathanh@nvidia.com> - 2016-05-10 13:40 +0200 [PATCH V2 1/4] dt-bindings: bus: Add documentation for Tegra210 ACONNECT Jon Hunter <jonathanh@nvidia.com> - 2016-05-10 13:40 +0200
csiph-web