From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] ARM: tegra: powergate: Use PMC register accessors Date: Mon, 16 Jun 2014 13:28:29 -0600 Message-ID: <539F455D.80204@wwwdotorg.org> References: <1402487285-5626-1-git-send-email-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1402487285-5626-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thierry Reding Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 06/11/2014 05:48 AM, Thierry Reding wrote: > From: Thierry Reding > > Instead of I/O remapping the registers itself, make the powergate API > use the PMC register accessors from the PMC implementation. > > This is necessary to allow these drivers to be moved out of arch/arm, > which in turn will be needed to share code with 64-bit Tegra SoCs. Applied to Tegra's for-3.17/soc branch. From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Mon, 16 Jun 2014 13:28:29 -0600 Subject: [PATCH] ARM: tegra: powergate: Use PMC register accessors In-Reply-To: <1402487285-5626-1-git-send-email-thierry.reding@gmail.com> References: <1402487285-5626-1-git-send-email-thierry.reding@gmail.com> Message-ID: <539F455D.80204@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/11/2014 05:48 AM, Thierry Reding wrote: > From: Thierry Reding > > Instead of I/O remapping the registers itself, make the powergate API > use the PMC register accessors from the PMC implementation. > > This is necessary to allow these drivers to be moved out of arch/arm, > which in turn will be needed to share code with 64-bit Tegra SoCs. Applied to Tegra's for-3.17/soc branch.