Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751458AbeAECMY (ORCPT + 1 other); Thu, 4 Jan 2018 21:12:24 -0500 Received: from mail-pl0-f68.google.com ([209.85.160.68]:41804 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751166AbeAECMX (ORCPT ); Thu, 4 Jan 2018 21:12:23 -0500 X-Google-Smtp-Source: ACJfBouRNe71reYa3Z9h6/ix7PvZA0BYxF+55q2U84Bm/zrbgdPV4AlYlvrd0exg63Bh4WIcZDlcPg== Date: Thu, 4 Jan 2018 18:12:20 -0800 From: Brian Norris To: Shawn Lin Cc: Kishon Vijay Abraham I , Heiko Stuebner , Ziyuan Xu , linux-kernel@vger.kernel.org, Douglas Anderson , linux-rockchip@lists.infradead.org Subject: Re: [PATCH 2/2] phy: rockchip-emmc: use regmap_read_poll_timeout to poll dllrdy Message-ID: <20180105021219.GA168398@google.com> References: <1514859720-151161-2-git-send-email-shawn.lin@rock-chips.com> <20180105020749.GA166692@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180105020749.GA166692@google.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 04, 2018 at 06:07:51PM -0800, Brian Norris wrote: > On Tue, Jan 02, 2018 at 10:22:00AM +0800, Shawn Lin wrote: > > Just use the API instead of open-coding it, no functional change > > intended. > > > > Signed-off-by: Shawn Lin > > --- Other than my nit comment, looks fine: Reviewed-by: Brian Norris