From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757494AbaIRBhu (ORCPT ); Wed, 17 Sep 2014 21:37:50 -0400 Received: from va-smtp01.263.net ([54.88.144.211]:45336 "EHLO vasmtpcom.263.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757342AbaIRBht (ORCPT ); Wed, 17 Sep 2014 21:37:49 -0400 X-RL-SENDER: zyw@rock-chips.com X-FST-TO: dianders@chromium.org X-SENDER-IP: 127.0.0.1 X-LOGIN-NAME: zyw@rock-chips.com X-UNIQUE-TAG: <91155370b52893a355bebca801139f68> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 1 Message-ID: <541A3765.50606@rock-chips.com> Date: Thu, 18 Sep 2014 09:37:41 +0800 From: Chris Zhong User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Doug Anderson , Mark Brown CC: =?UTF-8?B?SGVpa28gU3TDvGJuZXI=?= , Tao Huang , Eddie Cai , zhangqing , Liam Girdwood , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/2] regulator: st-pwm: get voltage and duty table from dts References: <1410959280-29662-1-git-send-email-zyw@rock-chips.com> <1410959280-29662-2-git-send-email-zyw@rock-chips.com> <20140917165109.GM7960@sirena.org.uk> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/18/2014 12:54 AM, Doug Anderson wrote: > Hi, > > On Wed, Sep 17, 2014 at 9:51 AM, Mark Brown wrote: >> On Wed, Sep 17, 2014 at 09:07:59PM +0800, Chris Zhong wrote: >>> Get voltage & duty table from device tree might be better, other platforms can also use this >>> driver without any modify. >>> >>> Signed-off-by: Chris Zhong >>> --- >>> >>> drivers/regulator/Kconfig | 1 - >>> drivers/regulator/st-pwm.c | 80 +++++++++++++++++++++++--------------------- >> You need to update the binding document if you're updating the DT >> bindings. > Mark: See part 2 . > Unfortunately you weren't CCed on that. It also should have been > patch #1, not patch #2. > > Chris: please change the order and make sure Mark is CCed on the > bindings. Probably anyone CCed on the code change should be on the > bindings change (and probably vice versa, but maybe not as critical). > > -Doug > > Thanks. I should not only use patman's script to created cc list.