From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753990AbbFRJDO (ORCPT ); Thu, 18 Jun 2015 05:03:14 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:54812 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752368AbbFRJDK (ORCPT ); Thu, 18 Jun 2015 05:03:10 -0400 X-Listener-Flag: 11101 Message-ID: <1434618163.18278.7.camel@mtksdaap41> Subject: Re: [PATCH v2 2/2] pwm: add MediaTek display PWM driver support From: YH Huang To: Thierry Reding CC: Matthias Brugger , Mark Rutland , Rob Herring , Pawel Moll , , , , , , , Sascha Hauer , Date: Thu, 18 Jun 2015 17:02:43 +0800 In-Reply-To: <20150612102529.GH19400@ulmo.nvidia.com> References: <1432214964-40644-1-git-send-email-yh.huang@mediatek.com> <1432214964-40644-3-git-send-email-yh.huang@mediatek.com> <20150612102529.GH19400@ulmo.nvidia.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2015-06-12 at 12:25 +0200, Thierry Reding wrote: > On Thu, May 21, 2015 at 09:29:24PM +0800, YH Huang wrote: > > Add display PWM driver support to modify backlight for MT8173. > > The driver also claims compatibility with MT6595, so you should mention > that here as well. Also please be more verbose in the commit message. > You should mention things like how many channels the PWM has or typical > use-cases. > > Thierry I will do it. Thank for your suggestion. Regards, YH Huang From mboxrd@z Thu Jan 1 00:00:00 1970 From: YH Huang Subject: Re: [PATCH v2 2/2] pwm: add MediaTek display PWM driver support Date: Thu, 18 Jun 2015 17:02:43 +0800 Message-ID: <1434618163.18278.7.camel@mtksdaap41> References: <1432214964-40644-1-git-send-email-yh.huang@mediatek.com> <1432214964-40644-3-git-send-email-yh.huang@mediatek.com> <20150612102529.GH19400@ulmo.nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150612102529.GH19400@ulmo.nvidia.com> Sender: linux-pwm-owner@vger.kernel.org To: Thierry Reding Cc: Matthias Brugger , Mark Rutland , Rob Herring , Pawel Moll , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, srv_heupstream@mediatek.com, linux-mediatek@lists.infradead.org, Sascha Hauer , yh.huang@mediatek.com List-Id: linux-mediatek@lists.infradead.org On Fri, 2015-06-12 at 12:25 +0200, Thierry Reding wrote: > On Thu, May 21, 2015 at 09:29:24PM +0800, YH Huang wrote: > > Add display PWM driver support to modify backlight for MT8173. > > The driver also claims compatibility with MT6595, so you should mention > that here as well. Also please be more verbose in the commit message. > You should mention things like how many channels the PWM has or typical > use-cases. > > Thierry I will do it. Thank for your suggestion. Regards, YH Huang From mboxrd@z Thu Jan 1 00:00:00 1970 From: yh.huang@mediatek.com (YH Huang) Date: Thu, 18 Jun 2015 17:02:43 +0800 Subject: [PATCH v2 2/2] pwm: add MediaTek display PWM driver support In-Reply-To: <20150612102529.GH19400@ulmo.nvidia.com> References: <1432214964-40644-1-git-send-email-yh.huang@mediatek.com> <1432214964-40644-3-git-send-email-yh.huang@mediatek.com> <20150612102529.GH19400@ulmo.nvidia.com> Message-ID: <1434618163.18278.7.camel@mtksdaap41> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 2015-06-12 at 12:25 +0200, Thierry Reding wrote: > On Thu, May 21, 2015 at 09:29:24PM +0800, YH Huang wrote: > > Add display PWM driver support to modify backlight for MT8173. > > The driver also claims compatibility with MT6595, so you should mention > that here as well. Also please be more verbose in the commit message. > You should mention things like how many channels the PWM has or typical > use-cases. > > Thierry I will do it. Thank for your suggestion. Regards, YH Huang