bus: Add support for Tegra ACONNECT
authorJon Hunter <jonathanh@nvidia.com>
Fri, 17 Jun 2016 12:40:32 +0000 (13:40 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 1 Jul 2016 14:35:43 +0000 (16:35 +0200)
commit46a88534afb596eb4d9de07ddde778d0e9aa0e3a
tree4f20528a8c3ccb44194dde98eaf6027f5d01934c
parent894b68e1941fa572a97dc059865e5669ecaa3b4a
bus: Add support for Tegra ACONNECT

Add a bus driver for the Tegra ACONNECT which is used to interface to
various devices within the Audio Processing Engine (APE). The purpose
of the bus driver is to register child devices that are accessed via
the ACONNECT bus and through the device parent child relationship,
ensure that the appropriate power domain and clocks are enabled for
the ACONNECT when any of the child devices are active. Hence, the
ACONNECT driver simply enables runtime-pm for the ACONNECT device
so that when a child device is resumed, it will enable the power-domain
and clocks associated with the ACONNECT.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/tegra-aconnect.c [new file with mode: 0644]