From mboxrd@z Thu Jan 1 00:00:00 1970 From: arno@natisbad.org (Arnaud Ebalard) Date: Sat, 15 Jun 2013 21:17:38 +0000 Subject: Re: [lm-sensors] [PATCHv4 1/1] Add support for GMT G762/G763 PWM fan controllers Message-Id: <87txkzjcp9.fsf@natisbad.org> List-Id: References: <87li6bmjwi.fsf@natisbad.org> <20130615182500.GA32205@roeck-us.net> In-Reply-To: <20130615182500.GA32205@roeck-us.net> (Guenter Roeck's message of "Sat, 15 Jun 2013 11:25:00 -0700") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Guenter Roeck Cc: Jean Delvare , Grant Likely , Rob Herring , lm-sensors@lm-sensors.org, devicetree-discuss@lists.ozlabs.org, Rob Landley , linux-doc@vger.kernel.org, Linux ARM Kernel Mailing List , Russell King - ARM Linux , Andrew Lunn , Jason Cooper , Simon Guinot , Olivier Mouchet Hi Guenter, Thanks for the fast feedback. I will resend a version to handle your comments. I also noticed I forgot to correctly balance clk_prepare_enable() by some clk_disable_unprepare() call in case of error. 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: Sat, 15 Jun 2013 23:17:38 +0200 Subject: [PATCHv4 1/1] Add support for GMT G762/G763 PWM fan controllers In-Reply-To: <20130615182500.GA32205@roeck-us.net> (Guenter Roeck's message of "Sat, 15 Jun 2013 11:25:00 -0700") References: <87li6bmjwi.fsf@natisbad.org> <20130615182500.GA32205@roeck-us.net> Message-ID: <87txkzjcp9.fsf@natisbad.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Guenter, Thanks for the fast feedback. I will resend a version to handle your comments. I also noticed I forgot to correctly balance clk_prepare_enable() by some clk_disable_unprepare() call in case of error. Cheers, a+ From mboxrd@z Thu Jan 1 00:00:00 1970 From: arno@natisbad.org (Arnaud Ebalard) Subject: Re: [PATCHv4 1/1] Add support for GMT G762/G763 PWM fan controllers Date: Sat, 15 Jun 2013 23:17:38 +0200 Message-ID: <87txkzjcp9.fsf@natisbad.org> References: <87li6bmjwi.fsf@natisbad.org> <20130615182500.GA32205@roeck-us.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20130615182500.GA32205@roeck-us.net> (Guenter Roeck's message of "Sat, 15 Jun 2013 11:25:00 -0700") Sender: linux-doc-owner@vger.kernel.org To: Guenter Roeck Cc: Jean Delvare , Grant Likely , Rob Herring , lm-sensors@lm-sensors.org, devicetree-discuss@lists.ozlabs.org, Rob Landley , linux-doc@vger.kernel.org, Linux ARM Kernel Mailing List , Russell King - ARM Linux , Andrew Lunn , Jason Cooper , Simon Guinot , Olivier Mouchet List-Id: devicetree@vger.kernel.org Hi Guenter, Thanks for the fast feedback. I will resend a version to handle your comments. I also noticed I forgot to correctly balance clk_prepare_enable() by some clk_disable_unprepare() call in case of error. Cheers, a+