From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [GIT PULL] soc/tegra: Add generic PM domain support Date: Mon, 09 May 2016 16:29:03 +0200 Message-ID: <4251738.3YkFNHn2NH@wuerfel> References: <1461946869-26124-1-git-send-email-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1461946869-26124-1-git-send-email-thierry.reding@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-arm-kernel@lists.infradead.org Cc: Alexandre Courbot , arm@kernel.org, Stephen Warren , Jon Hunter , Thierry Reding , linux-tegra@vger.kernel.org List-Id: linux-tegra@vger.kernel.org On Friday 29 April 2016 18:21:06 Thierry Reding wrote: > soc/tegra: Add generic PM domain support > > Implements generic PM domain support on top of the existing Tegra power- > gate API. Drivers are thus allowed to move away from the Tegra-specific > API and towards using generic power domains directly. > > Merged into next/drivers, thanks! Arnd