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.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 3905CC43387 for ; Wed, 16 Jan 2019 09:11:22 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 0078520859 for ; Wed, 16 Jan 2019 09:11:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="l472jt/z" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0078520859 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=free.fr Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=h2fHLVeYsbzV0GhADroAnQN0Vvdr6SBfgnGdIol+SBs=; b=l472jt/z4ydWiC HYexWRR6m5BHeOr5HuLDwWRr0+QAgCKAcodwen41j+rLp9bQpIWtHBN7spoY3FojUAqFEdhrRPaJN oOl0g1+mQo7uj5HvYbQlYqpjnIBMAK/WMJsmzvKSRFnLEX706YjDfPO7Plhs4Mcl0wuqulZVyZ50F 5O2ribZbT5JzZiZ9+p0IZaxhkRX7OjLLCacW4ONjI7Guwewi1R6sVGvk0rNYqaQcgASVZWqBYW7B0 9p4pt6x1mdgQiD2FJCBL0Pgop9KWSVrURj12LTboa8SdgfOYwHS+rsglazxoF7mJTRZrf/gHLEEMO drnPLkLXj+o21nInOKhA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gjhED-0001n8-Fo; Wed, 16 Jan 2019 09:11:17 +0000 Received: from smtp3-g21.free.fr ([2a01:e0c:1:1599::12]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gjhE9-0001jL-Jc for linux-arm-kernel@lists.infradead.org; Wed, 16 Jan 2019 09:11:15 +0000 Received: from [192.168.108.68] (unknown [213.36.7.13]) (Authenticated sender: marc.w.gonzalez) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 7044513F8C4; Wed, 16 Jan 2019 10:10:40 +0100 (CET) Subject: Re: [PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro To: Andy Gross , Kishon Vijay Abraham References: <88cd3a2e-2acc-02ff-9f27-284d3b679d10@free.fr> <20181228160546.GC25288@hector.attlocal.net> From: Marc Gonzalez Message-ID: <839a30f7-b3fa-739a-52b4-5438e8573dc3@free.fr> Date: Wed, 16 Jan 2019 10:10:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181228160546.GC25288@hector.attlocal.net> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190116_011113_820903_1D8657AF X-CRM114-Status: UNSURE ( 9.15 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arnd Bergmann , MSM , Will Deacon , LKML , Bjorn Andersson , David Brown , Matt Wagantall , Linux ARM , Vivek Gautam , Mitchel Humpherys , Yaniv Gardi Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 28/12/2018 17:05, Andy Gross wrote: > On Fri, Dec 21, 2018 at 11:13:18AM +0100, Marc Gonzalez wrote: > >> The private copy of readl_poll_timeout is no longer needed. >> Use the implementation in iopoll.h instead. >> >> Signed-off-by: Marc Gonzalez > > Reviewed-by: Andy Gross Would this patch go through your tree or Kishon's tree? Regards. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel