From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: Re: [PATCH 28/31] ARM: tegra: remove legacy clock entries from DT Date: Fri, 29 Nov 2013 15:53:04 +0100 Message-ID: <20131129145303.GH9712@ulmo.nvidia.com> References: <1384548866-13141-1-git-send-email-swarren@wwwdotorg.org> <1384548866-13141-29-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Bg2esWel0ueIH/G/" Return-path: Content-Disposition: inline In-Reply-To: <1384548866-13141-29-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: Stephen Warren , treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org --Bg2esWel0ueIH/G/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 15, 2013 at 01:54:23PM -0700, Stephen Warren wrote: > From: Stephen Warren >=20 > Now that all Tegra drivers have been converted to use the common reset > framework, we can remove all the legacy DT clocks/clock-names entries for > "clocks" that were only used with the old custom Tegra module reset API. >=20 > Cc: treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org > Cc: pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org > Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Signed-off-by: Stephen Warren > --- > arch/arm/boot/dts/tegra20.dtsi | 3 +-- > arch/arm/boot/dts/tegra30.dtsi | 18 +++--------------- > 2 files changed, 4 insertions(+), 17 deletions(-) Reviewed-by: Thierry Reding --Bg2esWel0ueIH/G/ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJSmKpPAAoJEN0jrNd/PrOhml0P/2pixqGQpfNy5CpY5RByXAa7 mzta53EiMJhOyH33gS9Ny20X3uhapTBwhjX8Sp8eibq7udqfj7uuifQ+DWsEgXzm zs4Ggudo10KQCxansXlYjaNxN7b40A6SZ6bjA4LELVdRqhOkLgpr53OyXNocO/nL 1PLnYVPEXGqFpomZc/srW9dQp/DmRTcYivVDoFmGrQUmQctBDOq0Zq3M9bO/xjNp Qg5lJ2Azyc7leTC5moj2nsqJcFAITg6ZjJOFyFUS3hvJ8AWNd0BvDsPKARRh8q7e ywft8QFEOr52GQNarHN6IKbPQexWxvaq5PzDVAkunzf3y0pmTfD+Amv9FIH9MfmK vVpLOCTx44NvBehCAGdaGCAYBZBF/ip6hpm9GepTXKmKPtmn8Fi6W5Ze3fYB40Wb /o11yuzma4b9in6LLhj3GDL5WeceZeHhmXJH5+Uo29CvoF9gdcKCqbIkVSGz8tPu 8rgZ33pY49sP707af+7I2OXEyCExEBY2AFR9/SakVXVBLTGUWxuICTVnt07Tl1Q5 i6SfiP6qxDJp1vVxhVZdIrZy8owO4xseECdrES0gSR9xMIGUgJ+hgND5fuHusUDc CWEE95469oW4DT1zbew0Md3+PelWNkAnRZKh+SXLMXz0kD32L2jaOuabfciVVAzk sEIAQPyba6ZkrEzeH4er =BkWE -----END PGP SIGNATURE----- --Bg2esWel0ueIH/G/-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: thierry.reding@gmail.com (Thierry Reding) Date: Fri, 29 Nov 2013 15:53:04 +0100 Subject: [PATCH 28/31] ARM: tegra: remove legacy clock entries from DT In-Reply-To: <1384548866-13141-29-git-send-email-swarren@wwwdotorg.org> References: <1384548866-13141-1-git-send-email-swarren@wwwdotorg.org> <1384548866-13141-29-git-send-email-swarren@wwwdotorg.org> Message-ID: <20131129145303.GH9712@ulmo.nvidia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Nov 15, 2013 at 01:54:23PM -0700, Stephen Warren wrote: > From: Stephen Warren > > Now that all Tegra drivers have been converted to use the common reset > framework, we can remove all the legacy DT clocks/clock-names entries for > "clocks" that were only used with the old custom Tegra module reset API. > > Cc: treding at nvidia.com > Cc: pdeschrijver at nvidia.com > Cc: linux-tegra at vger.kernel.org > Cc: linux-arm-kernel at lists.infradead.org > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: devicetree at vger.kernel.org > Signed-off-by: Stephen Warren > --- > arch/arm/boot/dts/tegra20.dtsi | 3 +-- > arch/arm/boot/dts/tegra30.dtsi | 18 +++--------------- > 2 files changed, 4 insertions(+), 17 deletions(-) Reviewed-by: Thierry Reding -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: