[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200224052135.17278-1-lokeshvutla@ti.com>
Date: Mon, 24 Feb 2020 10:51:31 +0530
From: Lokesh Vutla <lokeshvutla@...com>
To: Thierry Reding <thierry.reding@...il.com>,
Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
CC: Tony Lindgren <tony@...mide.com>,
Linux OMAP Mailing List <linux-omap@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-pwm@...r.kernel.org>,
Sekhar Nori <nsekhar@...com>, Lokesh Vutla <lokeshvutla@...com>
Subject: [PATCH 0/4] pwm: omap-dmtimer: Allow for dynamic pwm period updates
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
drivers/pwm/pwm-omap-dmtimer.c | 163 +++++++++---------
include/clocksource/timer-ti-dm.h | 3 +-
.../linux/platform_data/pwm_omap_dmtimer.h | 90 ----------
3 files changed, 84 insertions(+), 172 deletions(-)
delete mode 100644 include/linux/platform_data/pwm_omap_dmtimer.h
--
2.23.0
Powered by blists - more mailing lists