From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [RFC 03/10] cpufreq: exynos: Remove support for Exynos5440 Date: Tue, 1 May 2018 09:08:40 -0500 Message-ID: <20180501140840.GA27306@rob-hp-laptop> References: <20180424203239.21885-1-krzk@kernel.org> <20180424203239.21885-4-krzk@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180424203239.21885-4-krzk@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Krzysztof Kozlowski Cc: Kukjin Kim , Mark Rutland , Tejun Heo , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd , "Rafael J. Wysocki" , Viresh Kumar , Zhang Rui , Eduardo Valentin , Russell King , Hans de Goede , Linus Walleij , Andi Shyti , Mark Brown , Bartlomiej Zolnierkiewicz , Alan Stern , Greg Kroah-Hartman List-Id: devicetree@vger.kernel.org On Tue, Apr 24, 2018 at 10:32:32PM +0200, Krzysztof Kozlowski wrote: > The Exynos5440 is not actively developed, there are no development > boards available and probably there are no real products with it. > Remove wide-tree support for Exynos5440. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/cpufreq/cpufreq-exynos5440.txt | 28 -- > drivers/cpufreq/Kconfig.arm | 14 - > drivers/cpufreq/Makefile | 1 - > drivers/cpufreq/exynos5440-cpufreq.c | 452 --------------------- > 4 files changed, 495 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-exynos5440.txt > delete mode 100644 drivers/cpufreq/exynos5440-cpufreq.c Reviewed-by: Rob Herring