Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756431AbaFYMXo (ORCPT ); Wed, 25 Jun 2014 08:23:44 -0400 Received: from mail-vc0-f170.google.com ([209.85.220.170]:38187 "EHLO mail-vc0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754542AbaFYMXl convert rfc822-to-8bit (ORCPT ); Wed, 25 Jun 2014 08:23:41 -0400 MIME-Version: 1.0 In-Reply-To: <53AAB5D6.50500@suse.de> References: <1403486483-4063-1-git-send-email-afaerber@suse.de> <1403486483-4063-4-git-send-email-afaerber@suse.de> <20140625104732.GE14495@leverpostej> <53AAB5D6.50500@suse.de> From: Rob Herring Date: Wed, 25 Jun 2014 07:23:20 -0500 Message-ID: Subject: Re: [PATCH 3/4] Documentation: devicetree: Fix tps65090 typos To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: Mark Rutland , Doug Anderson , linux-samsung-soc , Stephan van Schaik , Vincent Palatin , Rob Herring , Pawel Moll , Ian Campbell , Kumar Gala , Randy Dunlap , Mark Brown , Simon Glass , Michael Spang , "OPEN FIRMWARE AND..." , DOCUMENTATION , LKML Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 25, 2014 at 6:43 AM, Andreas Färber wrote: > Am 25.06.2014 12:47, schrieb Mark Rutland: >> On Mon, Jun 23, 2014 at 06:27:04PM +0100, Doug Anderson wrote: >>> Andreas, >>> >>> On Sun, Jun 22, 2014 at 6:21 PM, Andreas Färber wrote: >>>> It's vsys-l{1,2}-supply, not vsys_l{1,2}-supply. >>>> >>>> Signed-off-by: Andreas Färber >>>> --- >>>> Documentation/devicetree/bindings/regulator/tps65090.txt | 4 ++-- >>>> 1 file changed, 2 insertions(+), 2 deletions(-) >>>> >>>> diff --git a/Documentation/devicetree/bindings/regulator/tps65090.txt b/Documentation/devicetree/bindings/regulator/tps65090.txt >>>> index 34098023..ca69f5e 100644 >>>> --- a/Documentation/devicetree/bindings/regulator/tps65090.txt >>>> +++ b/Documentation/devicetree/bindings/regulator/tps65090.txt >>>> @@ -45,8 +45,8 @@ Example: >>>> infet5-supply = <&some_reg>; >>>> infet6-supply = <&some_reg>; >>>> infet7-supply = <&some_reg>; >>>> - vsys_l1-supply = <&some_reg>; >>>> - vsys_l2-supply = <&some_reg>; >>>> + vsys-l1-supply = <&some_reg>; >>>> + vsys-l2-supply = <&some_reg>; >>> >>> Your change matches the code and all existing device trees in the >>> Linux kernel. >> >> Could this fact please be mentioned in the commit message? > > Yes, I admit the commit message could've been clearer in stating that > only the example is modified, not the actual specification. What about: > > "Specification and existing device trees use vsys-l{1,2}-supply, not > vsys_l{1,2}-supply. Fix the example to match the specification." > > Maybe also "... typos in example" in the subject. > > Let me know whether I should send a v2 or let maintainers fix it up. Please send v2. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/