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 BBDB6C433EF for ; Thu, 23 Jun 2022 05:34:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229554AbiFWFep (ORCPT ); Thu, 23 Jun 2022 01:34:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiFWFel (ORCPT ); Thu, 23 Jun 2022 01:34:41 -0400 Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09F582B1A6; Wed, 22 Jun 2022 22:34:40 -0700 (PDT) Received: by mail-wm1-x32d.google.com with SMTP id e5so10372895wma.0; Wed, 22 Jun 2022 22:34:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=B8cxDTttGuvM5WfX5frYexXa0T6hUzSm4PgtcOxFD6s=; b=nMxRlStSEh8OiHmbIP+I1FAfjgkYRbF158GwowQoYBAgp1Ry5ceVQzXvYyhPfQsW8w BmPMo13r28aDqxZZT+jWMnoG5WGNuauGXl/TvnXVkCr381COm6zJO2b4PijkUFBJrDow WN66EZCBeYlgzROXe2+KQjtXqKnUO892AETRs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=B8cxDTttGuvM5WfX5frYexXa0T6hUzSm4PgtcOxFD6s=; b=cq0c/JVnS7HghK4R4mHrFX2uC+R+iKuzZtPxmNDgddZWNFGFIvEsPhnVpdsI0XaoA/ C88rhOObxC9/bmTgwPvqBVmrOKR2scOOUoq1Bl4tl5aPMVty7BFZRp+u1MEhdv9xe8Gv QxWmlK9lSj4J+KIu9vaEgr2qxaHdLC9UBWB5CdPXdcrdbPobvBgKG8IzP74SUQ1LnzOb 3VX+fNQJ/hoydkBf5VLcyUjFF1sE8xJ/zYHa+RrkNStSnf/Jg2DjNMseeMjqN8GaULQb cbY3MCobY2TdwBiDAmkydtAvd7KI4V1phHxxvLhPLNna8iMFKBnas+d4TkifiiV/SXN/ +RXQ== X-Gm-Message-State: AJIora9A2/cyify4QsdfHIQQu4je2VCpEdCC2f2gL3WvMS4ZmEy9+bev ewIfC8HGfpRq7th0CLAV5Kek9BFwrp3S2c6uHUc= X-Google-Smtp-Source: AGRyM1tXegIUiy0sBBYZdYNPa6XJdexkZiJZp4a8S0xAChirQ3IDFRLYnIeC5JTovAQeot2wwJ3SQBXgnb4ABFJefv0= X-Received: by 2002:a05:600c:1990:b0:39c:81f0:a882 with SMTP id t16-20020a05600c199000b0039c81f0a882mr1950976wmq.72.1655962478517; Wed, 22 Jun 2022 22:34:38 -0700 (PDT) MIME-Version: 1.0 References: <20220529104928.79636-1-krzysztof.kozlowski@linaro.org> <20220529104928.79636-7-krzysztof.kozlowski@linaro.org> <165589305701.29629.10216921074802952879.b4-ty@linaro.org> In-Reply-To: <165589305701.29629.10216921074802952879.b4-ty@linaro.org> From: Joel Stanley Date: Thu, 23 Jun 2022 05:34:26 +0000 Message-ID: Subject: Re: (subset) [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible To: Krzysztof Kozlowski Cc: Steven Lee , Linux Kernel Mailing List , Andrew Jeffery , devicetree , Linux ARM , Ken Chen , linux-aspeed , Rob Herring , Arnd Bergmann , Krzysztof Kozlowski , David Wang Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 22 Jun 2022 at 10:17, Krzysztof Kozlowski wrote: > > On Sun, 29 May 2022 12:49:28 +0200, Krzysztof Kozlowski wrote: > > "qualcomm" is not a documented compatible and instead "qcom" should be > > used. > > > > > > Applied, thanks! What tree did you apply this to? Did you get review from the maintainer? This board is unmaintained and unused. I would prefer it removed rather than meaningless fixes be applied. > > [7/7] ARM: dts: aspeed: centriq2400: use qcom compatible > https://git.kernel.org/krzk/linux/c/6202c6063145cf9ec22b40aac219122dd702a10f > > Best regards, > -- > Krzysztof Kozlowski 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 715A5C43334 for ; Thu, 23 Jun 2022 05:35:48 +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:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DtJm900pT78caGlIQrj/iYTv2Y2UadcV3GBprOjwMWE=; b=gYfgs44bAOvVEA E9PkArr7s+ygAqquwGqzc2/jwNsaO/mBy7WltJtQoP1xkJbYV9bgA8+sEZsQ8I/outOoZmqhYzr1m jfZeF/zXVcnC76q5F0hekvjoE88Rak5Agbddhzf5xjTbYrOj7SjGa/BMFgYewALhnCxLGwR64dUaN nzyfA4f0LecvLaCw/nJxgATOjPy/H2inP49cGx9DIJvwteXIiO7aDd4ArrFwpq+f9h3ru/R08wkJI jERStkfH6bbZNbM3pzoKeL9hhr2YjeMcAZA735pJD3X/milS/ulunR90duNZ948lxbviVgxYyf/6Y 4RMFzNxPSRE9dS6++stQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o4FUL-00DUwt-BX; Thu, 23 Jun 2022 05:34:45 +0000 Received: from mail-wm1-x331.google.com ([2a00:1450:4864:20::331]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o4FUI-00DUw7-5D for linux-arm-kernel@lists.infradead.org; Thu, 23 Jun 2022 05:34:43 +0000 Received: by mail-wm1-x331.google.com with SMTP id l2-20020a05600c4f0200b0039c55c50482so848894wmq.0 for ; Wed, 22 Jun 2022 22:34:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=B8cxDTttGuvM5WfX5frYexXa0T6hUzSm4PgtcOxFD6s=; b=nMxRlStSEh8OiHmbIP+I1FAfjgkYRbF158GwowQoYBAgp1Ry5ceVQzXvYyhPfQsW8w BmPMo13r28aDqxZZT+jWMnoG5WGNuauGXl/TvnXVkCr381COm6zJO2b4PijkUFBJrDow WN66EZCBeYlgzROXe2+KQjtXqKnUO892AETRs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=B8cxDTttGuvM5WfX5frYexXa0T6hUzSm4PgtcOxFD6s=; b=HBA6ZIluUAYZU/WGId1DMTaIM7QxUnHndM6Bzh9cOEcf2Rzq4irVSU3doObLWjO2Tj xZK15i1w8Zw0KujmwGkc5KhoSSuuyxxLYIj9aEf4itjRwIkbk1BKKj7D1bwJ83eVVj6Z u41dtrB0EOU6kKT2wd7+/mhlH2eX5QUKIlKMXZgz4G+j9UQOSdhAI72VPsWkz8D2EhAZ JvZr4+0WSmumC3uMwMyiXpnDNcSVBxZFsIGaAdXTbeEwACXh6OkGSLnUDmwFJNxhndbh mE27oLZvSieoGSpNmMyfJlMuAevG5v4F11G2wEda72HwhDVmo+haEfWKyCjGL8XaGAod 4TyA== X-Gm-Message-State: AJIora9Pv6T07MA12rCloq3b+h56+a47W4XEUXO9zGW4xHSF0X1VC5+6 x0njcrIICADPZiMiQKvikYg99c7+Drbycsh1R6o= X-Google-Smtp-Source: AGRyM1tXegIUiy0sBBYZdYNPa6XJdexkZiJZp4a8S0xAChirQ3IDFRLYnIeC5JTovAQeot2wwJ3SQBXgnb4ABFJefv0= X-Received: by 2002:a05:600c:1990:b0:39c:81f0:a882 with SMTP id t16-20020a05600c199000b0039c81f0a882mr1950976wmq.72.1655962478517; Wed, 22 Jun 2022 22:34:38 -0700 (PDT) MIME-Version: 1.0 References: <20220529104928.79636-1-krzysztof.kozlowski@linaro.org> <20220529104928.79636-7-krzysztof.kozlowski@linaro.org> <165589305701.29629.10216921074802952879.b4-ty@linaro.org> In-Reply-To: <165589305701.29629.10216921074802952879.b4-ty@linaro.org> From: Joel Stanley Date: Thu, 23 Jun 2022 05:34:26 +0000 Message-ID: Subject: Re: (subset) [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible To: Krzysztof Kozlowski Cc: Steven Lee , Linux Kernel Mailing List , Andrew Jeffery , devicetree , Linux ARM , Ken Chen , linux-aspeed , Rob Herring , Arnd Bergmann , Krzysztof Kozlowski , David Wang X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220622_223442_238461_8D29F1F1 X-CRM114-Status: GOOD ( 12.24 ) 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, 22 Jun 2022 at 10:17, Krzysztof Kozlowski wrote: > > On Sun, 29 May 2022 12:49:28 +0200, Krzysztof Kozlowski wrote: > > "qualcomm" is not a documented compatible and instead "qcom" should be > > used. > > > > > > Applied, thanks! What tree did you apply this to? Did you get review from the maintainer? This board is unmaintained and unused. I would prefer it removed rather than meaningless fixes be applied. > > [7/7] ARM: dts: aspeed: centriq2400: use qcom compatible > https://git.kernel.org/krzk/linux/c/6202c6063145cf9ec22b40aac219122dd702a10f > > Best regards, > -- > Krzysztof Kozlowski _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel