From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E399A848A for ; Thu, 26 Oct 2023 14:15:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="hywaEy/v" Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::221]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 23ED31A2; Thu, 26 Oct 2023 07:15:44 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPSA id 05CBA240006; Thu, 26 Oct 2023 14:15:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1698329743; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zmk5IBAeXPzpC0wzTFs6TImNPJ5SP1maXmiVHllch3U=; b=hywaEy/v3IVahTvtOnpba06UydiCQS5ePYKCYNCAq/A9rfxYhwyzrvNeGhGd9ZtG0iS9Pu 9ypSxxBH1+oNwUxbdU5AlNzYjt9ZMyPiA+ZaPZ50d3cFHVNkZ3sC5JCi5d8FO/xotAtkOt mypRazubeSbeO1igwDzFcQ0ZojOdTQdLTOHhOk5u5Fxlz21wGieO3B2GRr6bqm3zwhB7s+ lrQxQ+6gqfFZkYQg/XHxIeaLyojw/6T5GQD7Wu25aL90CRlXYA5B9s4IuQYh1YUZAwJhyB YxShYCb920A1ChBDiwR/ZTBJLb+PRUFBRkdWBnUW2VOWyymcxYsiyQkXvcn8QQ== Date: Thu, 26 Oct 2023 16:15:42 +0200 From: Herve Codina To: Rob Herring Cc: Frank Rowand , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] of: address: Store number of bus flag cells rather than bool Message-ID: <20231026161542.5e8de127@bootlin.com> In-Reply-To: <20231026135358.3564307-2-robh@kernel.org> References: <20231026135358.3564307-2-robh@kernel.org> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: herve.codina@bootlin.com On Thu, 26 Oct 2023 08:53:58 -0500 Rob Herring wrote: > It is more useful to know how many flags cells a bus has rather than > whether a bus has flags or not as ultimately the number of cells is the > information used. Replace 'has_flags' boolean with 'flag_cells' count. > > Signed-off-by: Rob Herring > --- > This series applies on top of Herve's[1]. Acked-by: Herve Codina Best regards, Hervé