Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756081Ab3JXSLw (ORCPT ); Thu, 24 Oct 2013 14:11:52 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:33765 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755338Ab3JXSLv convert rfc822-to-8bit (ORCPT ); Thu, 24 Oct 2013 14:11:51 -0400 From: "Shilimkar, Santosh" To: NeilBrown , Tony Lindgren , Russell King CC: Belisko Marek , "linux-omap@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "Dr. H. Nikolaus Schaller" , "Fernandes, Joel" Subject: RE: [PATCH 0/2] ARM: OMAP: dmtimers improvements. Thread-Topic: [PATCH 0/2] ARM: OMAP: dmtimers improvements. Thread-Index: AQHO0IbkW8Bwo6IyfEClBWzqos7GXpoEJvU3 Date: Thu, 24 Oct 2013 18:10:40 +0000 Message-ID: <448912EABC71F84BBCADFD3C67C4BE5291DD30@DBDE04.ent.ti.com> References: <20131024065536.16889.49902.stgit@notabene.brown> In-Reply-To: <20131024065536.16889.49902.stgit@notabene.brown> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.170.170.56] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2868 Lines: 68 Sorry for top posting .... Probably we should move the dmtimer to drivers/misc or create drivers/timer/ This has been pending for quite some time now.... Tony, what you say ? ________________________________________ From: linux-arm-kernel [linux-arm-kernel-bounces@lists.infradead.org] on behalf of NeilBrown [neilb@suse.de] Sent: Thursday, October 24, 2013 2:57 AM To: Tony Lindgren; Russell King Cc: Belisko Marek; linux-omap@vger.kernel.org; linux-kernel@vger.kernel.org; linux-arm-kernel@lists.infradead.org; Dr. H. Nikolaus Schaller Subject: [PATCH 0/2] ARM: OMAP: dmtimers improvements. 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- 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/