From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 2/3] pwm: Add PWM driver for OMAP using dual-mode timers Date: Mon, 30 Nov 2015 09:59:04 -0800 Message-ID: <20151130175903.GG2517@atomide.com> References: <5637458D.60106@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from muru.com ([72.249.23.125]:49392 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751995AbbK3R7J (ORCPT ); Mon, 30 Nov 2015 12:59:09 -0500 Content-Disposition: inline In-Reply-To: <5637458D.60106@baylibre.com> Sender: linux-pwm-owner@vger.kernel.org List-Id: linux-pwm@vger.kernel.org To: Neil Armstrong Cc: Thierry Reding , linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Grant Erickson , NeilBrown , Joachim Eastwood * Neil Armstrong [151102 03:14]: > Adds support for using a OMAP dual-mode timer with PWM capability > as a Linux PWM device. The driver controls the timer by using the > dmtimer API. > > Add a platform_data structure for each pwm-omap-dmtimer nodes containing > the dmtimers functions in order to get driver not rely on platform > specific functions. > > Cc: Grant Erickson > Cc: NeilBrown > Cc: Joachim Eastwood > Suggested-by: Tony Lindgren > Signed-off-by: Neil Armstrong This looks good to me: Acked-by: Tony Lindgren Thierry, seems you can pick this driver patch separately if no more comments, I'll pick up the other two patches in this series. Regards, Tony