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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8F3FAECAAD3 for ; Mon, 19 Sep 2022 18:19:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id AC86E84C26; Mon, 19 Sep 2022 20:19:15 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1663611555; bh=LlXlrDZIZkLAAZpiRrCX8wGoAqCFYFAyaLBD2wV8Aag=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=uaTMDqDyoKC8q7ebB4EF1x2EQrSZ5q0rKh45vciWl+hRTyeO+t/KAS5DNWriCSRW5 9ELbQRLb8kFZmNjIYiErilYP1uhofCZEZRu0wERhj9JNBUZAfWUkn76tZnkEYgdm61 NE6A2PmiiKiD6ArmAztUqyeiRlOgoendGQPk0UHhv0kr0EvtY07BRVEETXUq/CZYn9 GkkFRyeYQhXd863ZaJgw5i8cn+u9yVA4dLpTJFEOW1Tqj6xxUEFWxnwSzYar09SZzB VGyK4GgsaeKCK9flRgoY4WcZSUDbjVBB7PEW/WP8dPLvYmw5LyPsySISGSQKId6R2z niAXyAcc69QXA== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 81F9184B13; Mon, 19 Sep 2022 20:19:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1663611553; bh=LlXlrDZIZkLAAZpiRrCX8wGoAqCFYFAyaLBD2wV8Aag=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=XvfBnCOsdsQXk2OjjvyidnYb8E6jJ99iNo2TZF3erN3shrYr+bKBRCO4AHkGRhkTN y6F8chYX5AOJ6T6YgdPr7xOJaF+nsjqRooDl3hY9EDkjvclM8SlmiczKn8T8wmu9bs KNuYX2sX9sBM5H+TZevs4VYmvR9sOOixAYWOcXZB6Ki5GAgj2VM0BS8xz0paLZzjlN 6qrnQTms7pp5aigMIaqQ7rwsPf5JUOXGtz6f6ZTZgrggn0hg/4XKEK/m/mhpBptWV6 zGM8Qm1/d0VrrdGBuSYZEvl6T7kZPQGj3mp+vUy3hdhGDTc6P5LL/uC2+2/nOUU7+4 sEsQSnYI1fYZA== Message-ID: Date: Mon, 19 Sep 2022 17:41:48 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH] cmd: fdt: Add support for reading stringlist property values Content-Language: en-US To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Tom Rini References: <20220708215043.120573-1-marex@denx.de> <7861e6e7-5279-6973-ca80-373c45484cce@denx.de> From: Marek Vasut In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On 7/17/22 10:12, Simon Glass wrote: > Hi Marek, Hi, [...] > Applied to u-boot-dm, thanks! This patch is still not in u-boot/master ?