Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758408AbdLRNOO (ORCPT ); Mon, 18 Dec 2017 08:14:14 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:43158 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757868AbdLRNOM (ORCPT ); Mon, 18 Dec 2017 08:14:12 -0500 Date: Mon, 18 Dec 2017 14:14:08 +0100 From: Ladislav Michl To: Keerthy Cc: daniel.lezcano@linaro.org, tony@atomide.com, aaro.koskinen@iki.fi, thierry.reding@gmail.com, grygorii.strashko@ti.com, linux-omap@vger.kernel.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org, sebastian.reichel@collabora.co.uk, linux-kernel@vger.kernel.org, t-kristo@ti.com, linux@armlinux.org.uk Subject: Re: [PATCH v5 0/8] omap: dmtimer: Move driver out of plat-omap Message-ID: <20171218131408.GA24827@lenoch> References: <1513059137-21593-1-git-send-email-j-keerthy@ti.com> <20171218111610.GA16906@lenoch> <3b721525-c97d-925d-5904-83515abc4b38@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3b721525-c97d-925d-5904-83515abc4b38@ti.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1711 Lines: 46 On Mon, Dec 18, 2017 at 06:24:42PM +0530, Keerthy wrote: > On Monday 18 December 2017 04:46 PM, Ladislav Michl wrote: > > Keerthy, > > > > On Tue, Dec 12, 2017 at 11:42:09AM +0530, Keerthy wrote: > >> The series moves dmtimer out of plat-omap to drivers/clocksource. > >> The series also does a bunch of changes to pwm-omap-dmtimer code > >> to adapt to the driver migration and clean up plat specific > >> pdata-quirks and use the dmtimer platform data. > > > > thanks for nice work. I'll send two more patches as a reply to this > > one. I'd be glad if you could make them part of your serie. One of > > them would be nice to have for pwm driver prescaler fix which will > > be send independently. > > Also, if that helps you can have my > > Tested-by: Ladislav Michl > > on IGEPv2 (OMAP3430 based) > > Thanks a bunch! :-). I will take the pwm driver fix along with mine. > > should i also take the two patches which you sent: > > [PATCH 1/2] clocksource: timer-dm: Make unexported functions static > [PATCH 2/2] clocksource: timer-dm: Check prescaler value It would be great, if you could add those above to your serie. > Also what about this: > [PATCH] pwm: omap-dmtimer: Fix frequency when using prescaler This one is independent of your serie, just "[PATCH 2/2] clocksource: timer-dm: Check prescaler value" makes it a bit more error prone, but there is no compile nor runtime dependency. Perhaps it could me merged directly via pwm tree after some review? I have few more patches to add event capture support, based on top of those already sent, which I'll send separately. > Let me know. I plan to send v6 with your Tested-by. > > Thanks, > Keerthy Thank you, ladis