From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 30 Nov 2015 09:59:04 -0800 Subject: [PATCH 2/3] pwm: Add PWM driver for OMAP using dual-mode timers In-Reply-To: <5637458D.60106@baylibre.com> References: <5637458D.60106@baylibre.com> Message-ID: <20151130175903.GG2517@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * 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