On Fri, Nov 15, 2013 at 01:54:26PM -0700, Stephen Warren wrote: > From: Stephen Warren > > The "pcie_xclk" clock is not actually a clock at all, but rather a reset > domain. Now that the custom Tegra module reset API has been removed, we > can remove the definition of any "clocks" that existed solely to support > it. > > 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: Mike Turquette > Signed-off-by: Stephen Warren > --- > This patch is part of a series with strong internal depdendencies. I'm > looking for an ack so that I can take the entire series through the Tegra > and arm-soc trees. The series will be part of a stable branch that can be > merged into other subsystems if needed to avoid/resolve dependencies. > --- > drivers/clk/tegra/clk-tegra20.c | 6 ------ > drivers/clk/tegra/clk-tegra30.c | 7 ------- > include/dt-bindings/clock/tegra20-car.h | 2 +- > include/dt-bindings/clock/tegra30-car.h | 2 +- > 4 files changed, 2 insertions(+), 15 deletions(-) Reviewed-by: Thierry Reding