Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754118AbdCOUMs (ORCPT ); Wed, 15 Mar 2017 16:12:48 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:36163 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753175AbdCOUMp (ORCPT ); Wed, 15 Mar 2017 16:12:45 -0400 Date: Wed, 15 Mar 2017 15:12:37 -0500 From: Rob Herring To: Richard Leitner Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, mark.rutland@arm.com, dev@g0hl1n.net Subject: Re: [PATCH v2 2/4] usb: usb251xb: dt: add unit suffix to oc-delay and power-on-time Message-ID: <20170315201237.tgwc2fza7zoza7ix@rob-hp-laptop> References: <1488788663-21084-1-git-send-email-richard.leitner@skidata.com> <1488788663-21084-3-git-send-email-richard.leitner@skidata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488788663-21084-3-git-send-email-richard.leitner@skidata.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 584 Lines: 13 On Mon, Mar 06, 2017 at 09:24:21AM +0100, Richard Leitner wrote: > Rename oc-delay-* to oc-delay-us and make it expect a time value. > Furthermore add -ms suffix to power-on-time. There changes were > suggested by Rob Herring in https://lkml.org/lkml/2017/2/15/1283. > > Signed-off-by: Richard Leitner > --- > Documentation/devicetree/bindings/usb/usb251xb.txt | 10 ++++--- Acked-by: Rob Herring > drivers/usb/misc/usb251xb.c | 35 ++++++++++++---------- > 2 files changed, 26 insertions(+), 19 deletions(-)