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 E0AC0C7EE29 for ; Fri, 9 Jun 2023 20:48:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229523AbjFIUsW (ORCPT ); Fri, 9 Jun 2023 16:48:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232562AbjFIUsP (ORCPT ); Fri, 9 Jun 2023 16:48:15 -0400 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2F9D30FB for ; Fri, 9 Jun 2023 13:48:11 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id 5b1f17b1804b1-3f7a8089709so22737055e9.1 for ; Fri, 09 Jun 2023 13:48:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686343690; x=1688935690; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Qkw6POg+UiSa/tDDN/c67pcevto53fUQ+msTiW09Vyc=; b=hbJNMmJxwNI/MtOmJJLuvJcbvUD1wSww24GFjyFd7F+tT+wq5z10JucO/gEqLhRNN5 Be6AS1Crl9jK4eDeJAa0g9fyTAOiu8deDoVM1uPK250EhBz8nuvr5lvFcY8SnV0vnaQ+ pEHA+1d0f8TVU9/JPpM9CwdsTEdWX/QwRvnvbSGL0tkyl8LsW6lQ3rvluFbv8XwO4ChY 6RPDJTuVIacvjUv+1TGEbeEWKckyHQh8zpavfbuO2ndnUOknBV9IxMz65+YfkLv0eisM FXooCa5j8OYXhKuJJIKC4h621kELPhQ9fGjkgBNoGfRW6Hrr4bJL0B3YdeUrIbTxvWzd kwYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686343690; x=1688935690; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Qkw6POg+UiSa/tDDN/c67pcevto53fUQ+msTiW09Vyc=; b=h+/92W4qHvC0rGU4dzPbooBMX/ouAi8RmquwAhDBNXR+t19UyArSneNwgncd08kO2O KUPotTugF2MWmcURyFvvgZlvL3BCNwIDUMDTELNtyA8g8JSakPgdGKn22blFAlUAESIF CZty5NRintcisyIPgE/Hjw2Y5jnTCWhK0zrFImL6DMpdfNMUKFztn/RHTmEXn7j/DovY rmFuWCEivAgj5MzwLEBCYNsaeuzQ6zxDSeELDF9W1EI9u1hKFazBGgydw0f54+GgHwMw dMjCi7Q4gC/H1Bw1CvIwZ2/a6fbEMY8K9WYaRr0O4PCH1uhwUnrIRrZxEydXbPrpVhMJ a+AA== X-Gm-Message-State: AC+VfDw0oDTZBeQpzxIErF29vsQM11rLRjzDCzT6edQkvZGu1IRMVdtQ n8043jyKwEGsQFvZDJVBxGIUQ1lzWoyshPVL X-Google-Smtp-Source: ACHHUZ79pHXyNg/GeZcnO8Z13MoKQknwF39Km8lFfNBOCfmvqyiHEyYX/MvE3nyh4hxv029fo3gK6Q== X-Received: by 2002:a1c:750a:0:b0:3f8:651:e640 with SMTP id o10-20020a1c750a000000b003f80651e640mr2008273wmc.33.1686343690282; Fri, 09 Jun 2023 13:48:10 -0700 (PDT) Received: from jernej-laptop.localnet (89-212-118-115.static.t-2.net. [89.212.118.115]) by smtp.gmail.com with ESMTPSA id y19-20020a05600c365300b003f7f60203ffsm3646448wmq.25.2023.06.09.13.48.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 13:48:09 -0700 (PDT) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Ulf Hansson , linux-mmc@vger.kernel.org, Sergey Shtylyov Cc: Chen-Yu Tsai , Samuel Holland , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH v2 11/12] mmc: sunxi: fix deferred probing Date: Fri, 09 Jun 2023 22:48:08 +0200 Message-ID: <8272212.NyiUUSuA9g@jernej-laptop> In-Reply-To: <20230608194519.10665-12-s.shtylyov@omp.ru> References: <20230608194519.10665-1-s.shtylyov@omp.ru> <20230608194519.10665-12-s.shtylyov@omp.ru> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Dne =C4=8Detrtek, 08. junij 2023 ob 21:45:18 CEST je Sergey Shtylyov napisa= l(a): > The driver overrides the error codes and IRQ0 returned by platform_get_ir= q() > to -EINVAL, so if it returns -EPROBE_DEFER, the driver will fail the probe > permanently instead of the deferred probing. Switch to propagating the er= ror > codes upstream. IRQ0 is no longer returned by platform_get_irq(), so we = now > can safely ignore it... >=20 > Fixes: 2408a08583d ("mmc: sunxi-mmc: Handle return value of platform_get_= irq") > Signed-off-by: Sergey Shtylyov Reviewed-by: Jernej Skrabec Best regards, Jernej