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 3D5BDECAAD3 for ; Wed, 31 Aug 2022 07:36:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229882AbiHaHgb (ORCPT ); Wed, 31 Aug 2022 03:36:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229538AbiHaHga (ORCPT ); Wed, 31 Aug 2022 03:36:30 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34DBCABD7C; Wed, 31 Aug 2022 00:36:28 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 65614B81F15; Wed, 31 Aug 2022 07:36:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DB3DDC433D7; Wed, 31 Aug 2022 07:36:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661931386; bh=PX8yHkSXE5BpbH8BEhvTKLqiAUGh7txekQ/EyKnH4NA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XNLGfVMeHc6+owM+kwZbEmwwTPhTUuG3byEEMSNqekF/heVsxs8ZNrv6HzIcqos9C TnaTErhphNAHn5LxHKg9+Q0bC0UOPCLtHpeYB35/8gACT3gEB7il+/F8K6bRH5+Bct t/Hund6Nrx9CRx7SCxgS/Wps/0GBMYP/Ip7pvE3j3SbV6qEyq1dSGuXn6bk8qVfDMv yMZcAkH53B+em349skOP1K7zUM5/F9iLaExTUiOPgRKoBdrLFwvcdsbyJ78cwzymvw 1fmPLy+FydaCg4THlVwDviNyK10rvof1mPnxwtnH6imJLeY/iQ1HjUwOftlu7GHusi PI4loU1gCX0Ow== Received: by pali.im (Postfix) id F3DA6855; Wed, 31 Aug 2022 09:36:22 +0200 (CEST) Date: Wed, 31 Aug 2022 09:36:22 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Michael Ellerman , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Marek =?utf-8?B?QmVow7pu?= Subject: Re: [PATCH v2 1/3] dt-bindings: reset: syscon-reboot: Add priority property Message-ID: <20220831073622.5bp3ftf3fkea5rdk@pali> References: <20220820102925.29476-1-pali@kernel.org> <20220830230012.9429-1-pali@kernel.org> <373fdedb-447e-b552-df83-737267068296@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <373fdedb-447e-b552-df83-737267068296@linaro.org> User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wednesday 31 August 2022 10:31:22 Krzysztof Kozlowski wrote: > On 31/08/2022 02:00, Pali Rohár wrote: > > This new optional priority property allows to specify custom priority level > > of reset device. Default level was always 192. > > You still did not explain why do we need this. You only explained what > you did here, which is obvious and visible from the diff. What you > should explain is why you are doing it, what problem you are solving. > > Best regards, > Krzysztof Look at patch 3/3, thanks.