From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754485AbcIBPSL (ORCPT ); Fri, 2 Sep 2016 11:18:11 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:34610 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753563AbcIBPSI (ORCPT ); Fri, 2 Sep 2016 11:18:08 -0400 Date: Fri, 2 Sep 2016 10:18:05 -0500 From: Rob Herring To: Milo Kim Cc: Maxime Ripard , Chen-Yu Tsai , Linus Walleij , Thierry Reding , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-pwm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alexandre Belloni Subject: Re: [PATCH v2 4/4] pwm: sunxi: Add H3 support Message-ID: <20160902151805.GA26806@rob-hp-laptop> References: <20160831082520.25962-1-woogyom.kim@gmail.com> <20160831082520.25962-5-woogyom.kim@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160831082520.25962-5-woogyom.kim@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 31, 2016 at 05:25:20PM +0900, 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 > --- > Documentation/devicetree/bindings/pwm/pwm-sun4i.txt | 1 + > drivers/pwm/pwm-sun4i.c | 9 +++++++++ > 2 files changed, 10 insertions(+) Acked-by: Rob Herring