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=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 BB704C4BA18 for ; Wed, 26 Feb 2020 17:57:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9EBE024683 for ; Wed, 26 Feb 2020 17:57:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727219AbgBZR5u (ORCPT ); Wed, 26 Feb 2020 12:57:50 -0500 Received: from muru.com ([72.249.23.125]:57804 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726787AbgBZR5u (ORCPT ); Wed, 26 Feb 2020 12:57:50 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 737AB8022; Wed, 26 Feb 2020 17:58:34 +0000 (UTC) Date: Wed, 26 Feb 2020 09:57:46 -0800 From: Tony Lindgren To: Lokesh Vutla Cc: Thierry Reding , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Linux OMAP Mailing List , linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org, Sekhar Nori Subject: Re: [PATCH 0/4] pwm: omap-dmtimer: Allow for dynamic pwm period updates Message-ID: <20200226175746.GS37466@atomide.com> References: <20200224052135.17278-1-lokeshvutla@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200224052135.17278-1-lokeshvutla@ti.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Lokesh Vutla [200224 05:23]: > This series fixes minor issues in config callback and allows for on the > fly updates for pwm period and duty cycle. This is mainly intended to > allow pwm omap dmtimer to be used to generate a 1PPS signal that can be > syncronized to PTP clock in CPTS module in AM335x and AM57xx SoCs. > > Series tested after applying the following series: > - https://patchwork.kernel.org/patch/11379875/ > - https://patchwork.kernel.org/project/linux-omap/list/?series=246183 > > Full dependencies can be seen here: > https://github.com/lokeshvutla/linux/tree/devel/pwm-1pps-generation > > Lokesh Vutla (4): > pwm: omap-dmtimer: Drop unused header file > pwm: omap-dmtimer: Fix pwm enabling sequence > pwm: omap-dmtimer: Do not disable pwm before changing > period/duty_cycle > pwm: omap-dmtimer: Implement .apply callback FYI, things seem to work for me after this set, but as it looks like there will be v2 set of patches I want to test again with v2 out before any Tested-by. Thanks, Tony