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 E6FAAC4332F for ; Wed, 12 Oct 2022 22:15:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 21EA484F15; Thu, 13 Oct 2022 00:15:11 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="HJYAj0Qz"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 96F6184E4C; Thu, 13 Oct 2022 00:15:06 +0200 (CEST) Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1588B84E95 for ; Thu, 13 Oct 2022 00:15:02 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-wr1-x42d.google.com with SMTP id b4so165566wrs.1 for ; Wed, 12 Oct 2022 15:15:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=ZMConscj7D8QYRPSUJ7oelGoj7NxECWUAb7O8QmAGGM=; b=HJYAj0QzSPGnhZk1yWNHWw25thXwJ1duuA08OOULrEglxYxIRT2YF0GrNKq54Wdfbk /m7DHnNVKpDAhXOISTOBjryzHWm2miOqyLP2WmDRdCCm7qQ3SCAkAsefhy1tw08fRa1C fC2MvehjboRybbAKQciG0NSjmPx64wq/7XJuk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=ZMConscj7D8QYRPSUJ7oelGoj7NxECWUAb7O8QmAGGM=; b=5OOMf0QZ9wOBYbBe+DzjTWQ9t03oowG5g6jypK6d9V0h/uXKgClJ3tCMdWdCljFXkm PWdBEa+bZg0YcjFRNuUhtMlo0yjQ05Wdgrxv6YzoaObfYKsGmxfoQFww4y7KQKM1d61b 1iGydwnaQRRjyjB4rVV4Z4r42RamI4VlpRoyqwGbzW4V1Gk2zJZR9eZNXQ/a6+7NNrmS n/jTAZrTpkKSx8numvmT6hoMZRfYsvyyasU9PE+Lhr1SAJulihcYLIfzggPgHpzqZeU0 GCA+XtPaRIcRwjAOnJZ+RhDaN0IBPGq5EPc4SlVbi9kMYZO03My+wWdGujIxum6iM4tL p4aw== X-Gm-Message-State: ACrzQf1ZSVPGuNaj52FL9qGaKY0DYLaoP5tK5AxTpudVxwcC19Mnpq6P 16TFgi8MZixQ0v7BnEUuI449u3F7AdXQL/TPLPCstrv2r0s= X-Google-Smtp-Source: AMsMyM6NtpG7WYqy1LQ+lcaBv51WqtDGHz+9kCaq5wOAIZhh6PNQoC13V7wDJr1eCZRwp0u8v2TxSwIV9Fl9k3OYm0g= X-Received: by 2002:a5d:55d0:0:b0:231:2304:3a6a with SMTP id i16-20020a5d55d0000000b0023123043a6amr8663961wrw.94.1665612901572; Wed, 12 Oct 2022 15:15:01 -0700 (PDT) MIME-Version: 1.0 References: <125bbea5506603c70f9fb3d2a3c0e7c5c59c975d.1665604425.git.msuchanek@suse.de> In-Reply-To: <125bbea5506603c70f9fb3d2a3c0e7c5c59c975d.1665604425.git.msuchanek@suse.de> From: Simon Glass Date: Wed, 12 Oct 2022 16:14:46 -0600 Message-ID: Subject: Re: [PATCH v6 18/20] dm: core: Non-activated device may be returned from uclass iterators that provide error handling To: Michal Suchanek Cc: u-boot@lists.denx.de Content-Type: text/plain; charset="UTF-8" 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 Wed, 12 Oct 2022 at 13:58, Michal Suchanek wrote: > > Note in documentation that a non-activated device can be returned on > error. > > Signed-off-by: Michal Suchanek > --- > v6: - split off as separate patch > --- > include/dm/uclass.h | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > Reviewed-by: Simon Glass