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 BDA5CC433F5 for ; Fri, 24 Dec 2021 22:08:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231639AbhLXWId (ORCPT ); Fri, 24 Dec 2021 17:08:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37880 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231177AbhLXWIc (ORCPT ); Fri, 24 Dec 2021 17:08:32 -0500 Received: from mail-pf1-x435.google.com (mail-pf1-x435.google.com [IPv6:2607:f8b0:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C3D3C061401 for ; Fri, 24 Dec 2021 14:08:31 -0800 (PST) Received: by mail-pf1-x435.google.com with SMTP id c2so8600594pfc.1 for ; Fri, 24 Dec 2021 14:08:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=s2ZFIGLcJqatLpJ7uBBi394Yhb2wj9JQle6cIwKvLbI=; b=KaEVlFxiuhwvwNK+k76a093IvWET4JiPNvHrcTPcTeh05v0+dw76Om7I18vR9bFp1h CKMaMo3TY78YYjFY0uCvMBmMVv/KWgVPYhItXZz/BSSojIHzIz/fFpKYzL9PSaIyYQ28 xY/cvOgKFOjxrvBbF+o7IY63M33KLHW61dNikqUHRO5JR6sxbdnBsQc7A/XR8z5XXD9r 3jrXBwkpo79BbX+iJxdAN23Q0QWD9PUgxqFKV4OTmuym5Km+cxy6QK5AkWNYakmZJclo +QNyE5wawI22YEBNxCijszAkg0/UNoynem9zJ0Exe76lWM3Qb4E06+7x6CHIQGJUcAps mF0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=s2ZFIGLcJqatLpJ7uBBi394Yhb2wj9JQle6cIwKvLbI=; b=Ub2yBSe3fwuNoOL/Vx4c3FYvR9yA9SZJNXQzpxy7bpdvgqDa9KkWmvEzUc3MTK6qNg JcfEdO9ERM0p+KetfMzLnmdqz8GVBTgg6oJm/TzpA4+eXgTQ4WWdbpkUyT/lJWT3p+Ao tm63qdXR1hDhEYMTIB5mNiEMk5lFhY7AaadI+04/ii5oNCxC1h/GR7wxm7CpH2DpBRKT kQojRH/f91JfCxfHP6nFECCeXWVjibfArUaEXaPDBvX4W4x7Rr21jfGfZn3mcu1g03y4 yvtIny4YLCEyA0N3xhZQoF0fNgVPHFpkiNRYrM0LKqv3jkm1TbTqqPB7h3egGo8H9XKp BOow== X-Gm-Message-State: AOAM532uXBsLaw/5lOiwe5R8qyx/5ANTU7m+8zZ7C3pgFR4smKqNr72n mVUiWAJtacBZZsNTenjXqS/aa4jlMiM= X-Google-Smtp-Source: ABdhPJzR8IT5Lrcm9KeGv3dcJ1IE0nDym4bvKX6NWC6S+nAJF/EdpRDhcs/kL87oOylo039tuCn6NQ== X-Received: by 2002:a62:6dc4:0:b0:4ac:fd66:b746 with SMTP id i187-20020a626dc4000000b004acfd66b746mr8308892pfc.17.1640383710842; Fri, 24 Dec 2021 14:08:30 -0800 (PST) Received: from [192.168.1.3] (ip72-194-116-95.oc.oc.cox.net. [72.194.116.95]) by smtp.gmail.com with ESMTPSA id n34sm9404456pfv.129.2021.12.24.14.08.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 24 Dec 2021 14:08:30 -0800 (PST) Message-ID: <7cefe4e2-ce54-5d69-67ef-10cec8f15d8f@gmail.com> Date: Fri, 24 Dec 2021 14:08:28 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: [PATCH RFC 01/13] mmc: bcm2835: fix deferred probing Content-Language: en-US To: Sergey Shtylyov , Ulf Hansson , linux-mmc@vger.kernel.org Cc: Ray Jui , Scott Branden , Nicolas Saenz Julienne , bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org References: <20211223171202.8224-1-s.shtylyov@omp.ru> <20211223171202.8224-2-s.shtylyov@omp.ru> From: Florian Fainelli In-Reply-To: <20211223171202.8224-2-s.shtylyov@omp.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org On 12/23/2021 9:11 AM, Sergey Shtylyov wrote: > The driver overrides the error codes and IRQ0 returned by platform_get_irq() > to -EINVAL, so if it returns -EPROBE_DEFER, the driver will fail the probe > permanently instead of the deferred probing. Switch to propagating the error > codes upstream. IRQ0 is no longer returned by platform_get_irq(), so we now > can safely ignore it... > > Fixes: 660fc733bd74 ("mmc: bcm2835: Add new driver for the sdhost controller.") > Signed-off-by: Sergey Shtylyov Acked-by: Florian Fainelli -- Florian 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4B2C4C433EF for ; Fri, 24 Dec 2021 22:10:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=U9ImO7kSAmH/90ZhGippVIqpwFCZRHnXBRAeJvPf5CY=; b=Mr5wmfFlTqo10h Ms/zawWqp6LNz4IaYhjgkrfqabHsl3IHt+/Gpr8ID9F7l2x6cxkSsZQJ47iw6xbda8HyEZR8QeQV9 ZaWIc5zIMwtZSTNwuhtalohgh1GhZJrOMElR0DC6u1VM2GyBcuSfrINHv5GD/zTEyh4+eRbh/HNYF jUpT89eDv9ORbC41LevxBFi5++YN0HArj4hf6UdH8Ao7gtSUpFND/VL1yeTdu93hZOLjr+T09/cK+ hgRb5ZCaXc5FlJgj0RT6Jnjk1dqt0YdJ3+y8v848A4VmPYHHNXp3l4luomFNMSL3cLiC+3VdHEYuq vyerm6XUfqFQmH+vOkng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n0sjt-00EVE3-Dm; Fri, 24 Dec 2021 22:08:37 +0000 Received: from mail-pf1-x433.google.com ([2607:f8b0:4864:20::433]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n0sjo-00EVDS-M1; Fri, 24 Dec 2021 22:08:33 +0000 Received: by mail-pf1-x433.google.com with SMTP id 196so8567575pfw.10; Fri, 24 Dec 2021 14:08:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=s2ZFIGLcJqatLpJ7uBBi394Yhb2wj9JQle6cIwKvLbI=; b=KaEVlFxiuhwvwNK+k76a093IvWET4JiPNvHrcTPcTeh05v0+dw76Om7I18vR9bFp1h CKMaMo3TY78YYjFY0uCvMBmMVv/KWgVPYhItXZz/BSSojIHzIz/fFpKYzL9PSaIyYQ28 xY/cvOgKFOjxrvBbF+o7IY63M33KLHW61dNikqUHRO5JR6sxbdnBsQc7A/XR8z5XXD9r 3jrXBwkpo79BbX+iJxdAN23Q0QWD9PUgxqFKV4OTmuym5Km+cxy6QK5AkWNYakmZJclo +QNyE5wawI22YEBNxCijszAkg0/UNoynem9zJ0Exe76lWM3Qb4E06+7x6CHIQGJUcAps mF0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=s2ZFIGLcJqatLpJ7uBBi394Yhb2wj9JQle6cIwKvLbI=; b=uWpkS1XO/K48oyXGKSw74wtfOLNTNAXUBr4RktHdMJ+T4kFH4Rk3zqtwqs2a5pQtbm EYG69ru3liR8+rF2H0J6pphRpFxvG94kKCAyx0DQRiV5ubfU7tuJIZ/OdNl1QTpivkP8 WME2uxM91Y6LOGKTTgGFMp/KR8RiAK8D4jPx7CmrbVhhFEP/KUFvfp1ZM72W1xrlARyY 4ZIUFQPh9jmygqVVpGTLw9+Zmr8PP+PgqyXbPxjSt0pucD8+IQ87pDLGVSps20X/WWR7 D0Ab4CTcPVdYQPVQG2cIK3r5Oman6FAvHaHAO0phqrQrNlGSw1uEUW9F43Qkq24MbU0M XdQw== X-Gm-Message-State: AOAM532H2/6cGZW/RhLJwbL/N+nWAmYwy8rk7bfC1SB0fRPuslc4U51M v5oQ2pEj0GR/puG815MnK3k= X-Google-Smtp-Source: ABdhPJzR8IT5Lrcm9KeGv3dcJ1IE0nDym4bvKX6NWC6S+nAJF/EdpRDhcs/kL87oOylo039tuCn6NQ== X-Received: by 2002:a62:6dc4:0:b0:4ac:fd66:b746 with SMTP id i187-20020a626dc4000000b004acfd66b746mr8308892pfc.17.1640383710842; Fri, 24 Dec 2021 14:08:30 -0800 (PST) Received: from [192.168.1.3] (ip72-194-116-95.oc.oc.cox.net. [72.194.116.95]) by smtp.gmail.com with ESMTPSA id n34sm9404456pfv.129.2021.12.24.14.08.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 24 Dec 2021 14:08:30 -0800 (PST) Message-ID: <7cefe4e2-ce54-5d69-67ef-10cec8f15d8f@gmail.com> Date: Fri, 24 Dec 2021 14:08:28 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: [PATCH RFC 01/13] mmc: bcm2835: fix deferred probing Content-Language: en-US To: Sergey Shtylyov , Ulf Hansson , linux-mmc@vger.kernel.org Cc: Ray Jui , Scott Branden , Nicolas Saenz Julienne , bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org References: <20211223171202.8224-1-s.shtylyov@omp.ru> <20211223171202.8224-2-s.shtylyov@omp.ru> From: Florian Fainelli In-Reply-To: <20211223171202.8224-2-s.shtylyov@omp.ru> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211224_140832_799842_5DE51E7E X-CRM114-Status: UNSURE ( 7.02 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 12/23/2021 9:11 AM, Sergey Shtylyov wrote: > The driver overrides the error codes and IRQ0 returned by platform_get_irq() > to -EINVAL, so if it returns -EPROBE_DEFER, the driver will fail the probe > permanently instead of the deferred probing. Switch to propagating the error > codes upstream. IRQ0 is no longer returned by platform_get_irq(), so we now > can safely ignore it... > > Fixes: 660fc733bd74 ("mmc: bcm2835: Add new driver for the sdhost controller.") > Signed-off-by: Sergey Shtylyov Acked-by: Florian Fainelli -- Florian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel