From mboxrd@z Thu Jan 1 00:00:00 1970 From: arno@natisbad.org (Arnaud Ebalard) Date: Wed, 24 Apr 2013 05:43:51 +0000 Subject: Re: [lm-sensors] [PATCHv1 3/3] hwmon: Add DT documentation for g762 driver Message-Id: <87r4i0fppk.fsf@natisbad.org> List-Id: References: <6ee748f450ba2a80c87aba08c0672105e2800f93.1366753420.git.arno@natisbad.org> <20130423222305.GD13884@titan.lakedaemon.net> In-Reply-To: <20130423222305.GD13884@titan.lakedaemon.net> (Jason Cooper's message of "Tue, 23 Apr 2013 18:23:05 -0400") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jason Cooper Cc: Andrew Lunn , Russell King - ARM Linux , Simon Guinot , linux-doc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Olivier Mouchet , Rob Herring , lm-sensors@lm-sensors.org, Grant Likely , Linux ARM Kernel Mailing List , Rob Landley , Jean Delvare , Guenter Roeck Hi Jason, Jason Cooper writes: >> +Example g762 node: >> + >> + g762: g762@3e { >> + compatible = "gmt,g762"; >> + reg = <0x3e>; >> + pwm_mode = <1>; /* closed-loop control */ >> + pwm_enable = <2>; /* PWM mode */ >> + pwm_freq = <8192>; /* PWM reference clock freq */ >> + fan_pulses = <2>; /* 2 pulses per rev */ >> + fan_div = <2>; /* fan clock divisor */ >> + fan_target = <2000>; /* target fan speed at 2000 RPM */ >> + fan_gear_mode = <0>; /* default */ >> + fan_startv = <1>; /* default */ >> + pwm_polarity = <0>; /* default */ >> + }; > > I was just giving this quick overview and noticed that you have > leading whitespace issues in the above block... Will fix that in next round. Sorry for that and thanks for your time. Cheers, a+ _______________________________________________ lm-sensors mailing list lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors From mboxrd@z Thu Jan 1 00:00:00 1970 From: arno@natisbad.org (Arnaud Ebalard) Date: Wed, 24 Apr 2013 07:43:51 +0200 Subject: [PATCHv1 3/3] hwmon: Add DT documentation for g762 driver In-Reply-To: <20130423222305.GD13884@titan.lakedaemon.net> (Jason Cooper's message of "Tue, 23 Apr 2013 18:23:05 -0400") References: <6ee748f450ba2a80c87aba08c0672105e2800f93.1366753420.git.arno@natisbad.org> <20130423222305.GD13884@titan.lakedaemon.net> Message-ID: <87r4i0fppk.fsf@natisbad.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Jason, Jason Cooper writes: >> +Example g762 node: >> + >> + g762: g762 at 3e { >> + compatible = "gmt,g762"; >> + reg = <0x3e>; >> + pwm_mode = <1>; /* closed-loop control */ >> + pwm_enable = <2>; /* PWM mode */ >> + pwm_freq = <8192>; /* PWM reference clock freq */ >> + fan_pulses = <2>; /* 2 pulses per rev */ >> + fan_div = <2>; /* fan clock divisor */ >> + fan_target = <2000>; /* target fan speed at 2000 RPM */ >> + fan_gear_mode = <0>; /* default */ >> + fan_startv = <1>; /* default */ >> + pwm_polarity = <0>; /* default */ >> + }; > > I was just giving this quick overview and noticed that you have > leading whitespace issues in the above block... Will fix that in next round. Sorry for that and thanks for your time. Cheers, a+ From mboxrd@z Thu Jan 1 00:00:00 1970 From: arno@natisbad.org (Arnaud Ebalard) Subject: Re: [PATCHv1 3/3] hwmon: Add DT documentation for g762 driver Date: Wed, 24 Apr 2013 07:43:51 +0200 Message-ID: <87r4i0fppk.fsf@natisbad.org> References: <6ee748f450ba2a80c87aba08c0672105e2800f93.1366753420.git.arno@natisbad.org> <20130423222305.GD13884@titan.lakedaemon.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20130423222305.GD13884@titan.lakedaemon.net> (Jason Cooper's message of "Tue, 23 Apr 2013 18:23:05 -0400") Sender: linux-doc-owner@vger.kernel.org To: Jason Cooper Cc: Andrew Lunn , Russell King - ARM Linux , Simon Guinot , linux-doc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Olivier Mouchet , Rob Herring , lm-sensors@lm-sensors.org, Grant Likely , Linux ARM Kernel Mailing List , Rob Landley , Jean Delvare , Guenter Roeck List-Id: devicetree@vger.kernel.org Hi Jason, Jason Cooper writes: >> +Example g762 node: >> + >> + g762: g762@3e { >> + compatible = "gmt,g762"; >> + reg = <0x3e>; >> + pwm_mode = <1>; /* closed-loop control */ >> + pwm_enable = <2>; /* PWM mode */ >> + pwm_freq = <8192>; /* PWM reference clock freq */ >> + fan_pulses = <2>; /* 2 pulses per rev */ >> + fan_div = <2>; /* fan clock divisor */ >> + fan_target = <2000>; /* target fan speed at 2000 RPM */ >> + fan_gear_mode = <0>; /* default */ >> + fan_startv = <1>; /* default */ >> + pwm_polarity = <0>; /* default */ >> + }; > > I was just giving this quick overview and noticed that you have > leading whitespace issues in the above block... Will fix that in next round. Sorry for that and thanks for your time. Cheers, a+