Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753949Ab3JXHAv (ORCPT ); Thu, 24 Oct 2013 03:00:51 -0400 Received: from cantor2.suse.de ([195.135.220.15]:43523 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753090Ab3JXHAt (ORCPT ); Thu, 24 Oct 2013 03:00:49 -0400 From: NeilBrown To: Tony Lindgren , Russell King Date: Thu, 24 Oct 2013 17:57:40 +1100 Subject: [PATCH 0/2] ARM: OMAP: dmtimers improvements. Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Belisko Marek , "Dr. H. Nikolaus Schaller" Message-ID: <20131024065536.16889.49902.stgit@notabene.brown> User-Agent: StGit/0.16 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2110 Lines: 52 I would like to use omap dmtimer for a PWM driver (for the backlight on my display). But there are two difficulties. Unfortunately Jon Hunter (who has helped me with dmtimers before) seems to have disappeared. So I guess I get to do it myself :-) Following two patches make dmtimers more usable. 1/ allow the counter to be set even when the timer isn't counting. 2/ move the include file to a more useful location Any help you can provide in getting these fixes upstream would be appreciated. Thanks, NeilBrown --- NeilBrown (2): ARM: OMAP2+: dmtimer: allow counter to be set at any time. ARM: OMAP: move dmtimer.h from plat-omap/include/plat to include/linux arch/arm/mach-omap1/pm.c | 2 arch/arm/mach-omap1/timer.c | 2 arch/arm/mach-omap2/omap_hwmod_2420_data.c | 2 arch/arm/mach-omap2/omap_hwmod_2430_data.c | 2 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 2 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 2 arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 2 arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 2 arch/arm/mach-omap2/timer.c | 2 arch/arm/plat-omap/dmtimer.c | 11 - arch/arm/plat-omap/include/plat/dmtimer.h | 415 -------------------- drivers/media/rc/ir-rx51.c | 2 drivers/pwm/pwm-omap.c | 2 drivers/staging/tidspbridge/core/dsp-clock.c | 2 include/linux/omap-dmtimer.h | 415 ++++++++++++++++++++ 16 files changed, 434 insertions(+), 433 deletions(-) delete mode 100644 arch/arm/plat-omap/include/plat/dmtimer.h create mode 100644 include/linux/omap-dmtimer.h -- Signature -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/