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 63692EB64DD for ; Sun, 2 Jul 2023 09:33:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229827AbjGBJdq (ORCPT ); Sun, 2 Jul 2023 05:33:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbjGBJdn (ORCPT ); Sun, 2 Jul 2023 05:33:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41E4DE4D; Sun, 2 Jul 2023 02:33:41 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CDCE860BAA; Sun, 2 Jul 2023 09:33:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4DC4C433C8; Sun, 2 Jul 2023 09:33:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688290420; bh=UH1n2yTthj3B7p1yEhf0i44VbnEaiSmdNcGTKxmKXBU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=uTdpnM2eJ5SHjIeMagktSTtN8dJrOcIgCvlR4Km4jkNuqP6r3TGNihxgv0kVR0Quq /er/ZPufRiDHyQhVjQ7iaE8ohRYXP763kkPiZu+SXoDCoZ1X4aZ50vLUIkJc3s4BfJ DC6JbT5Req2e+ySIX/L6zFbS3WIAo0/yApEvAy1LGqQeD2BNuPnclCPIeuwWWR3dTt l2zCXB426dzneu37ZoYHxcS6f8Tx62x4vy5Hf1rOJ2B08X6IG8uwEyd8V83gs9eNes 7HIpA/x3OH/pQP4azqgTkNL3vkb1gq3NGr/sb3N/ux1uuIkEcSFxHMlxEMAWGQKb/V M469fc2Q+4LTA== Message-ID: Date: Sun, 2 Jul 2023 11:33:33 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH 1/3] dt-bindings: reset: Add compatible and DT bindings for Meson-C3 Reset Controller Content-Language: en-US To: zelong dong , narmstrong@baylibre.com, p.zabel@pengutronix.de, khilman@baylibre.com, Rob Herring , martin.blumenstingl@googlemail.com Cc: linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, jbrunet@baylibre.com, devicetree@vger.kernel.org, kelvin.zhang@amlogic.com References: <20230630121059.28748-1-zelong.dong@amlogic.com> <20230630121059.28748-2-zelong.dong@amlogic.com> From: Krzysztof Kozlowski In-Reply-To: <20230630121059.28748-2-zelong.dong@amlogic.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/06/2023 14:10, zelong dong wrote: > From: Zelong Dong > > Add new compatible and DT bindings for Amlogic's Meson-C3 Reset Controller > > Change-Id: Ie8941818bde5b736689e43367f66827c5bc0449e Please run scripts/checkpatch.pl and fix reported warnings. Some warnings can be ignored, but the code here looks like it needs a fix. Feel free to get in touch if the warning is not clear. > Signed-off-by: Zelong Dong Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Best regards, Krzysztof