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 X-Spam-Level: X-Spam-Status: No, score=-4.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9673C43461 for ; Tue, 8 Sep 2020 04:26:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 95CB921582 for ; Tue, 8 Sep 2020 04:26:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599539193; bh=CJ6HscSjdMRTk0mmdMvvzqY/BsVYK5YNZEfkv85bDtg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=AJh+JU9bbnKaMxz4jRL4Rbu3bEI/Yhw81jIssL7ItGvRM2pZTpZ0YWGlxEGbElCRc 3Ue+gFvhXhMvx78hy6s+H3/5GaJpGg+EwLNEXtVpODHhVBF4s8hfZDd1hDu8Xb+yV5 9VNh5wDTmaPDhurE+QS0PV+g6EnyuYnW4C5KfQFA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725951AbgIHE0d (ORCPT ); Tue, 8 Sep 2020 00:26:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:52868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725802AbgIHE0d (ORCPT ); Tue, 8 Sep 2020 00:26:33 -0400 Received: from localhost (unknown [122.182.239.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D537D21532; Tue, 8 Sep 2020 04:26:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599539192; bh=CJ6HscSjdMRTk0mmdMvvzqY/BsVYK5YNZEfkv85bDtg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rweWXphm0+FYsHubtLDXVBOwTvFith3tciW0aemjbSoEhxXmeEtQq+7QHAobV2/SP 7TXHX/59R+a08eC9pmvrDugcbM99Ovhqk/vk/6FrjbyBLvpOrk5EclsJS9kG41QFgP M9expCjqFci79jPxMDeNX806hwlYts401UaZ+57w= Date: Tue, 8 Sep 2020 09:56:24 +0530 From: Vinod Koul To: Chunfeng Yun Cc: Kishon Vijay Abraham I , Andy Gross , Bjorn Andersson , Matthias Brugger , Rikard Falkeborn , Bharat Gooty , Rayagonda Kokatanur , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 1/6] phy: phy-bcm-ns-usb3: convert to readl_poll_timeout_atomic() Message-ID: <20200908042624.GA77521@vkoul-mobl> References: <1598320987-25518-1-git-send-email-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1598320987-25518-1-git-send-email-chunfeng.yun@mediatek.com> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 25-08-20, 10:03, Chunfeng Yun wrote: > Use readl_poll_timeout_atomic() to simplify code Applied all, thanks -- ~Vinod