From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f51.google.com ([209.85.160.51]:35516 "EHLO mail-pb0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755403Ab3FPSvj convert rfc822-to-8bit (ORCPT ); Sun, 16 Jun 2013 14:51:39 -0400 Received: by mail-pb0-f51.google.com with SMTP id um15so2066486pbc.10 for ; Sun, 16 Jun 2013 11:51:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 To: Stephen Warren , Jay Agarwal From: Mike Turquette In-Reply-To: <51B8956B.8020704@wwwdotorg.org> Cc: linux@arm.linux.org.uk, thierry.reding@avionic-design.de, bhelgaas@google.com, ldewangan@nvidia.com, olof@lixom.net, hdoyu@nvidia.com, pgaikwad@nvidia.com, pdeschrijver@nvidia.com, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, jtukkinen@nvidia.com, kthota@nvidia.com References: <1371021223-6709-1-git-send-email-jagarwal@nvidia.com> <51B8956B.8020704@wwwdotorg.org> Message-ID: <20130616185132.7541.680@quantum> Subject: Re: [PATCH V4 1/4] ARM: tegra30: clocks: Fix pciex clock registration Date: Sun, 16 Jun 2013 11:51:33 -0700 Sender: linux-pci-owner@vger.kernel.org List-ID: Quoting Stephen Warren (2013-06-12 08:36:11) > On 06/12/2013 01:13 AM, Jay Agarwal wrote: > > Registering pciex as peripheral clock instead of fixed clock > > as tegra_perih_reset_assert(deassert) api of this clock api > > gives warning and ultimately does not succeed to assert(deassert) > > > > Signed-off-by: Jay Agarwal > > --- > > Patch is based on remotes/gitorious_thierryreding_linux/tegra/next and should be applied on top of this. > > In this case, it would make more sense to apply this to the clock tree, > since it's a standalone bug-fix. > > Acked-by: Stephen Warren Pulled into clk-fixes for -rc7. Regards, Mike From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Turquette Subject: Re: [PATCH V4 1/4] ARM: tegra30: clocks: Fix pciex clock registration Date: Sun, 16 Jun 2013 11:51:33 -0700 Message-ID: <20130616185132.7541.680@quantum> References: <1371021223-6709-1-git-send-email-jagarwal@nvidia.com> <51B8956B.8020704@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <51B8956B.8020704-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren , Jay Agarwal Cc: linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org, bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org, hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, jtukkinen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, kthota-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org List-Id: linux-tegra@vger.kernel.org Quoting Stephen Warren (2013-06-12 08:36:11) > On 06/12/2013 01:13 AM, Jay Agarwal wrote: > > Registering pciex as peripheral clock instead of fixed clock > > as tegra_perih_reset_assert(deassert) api of this clock api > > gives warning and ultimately does not succeed to assert(deassert) > > > > Signed-off-by: Jay Agarwal > > --- > > Patch is based on remotes/gitorious_thierryreding_linux/tegra/next and should be applied on top of this. > > In this case, it would make more sense to apply this to the clock tree, > since it's a standalone bug-fix. > > Acked-by: Stephen Warren Pulled into clk-fixes for -rc7. Regards, Mike From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Sun, 16 Jun 2013 11:51:33 -0700 Subject: [PATCH V4 1/4] ARM: tegra30: clocks: Fix pciex clock registration In-Reply-To: <51B8956B.8020704@wwwdotorg.org> References: <1371021223-6709-1-git-send-email-jagarwal@nvidia.com> <51B8956B.8020704@wwwdotorg.org> Message-ID: <20130616185132.7541.680@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Stephen Warren (2013-06-12 08:36:11) > On 06/12/2013 01:13 AM, Jay Agarwal wrote: > > Registering pciex as peripheral clock instead of fixed clock > > as tegra_perih_reset_assert(deassert) api of this clock api > > gives warning and ultimately does not succeed to assert(deassert) > > > > Signed-off-by: Jay Agarwal > > --- > > Patch is based on remotes/gitorious_thierryreding_linux/tegra/next and should be applied on top of this. > > In this case, it would make more sense to apply this to the clock tree, > since it's a standalone bug-fix. > > Acked-by: Stephen Warren Pulled into clk-fixes for -rc7. Regards, Mike