From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 CC94C341062; Fri, 16 Jan 2026 16:22:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768580542; cv=none; b=sGuyzTMU/XsE7q7AF3pJr6vdBu17nyuoIy9TeQu9W/T9hxAnnR7Q0NAxa8VbUWfk/q3R9wuMpTYWo4SUOnlLu157/U4uj3xstioaAz1ccsQ9rcxALwS3B/ekhkQ5pwZrGmqLm2ovujdBrwJfSPYaxA+eVQawVVjKzZ+o4U4FZus= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768580542; c=relaxed/simple; bh=S+mUIA1lGIO9jDEh8LKBbnwFtjaSLNqZN0j+RsLAtmA=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=quANUWBKeMzEmMPbzAokg+lBXMdwyzqcxfD5KmJWNelub19qfqH+nsaipk7VOUa1WlVnM3dHrtWqlIkPZGoRfgbvgifSiu8OByL1a1dL9Q4LejHhpiHJkSdA10I5e6fntS8x14228rIBf1AYsBWG8zJIhcAbv+/rz8PCYLX7ZYA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=itHa9A2Z; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="itHa9A2Z" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 4C93FC1F1FC; Fri, 16 Jan 2026 16:21:51 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id ECD21606F9; Fri, 16 Jan 2026 16:22:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id C4EFF10B68C2D; Fri, 16 Jan 2026 17:22:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1768580537; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=8rG4nCVgnD6kuNMUKbQR/uZ6kGwE2W5W6cqCnY2AlPA=; b=itHa9A2ZiXydeMqkMXo+E63AeoIfZ/JkqyGMdqHMmZApHW4bmHHB9qyUncE7BEfZxcyRtB j0k53GkWouCLZN6PTwx+J0ljcA6J6XyjdFffxTgfceyOl4/ChcHBr1rlHndYbqVVsRPfTn GS4XrX15Y1RoN452W8nhgHKwQLvyDnuzqYPKFtRCvoPOqyQgxQzwQ9roB4kU/3SSwoU8J0 9+eaGbD6weOFhsSfxLbV7abmP6YFRwzBfJ8nq7Xozm4qrw/m0C4Au3exVkOHVCe8LFnAEo uW/OwSGjc2Oa/FNT4hCCePTk6SM/1ZG/zRDNAJ8KlPLcaqZ8ko5A3qOjp+bjxQ== Date: Fri, 16 Jan 2026 17:22:10 +0100 From: Herve Codina To: David Gibson Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Ayush Singh , Geert Uytterhoeven , devicetree-compiler@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree-spec@vger.kernel.org, Hui Pu , Ian Ray , Luca Ceresoli , Thomas Petazzoni Subject: Re: [RFC PATCH 18/77] dtc-parser.y: Avoid an empty proplist Message-ID: <20260116172210.007b9fe8@bootlin.com> In-Reply-To: References: <20260112142009.1006236-1-herve.codina@bootlin.com> <20260112142009.1006236-19-herve.codina@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@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-Last-TLS-Session-Version: TLSv1.3 Hi David, On Thu, 15 Jan 2026 12:34:19 +1100 David Gibson wrote: ... > > I think it makes sense to apply this on its own before the rest of the > series, but the commit message will want rewording for that context. > I will do this rewording and I will move the patch at the begining of the series in the next iteration. Best regards, Hervé