Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp267301ybt; Thu, 25 Jun 2020 21:57:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz43Rj4Ag/f9QBGmHP6Yeen7aSDAcADR+Xcfl3bluguHaasWT5rxH+zHpY8fnSQvDxtN/kh X-Received: by 2002:aa7:ccd5:: with SMTP id y21mr1504844edt.91.1593147428364; Thu, 25 Jun 2020 21:57:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593147428; cv=none; d=google.com; s=arc-20160816; b=mcaDWXoDdC7iQ7RHkci2ksLMbMOOcOkYrjwpiIGnBQ44j9QvsdfAMfxYzDDC1FK6yc DrMVmq0CL3X4mcMHknndevIduOEYbPLLOyRrv4iREevWidQZhXXvkGWn4dI+gLq3xxby ZT5LEioMLoQywN2bpa1eM5zuRN8yfs3tjO/u24Szqqwn9RZGwEQrk0kZOJpYa7jzpAL7 7buRy3HDaoFxBLEX+jpc4/CCQ7s0qFfkC1OIkBKoP1gqUoWepFu5Y9nCelamy12Ntvia 883yF5O7SEzbbB5A+DXayKO0/VwwzVfjel+mbXSD83jBg0/iLgKMvDHvYzkl9b2LUPbx fbpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:references :in-reply-to:cc:to:from; bh=Ii4NeZ1Ayt71lUcga8CDNQn3oP2/3EJdbcb/jtMFo3M=; b=TTX+6xFpxZm5m/yjzq2uY9Cm2PwVWdQOSfdnszOLH7fF3J5lPulXmgdp3B0+4cUWaf mGbjltZetyMvRoYXpn9cyc0D+l5Rpco9wKxUf1tLsXRF6I03WHGoai2hRX/MhbuYj4pL lYSsPSa37okSsbrOrfxVCZUxMOeAH0zy/gR0PHm7fniFp4hI4oM0+m5E2exnw51i1dji OJI+nt9YWDuqHc2PLB2fcKyWTBXKwcbLc/r6lZtODH8TOB6n1txUetQ2VRepHTYvH4aC gw0thu6zDy2Nmu1ygaZVHiv4398A2kreGEtJEyir8mD78UvQzg7OdxWMTPoamNsIqRAl A3qw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id do22si19967157ejc.79.2020.06.25.21.56.45; Thu, 25 Jun 2020 21:57:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727976AbgFZEqT (ORCPT + 99 others); Fri, 26 Jun 2020 00:46:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38106 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727892AbgFZEqH (ORCPT ); Fri, 26 Jun 2020 00:46:07 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CF159C08C5C1 for ; Thu, 25 Jun 2020 21:46:06 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 49tPTk46GLz9sT6; Fri, 26 Jun 2020 14:46:01 +1000 (AEST) From: Michael Ellerman To: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Murilo Opsfelder Araujo Cc: "Aneesh Kumar K . V" , Alistair Popple , Paul Mackerras , Murilo Opsfelder Araujo , Jordan Niethe , Daniel Axtens In-Reply-To: <20200610215114.167544-1-muriloo@linux.ibm.com> References: <20200610215114.167544-1-muriloo@linux.ibm.com> Subject: Re: [PATCH 0/3] powerpc/dt_cpu_ftrs: Make use of ISA_V3_* macros Message-Id: <159314672575.1150869.4769012042408741773.b4-ty@ellerman.id.au> Date: Fri, 26 Jun 2020 14:46:01 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 Jun 2020 18:51:11 -0300, Murilo Opsfelder Araujo wrote: > The first patch removes unused macro ISA_V2_07B. The second and third > patches make use of macros ISA_V3_0B and ISA_V3_1, respectively, > instead their corresponding literals. > > Murilo Opsfelder Araujo (3): > powerpc/dt_cpu_ftrs: Remove unused macro ISA_V2_07B > powerpc/dt_cpu_ftrs: Make use of macro ISA_V3_0B > powerpc/dt_cpu_ftrs: Make use of macro ISA_V3_1 > > [...] Applied to powerpc/next. [1/3] powerpc/dt_cpu_ftrs: Remove unused macro ISA_V2_07B https://git.kernel.org/powerpc/c/f39eb5d8ac707fd59029a06c3f985f29b1aaa26b [2/3] powerpc/dt_cpu_ftrs: Make use of macro ISA_V3_0B https://git.kernel.org/powerpc/c/e781f12a60a7bddb50909d42478cca8724c8b113 [3/3] powerpc/dt_cpu_ftrs: Make use of macro ISA_V3_1 https://git.kernel.org/powerpc/c/7714394706c0309b3f3fc474b390463d60eb6cb1 cheers