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 E7978C433F5 for ; Wed, 1 Dec 2021 20:50:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245664AbhLAUxi (ORCPT ); Wed, 1 Dec 2021 15:53:38 -0500 Received: from m43-7.mailgun.net ([69.72.43.7]:23556 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353048AbhLAUvb (ORCPT ); Wed, 1 Dec 2021 15:51:31 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1638391690; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=jO7cVrwya6wNaphwskO5dhPvuOsaBbOE/EeWdg/kFsc=; b=Q5kUF6bl8WgvDvU3Jqc0x7wJ7MeQV2xnV1TwzAA8RrXR5hglqWjVyoTVe6FX+WJlxQ/Mc/7g CO4pmu7yCBzhoHYzLZJD0DKMmtKk/ZSmarfkoAH8Y8ePcoTXq83cetqRfgMMBvExwyI2cRGy 1SZr1u7GnXUudgQJuPbat+vyHcw= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n07.prod.us-east-1.postgun.com with SMTP id 61a7df89df12ba53c4b9cdd8 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 01 Dec 2021 20:48:09 GMT Sender: khsieh=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 4E0B3C43637; Wed, 1 Dec 2021 20:48:08 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: khsieh) by smtp.codeaurora.org (Postfix) with ESMTPSA id 3EDAEC4338F; Wed, 1 Dec 2021 20:48:07 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 01 Dec 2021 12:48:07 -0800 From: khsieh@codeaurora.org To: Dmitry Baryshkov Cc: Stephen Boyd , robdclark@gmail.com, sean@poorly.run, abhinavk@codeaurora.org, aravindh@codeaurora.org, airlied@linux.ie, daniel@ffwll.ch, linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 4/4] drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed In-Reply-To: References: <1619048258-8717-1-git-send-email-khsieh@codeaurora.org> <1619048258-8717-5-git-send-email-khsieh@codeaurora.org> Message-ID: X-Sender: khsieh@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-11-24 23:32, Dmitry Baryshkov wrote: > On 04/05/2021 07:35, Stephen Boyd wrote: >> Quoting Kuogee Hsieh (2021-04-21 16:37:38) >>> Add checking aux read/write status at both dp_link_parse_sink_count() >>> and dp_link_parse_sink_status_filed() to avoid long timeout delay if >> >> s/filed/field/ >> >>> dp aux read/write failed at timeout due to cable unplugged. >>> >>> Changes in V4: >>> -- split this patch as stand alone patch >>> >>> Signed-off-by: Kuogee Hsieh >> >> Can this patch come before the one previously? And then some fixes tag >> be added? Otherwise looks good to me. >> >> Reviewed-by: Stephen Boyd >> Tested-by: Stephen Boyd > > Is this something that we still need to pursue/merge? > > There were changes requested for this and for the previous patch, but > no new versions were posted. It is my fault to miss this one. The first two patches of this serial are merged. I will rebase and re submit this one to V5.10.