From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8AC67C1975A for ; Thu, 12 Mar 2020 17:27:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 69E28206FA for ; Thu, 12 Mar 2020 17:27:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726553AbgCLR1E (ORCPT ); Thu, 12 Mar 2020 13:27:04 -0400 Received: from muru.com ([72.249.23.125]:59944 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726328AbgCLR1E (ORCPT ); Thu, 12 Mar 2020 13:27:04 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id BDF7380BF; Thu, 12 Mar 2020 17:27:48 +0000 (UTC) Date: Thu, 12 Mar 2020 10:26:59 -0700 From: Tony Lindgren To: Daniel Lezcano Cc: Lokesh Vutla , Thomas Gleixner , Linux OMAP Mailing List , linux-kernel@vger.kernel.org, Thierry Reding , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , linux-pwm@vger.kernel.org, Sekhar Nori , Tero Kristo Subject: Re: [PATCH v3 0/6] clocksource: timer-ti-dm: Prepare for dynamic pwm period updates Message-ID: <20200312172659.GZ37466@atomide.com> References: <20200305082715.15861-1-lokeshvutla@ti.com> <20200306171917.GF37466@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Daniel Lezcano [200312 11:11]: > On 06/03/2020 18:19, Tony Lindgren wrote: > > * Lokesh Vutla [200305 08:29]: > >> This series fixes dm_timer_ops used for enabling the pwm and enables > >> cpu_pm notifier for context save and restore. This acts as a preparatory > >> series for enabling dynamic period updates for pwm omap dm timer driver. > >> > >> Changes since v2: > >> - Incorporated changes from Tony > > > > I just gave this series another try here and it still works > > for me just fine and is good to go as far as I'm concerned. > > How do you want this series to be merged? > > Shall I pick the patches falling under drivers/clocksource or ack them? I think best would be if you picked them and applied them into an immutable branch against v5.6-rc1 that can also be merged into pwm driver branch as needed. Regards, Tony