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 20A3DC4332F for ; Tue, 15 Nov 2022 13:52:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238535AbiKONw4 (ORCPT ); Tue, 15 Nov 2022 08:52:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238581AbiKONwe (ORCPT ); Tue, 15 Nov 2022 08:52:34 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C9672B196; Tue, 15 Nov 2022 05:51:52 -0800 (PST) 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 AF1C3617A5; Tue, 15 Nov 2022 13:51:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1E19C433D6; Tue, 15 Nov 2022 13:51:48 +0000 (UTC) Date: Tue, 15 Nov 2022 13:51:44 +0000 From: Catalin Marinas To: Anshuman Khandual Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, will@kernel.org, Suzuki K Poulose , James Morse , Jonathan Corbet , Mark Rutland , linux-doc@vger.kernel.org Subject: Re: [PATCH V2 1/2] arm64: Add Cortex-715 CPU part definition Message-ID: References: <20221113012645.190301-1-anshuman.khandual@arm.com> <20221113012645.190301-2-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221113012645.190301-2-anshuman.khandual@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Sun, Nov 13, 2022 at 06:56:44AM +0530, Anshuman Khandual wrote: > Add the CPU Partnumbers for the new Arm designs. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Suzuki K Poulose > Cc: James Morse > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Anshuman Khandual Acked-by: Catalin Marinas 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 ECA1BC433FE for ; Tue, 15 Nov 2022 13:52:57 +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=/lkzohiENaVV9qzojVKOqnuXfqYT35os7Qo4wesW67o=; b=YeNSwHO51zEffv wW8okl5VPeOKQPBXAWlVVzi6QHYRNxxkUnGSR+p4Yum/WwJay8VVCRCaNPG+/0jQltZMsxrueOY7B bzAjxbnPauiuce1udvbWhh7bkson87ZOgiO06YGjnculO7mH43I0LXrdpLw+d8XD4Pbvh3WQPvc1i xIQW+58LVqQ4R/pJ5tDmvxQbWc/O3Xpyc7ERS+9fhe0yE7Y4FowBHk/rUOiiZstLT5xafFrdX5LfP jfErbGfSLUUmu4QdBdGgH3F/XAOjvu40P+gObNERm1+G08QO4CBTCWgWmLKVi7Dp1lgY6Kd7Nv/AV u6jSXBoRAEc/eKV4vUEw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouwM1-00BcyO-9K; Tue, 15 Nov 2022 13:51:57 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouwLw-00BcvG-4z for linux-arm-kernel@lists.infradead.org; Tue, 15 Nov 2022 13:51:54 +0000 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 A81276179A; Tue, 15 Nov 2022 13:51:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1E19C433D6; Tue, 15 Nov 2022 13:51:48 +0000 (UTC) Date: Tue, 15 Nov 2022 13:51:44 +0000 From: Catalin Marinas To: Anshuman Khandual Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, will@kernel.org, Suzuki K Poulose , James Morse , Jonathan Corbet , Mark Rutland , linux-doc@vger.kernel.org Subject: Re: [PATCH V2 1/2] arm64: Add Cortex-715 CPU part definition Message-ID: References: <20221113012645.190301-1-anshuman.khandual@arm.com> <20221113012645.190301-2-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221113012645.190301-2-anshuman.khandual@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221115_055152_247615_649BA35D X-CRM114-Status: GOOD ( 10.59 ) 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 Sun, Nov 13, 2022 at 06:56:44AM +0530, Anshuman Khandual wrote: > Add the CPU Partnumbers for the new Arm designs. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Suzuki K Poulose > Cc: James Morse > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Anshuman Khandual Acked-by: Catalin Marinas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel