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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8BBDAC2BA4C for ; Wed, 26 Jan 2022 10:10:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=r7JFwsEPS4CTTZscU8oY2hbQ0x+gbJMLiR6orLKN9j8=; b=PD37aJAkTGBWmw Jp7iTGn9mV3v1vzb/0kzPFFuI/ibXNrtJGE0DClwD6relguYn1Zrx9h6aehgQ7FoWDdoYCsogqdIt /POVpY9kAuYFhSwFC/0rzabtYnYVr0BO/qqhcS3ln9qQxQ4F7KM/dmMSL3PercCTIt9Hlmnlmu+ku jjfGPaRIAJtD2sU2u2c1+2z9t1mF1qRuvuovm2c8nO8meI9qCbZcyYgcu6IbAYjOmY3fE4O2zYULN 8Tb0og+ywZX2cm+3bJYUQt5HIAhKfgxJ2fDszP2S8Usc0eDcGBL1X7A0z0cWZr72aJjM12aP+fiiR tINKtk25vNcrn5Tq/F6Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCfEo-00B91T-VU; Wed, 26 Jan 2022 10:09:15 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCfEk-00B90H-NN for linux-arm-kernel@lists.infradead.org; Wed, 26 Jan 2022 10:09:12 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 725C81FB; Wed, 26 Jan 2022 02:09:07 -0800 (PST) Received: from bogus (unknown [10.57.39.189]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3864E3F766; Wed, 26 Jan 2022 02:09:06 -0800 (PST) Date: Wed, 26 Jan 2022 10:08:31 +0000 From: Sudeep Holla To: Chao Liu Cc: catalin.marinas@arm.com, will@kernel.org, Sudeep Holla , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, hewenliang4@huawei.com, zhoukang7@huawei.com Subject: Re: [PATCH v2] add cpu frequency to cpuinfo in arm64 Message-ID: <20220126100831.vrjid6c6k5qafd6a@bogus> References: <20220126092349.285642-1-liuchao173@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220126092349.285642-1-liuchao173@huawei.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220126_020910_855738_06ADA6FB X-CRM114-Status: UNSURE ( 8.84 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jan 26, 2022 at 09:23:49AM +0000, Chao Liu wrote: > There is cpu frequency in /proc/cpuinfo in x86 but not in arm64 > This has been repeatedly rejected in the past for valid reasons. I could find this link[1] quickly, but I am sure you can find a handful of such attempts in the past. -- Regards, Sudeep [1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/1386924222-23169-1-git-send-email-vkale@apm.com/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel