From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933278AbcFTTmt (ORCPT ); Mon, 20 Jun 2016 15:42:49 -0400 Received: from mail-qk0-f170.google.com ([209.85.220.170]:36185 "EHLO mail-qk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933168AbcFTTmr (ORCPT ); Mon, 20 Jun 2016 15:42:47 -0400 MIME-Version: 1.0 In-Reply-To: References: <1466445414-11974-1-git-send-email-dianders@chromium.org> <1466445414-11974-2-git-send-email-dianders@chromium.org> From: Guenter Roeck Date: Mon, 20 Jun 2016 12:36:37 -0700 Message-ID: Subject: Re: [PATCH v3 01/15] phy: rockchip-emmc: give DLL some extra time to be ready To: Doug Anderson Cc: "devicetree@vger.kernel.org" , Ulf Hansson , Brian Norris , Heiko Stuebner , "linux-kernel@vger.kernel.org" , Shawn Lin , Ziyuan Xu , "linux-mmc@vger.kernel.org" , Adrian Hunter , Kishon Vijay Abraham I , "open list:ARM/Rockchip SoC..." , Rob Herring , Guenter Roeck , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 20, 2016 at 12:30 PM, Doug Anderson wrote: > Hi, > > On Mon, Jun 20, 2016 at 12:23 PM, Guenter Roeck wrote: >> On Mon, Jun 20, 2016 at 10:56 AM, Douglas Anderson >> wrote: >>> From: Shawn Lin >>> >>> According to the databook, 10.2us is the max time for dll to be ready to >>> work. However in testing, some chips need 20us for dll to be ready. This >> >> Nitpick, but description (20uS) and code (more than 25 uS) don't match. > > Good catch. If I spin the series I'll fix this, otherwise I'll assume > that the person applying this (Ulf?) can fix the description at their > discretion. > Not that it matters much, as the code is replaced in a later patch anyway. It might make more sense to merge the two patches into one. Guenter