From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933756AbcHaImV (ORCPT ); Wed, 31 Aug 2016 04:42:21 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:42204 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758906AbcHaIlf (ORCPT ); Wed, 31 Aug 2016 04:41:35 -0400 MIME-Version: 1.0 In-Reply-To: <20160831082520.25962-5-woogyom.kim@gmail.com> References: <20160831082520.25962-1-woogyom.kim@gmail.com> <20160831082520.25962-5-woogyom.kim@gmail.com> From: Chen-Yu Tsai Date: Wed, 31 Aug 2016 16:41:10 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 4/4] pwm: sunxi: Add H3 support To: Milo Kim Cc: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Linus Walleij , Thierry Reding , devicetree , "linux-gpio@vger.kernel.org" , linux-pwm@vger.kernel.org, linux-arm-kernel , linux-kernel , Alexandre Belloni Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 31, 2016 at 4:25 PM, Milo Kim wrote: > H3 PWM controller has same register layout as sun4i driver, so it works > by adding H3 specific data. > > Cc: Thierry Reding > Cc: Rob Herring > Cc: Maxime Ripard > Cc: Alexandre Belloni > Cc: Chen-Yu Tsai > Cc: linux-pwm@vger.kernel.org > Cc: devicetree@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Milo Kim Acked-by: Chen-Yu Tsai