From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B72133C02 for ; Tue, 14 Feb 2023 08:09:27 +0000 (UTC) Received: by mail-wr1-f47.google.com with SMTP id o18so14746565wrj.3 for ; Tue, 14 Feb 2023 00:09:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Pf9170XvU7zLLAHBJUBXw8LaXOs2tRKFoZ7PkVXYtIY=; b=LPaw8u0ct7tKtQNnm9Nx7k30Lqv1q3WeXUXy9e2Gd6QHcdvXAE67RvKMGi3qZWUoIg e7X/IdGd7CpY22bkryhv5EUqfE65YWzy5ilmG300PpNCUxugKDSMDMYqcTUWEc+Dk42s WwTMOFlV7+BYn6khsV4Zy3/9UsU5umHdY1eQB9h4+g5DeuRYUekGNH7+KEhF9pEzQPi4 T6ACNEscTe7S2OTMWhgH40DZuPdbO1QD5BVzb4vvw4S7RKgVIux0yGq5rCuX+ynXd+CZ kAwHKytA8yjpvF1W6BzhCKYP8URTXGePXMGLjacd43Fo9mXqiRtBXQHGECvQJVS3e/i1 pfaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Pf9170XvU7zLLAHBJUBXw8LaXOs2tRKFoZ7PkVXYtIY=; b=b8ZwTCqWL/Jin/dLEzUX9NibO5DekN9Qqu5d6OBOUDYP7J2PbsRWKMR5mQnJZVSWA+ LeE30PDgxct8Od7gA39iFTbQ6ay39uPAMHrisX8bZGLT3WojWZlR6fFeSDkRB/RHWwwd Yx92Zn/otZmI7xuxY9qwLpLHJJxIAv7cgqRhqBvTNfIJL6J6Kb3T2587ZGCfn8zDl/3e wsRC5WO6T4XcT14C3QIw6vdjD0iGrtXorNvS0BbH46kh4Gm5ywsHW+xgxsz04oslhxYE P723SsStSVwqNRwbLvbO+aJi3Lo9lefIIIp4bywlm26Zv1yKyiFva6qAg0HNciepTWi9 UBmw== X-Gm-Message-State: AO0yUKWDgIeptzlVeDEkM1cfVCR9EQ6GJFRz/xiUAOfXxtfFgN1PK8tV xgdsOQQ+yzlAzZfDfC58elWvlw== X-Google-Smtp-Source: AK7set8WK084Wm25gzk8fxH+tdMAdKMKDQpEY60rw+rQLHE2Nft2xLZqt5ECPRmIVsfYPqc19DrP/A== X-Received: by 2002:adf:f685:0:b0:2c5:5687:5ed5 with SMTP id v5-20020adff685000000b002c556875ed5mr1183986wrp.18.1676362166084; Tue, 14 Feb 2023 00:09:26 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id b16-20020adfe650000000b002c5534db60bsm6115122wrn.71.2023.02.14.00.09.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 14 Feb 2023 00:09:25 -0800 (PST) Message-ID: <1f03e625-3385-06bc-1800-d30ba5da6f0c@linaro.org> Date: Tue, 14 Feb 2023 09:09:23 +0100 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH 2/3] dt-bindings: hwlock: sun6i: Add missing names Content-Language: en-US To: Bastian Germann , Wilken Gottwalt Cc: Ohad Ben-Cohen , Bjorn Andersson , Baolin Wang , Rob Herring , Krzysztof Kozlowski , Chen-Yu Tsai , Samuel Holland , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, devicetree@vger.kernel.org References: <20230213231931.6546-1-bage@debian.org> <20230213231931.6546-3-bage@debian.org> From: Krzysztof Kozlowski In-Reply-To: <20230213231931.6546-3-bage@debian.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 14/02/2023 00:19, Bastian Germann wrote: > The allwinner,sun6i-a31-hwspinlock.yaml binding needs clock-names > and reset-names set to "ahb" as required by the driver. > > Fixes: f9e784dcb63f ("dt-bindings: hwlock: add sun6i_hwspinlock") > Signed-off-by: Bastian Germann > --- With the changes from Andre: Acked-by: Krzysztof Kozlowski Best regards, Krzysztof 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 90869C6379F for ; Tue, 14 Feb 2023 08:10:30 +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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RsSJwnkHxh+t7oNzfXoZWoUpnA038rqa10aLazK919Q=; b=wofuWhRZ9dSO1A ynvFu70fuRRE2oVckCEXwcjwR5TLQlg1SoVVXydRSgfiuEpkloiZeiL98SF6FpPuk6dMuKJVDLflF raoau3d5xVBI+VkkFFsCPsLxOOUdat74fZxuJFzKLIwaud/BoDPUaZgPq8KaR2VII3c3CluKZmmf+ Wa8hrFhr+XoabrEYp8YSqx8ZPHAgnKnkeh5uJoMFH+tqxs3XJdCVBW0vvfdPgV+jCKnNLQ+VTcykH fJf9chvaRWTSK0vIqSxiL5CTaeV3PUUDClTRQX9sjrI/rWtBzsDiyL2FzF0wlpeVmVPGu6Fm6nRWv WFCk5FapyoQMgK4XLhDg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pRqNX-000Sri-Pp; Tue, 14 Feb 2023 08:09:31 +0000 Received: from mail-wr1-x435.google.com ([2a00:1450:4864:20::435]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pRqNT-000SpZ-Gi for linux-arm-kernel@lists.infradead.org; Tue, 14 Feb 2023 08:09:30 +0000 Received: by mail-wr1-x435.google.com with SMTP id r2so14712472wrv.7 for ; Tue, 14 Feb 2023 00:09:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Pf9170XvU7zLLAHBJUBXw8LaXOs2tRKFoZ7PkVXYtIY=; b=LPaw8u0ct7tKtQNnm9Nx7k30Lqv1q3WeXUXy9e2Gd6QHcdvXAE67RvKMGi3qZWUoIg e7X/IdGd7CpY22bkryhv5EUqfE65YWzy5ilmG300PpNCUxugKDSMDMYqcTUWEc+Dk42s WwTMOFlV7+BYn6khsV4Zy3/9UsU5umHdY1eQB9h4+g5DeuRYUekGNH7+KEhF9pEzQPi4 T6ACNEscTe7S2OTMWhgH40DZuPdbO1QD5BVzb4vvw4S7RKgVIux0yGq5rCuX+ynXd+CZ kAwHKytA8yjpvF1W6BzhCKYP8URTXGePXMGLjacd43Fo9mXqiRtBXQHGECvQJVS3e/i1 pfaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Pf9170XvU7zLLAHBJUBXw8LaXOs2tRKFoZ7PkVXYtIY=; b=BkkYCWDrT0hF7T82vWw0yODjYKMuc7ZnGMuP7JJiaThErBRTzGsmdGSoTkPJNqCcE3 fOWBrGQsRuWgQavwJHZn6zLmbaCDkz1fCerakRiYNGdjE7gyYrA6ZLh0aOFuAULIY/9/ jI9u1z5wz0kmuifizRqfqpqusXdj9iRxOR/Jo31abSLJSPl54PsZfqQ/Uim5wdQigZCM azAyQ5HLR82OyC5fMOPckZUzYIuY7X9b5niHcrwUgex3nM6sYrTp3av3RQC0cMGu2EGx aYfZhX6SM4ao/muL4u8tYtiXDugQd7d9cLDwxiaXCgZoJQiz1bOD60Vi2iwxmtIqvPaZ wwaA== X-Gm-Message-State: AO0yUKW96miGOR4I+S5tTvVJqWSQkBR4RYsZAavAZChtP6iZEKDeBpoR BkSlzH6p0Gcq+1yJCslURoGoMA== X-Google-Smtp-Source: AK7set8WK084Wm25gzk8fxH+tdMAdKMKDQpEY60rw+rQLHE2Nft2xLZqt5ECPRmIVsfYPqc19DrP/A== X-Received: by 2002:adf:f685:0:b0:2c5:5687:5ed5 with SMTP id v5-20020adff685000000b002c556875ed5mr1183986wrp.18.1676362166084; Tue, 14 Feb 2023 00:09:26 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id b16-20020adfe650000000b002c5534db60bsm6115122wrn.71.2023.02.14.00.09.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 14 Feb 2023 00:09:25 -0800 (PST) Message-ID: <1f03e625-3385-06bc-1800-d30ba5da6f0c@linaro.org> Date: Tue, 14 Feb 2023 09:09:23 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH 2/3] dt-bindings: hwlock: sun6i: Add missing names Content-Language: en-US To: Bastian Germann , Wilken Gottwalt Cc: Ohad Ben-Cohen , Bjorn Andersson , Baolin Wang , Rob Herring , Krzysztof Kozlowski , Chen-Yu Tsai , Samuel Holland , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, devicetree@vger.kernel.org References: <20230213231931.6546-1-bage@debian.org> <20230213231931.6546-3-bage@debian.org> From: Krzysztof Kozlowski In-Reply-To: <20230213231931.6546-3-bage@debian.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230214_000927_615646_A242520A X-CRM114-Status: UNSURE ( 9.43 ) 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 14/02/2023 00:19, Bastian Germann wrote: > The allwinner,sun6i-a31-hwspinlock.yaml binding needs clock-names > and reset-names set to "ahb" as required by the driver. > > Fixes: f9e784dcb63f ("dt-bindings: hwlock: add sun6i_hwspinlock") > Signed-off-by: Bastian Germann > --- With the changes from Andre: Acked-by: Krzysztof Kozlowski Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel