From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E39EDECAAA1 for ; Thu, 27 Oct 2022 23:11:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235028AbiJ0XLG (ORCPT ); Thu, 27 Oct 2022 19:11:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229941AbiJ0XLF (ORCPT ); Thu, 27 Oct 2022 19:11:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E14709A28C; Thu, 27 Oct 2022 16:11:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7C51B62595; Thu, 27 Oct 2022 23:11:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C76F5C43470; Thu, 27 Oct 2022 23:11:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666912260; bh=KpiEoi6pX2qKSKUG5diicN97WlLWtC2P66cRAuNsOnE=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Aoa2evZvjzvRF4K1QlaTMcMNpdb1/mxlcG+r8YmUmGF1l34Uecq70uF9O7xf+ICY6 2cQdLsVudksJ9udKltQeOWBIHEEye9dHJGVqiAjWS1HbTV3UVisCAbuiYMvo2Yp81o asisy+aHeOSh5t7qrsLsMnpIID7Zcb5MfYQ5OtLH7NB8PDjZjjDupHr5NQYBVwFcrX FxDZmmz94qFYesdi7izz8Foh4VPm/W80yAAQUKjsumAbM9JWXX9cNuSpvXAi0rdQnQ s2pS4HeRbDMHCI541D2Tyy5G1DySXnjARmYp7LWWxFqOiLRKVgWgxXCnMg4BON7kDZ na7zbhXEsEnwQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221021203329.4143397-2-arnd@kernel.org> References: <20221021202254.4142411-1-arnd@kernel.org> <20221021203329.4143397-2-arnd@kernel.org> Subject: Re: [PATCH 02/21] ARM: s3c: remove s3c24xx specific hacks From: Stephen Boyd Cc: linux-kernel@vger.kernel.org, Ben Dooks , Simtec Linux Team , Arnd Bergmann , Alim Akhtar , Daniel Lezcano , Thomas Gleixner , Jonathan Cameron , Lars-Peter Clausen , Sylwester Nawrocki , Mauro Carvalho Chehab , Ulf Hansson , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Tomasz Figa , Linus Walleij , Alessandro Zummo , Alexandre Belloni , Greg Kroah-Hartman , Jiri Slaby , Guenter Roeck , Chanwoo Choi , linux-samsung-soc@vger.kernel.org, linux-i2c@vger.kernel.org, linux-iio@vger.kernel.org, linux-media@vger.kernel.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, linux-gpio@vger.kernel.org, linux-rtc@vger.kernel.org, linux-serial@vger.kernel.org, linux-usb@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-clk@vger.kernel.org To: Arnd Bergmann , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org Date: Thu, 27 Oct 2022 16:10:58 -0700 User-Agent: alot/0.10 Message-Id: <20221027231100.C76F5C43470@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Quoting Arnd Bergmann (2022-10-21 13:27:35) > From: Arnd Bergmann >=20 > A number of device drivers reference CONFIG_ARM_S3C24XX_CPUFREQ or > similar symbols that are no longer available with the platform gone, > though the drivers themselves are still used on newer platforms, > so remove these hacks. >=20 > Signed-off-by: Arnd Bergmann > --- Acked-by: Stephen Boyd # clk