From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753705AbeAQVqf (ORCPT ); Wed, 17 Jan 2018 16:46:35 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:42996 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753296AbeAQVqd (ORCPT ); Wed, 17 Jan 2018 16:46:33 -0500 Date: Wed, 17 Jan 2018 22:46:29 +0100 From: Ladislav Michl To: linux-omap@vger.kernel.org, linux-pwm@vger.kernel.org Cc: Keerthy , daniel.lezcano@linaro.org, thierry.reding@gmail.com, tony@atomide.com, aaro.koskinen@iki.fi, Claudiu.Beznea@microchip.com, narmstrong@baylibre.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, sebastian.reichel@collabora.co.uk, robh+dt@kernel.org, t-kristo@ti.com, grygorii.strashko@ti.com Subject: [PATCH 0/3] omap: dmtimer: Fix and cleanup moved driver Message-ID: <20180117214629.GA11952@lenoch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 This series is build on top od Keerthy's 'omap: dmtimer: Move driver out of plat-omap' v7. Ladislav Michl (3): clocksource: timer-dm: Check prescaler value pwm: pwm-omap-dmtimer: Fix frequency when using prescaler clocksource: timer-dm: Make unexported functions static drivers/clocksource/timer-dm.c | 222 ++++++++++++++++++++--------------------- drivers/pwm/pwm-omap-dmtimer.c | 92 +++++++++------- include/clocksource/dmtimer.h | 24 ---- 3 files changed, 164 insertions(+), 174 deletions(-)