From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Subject: [GIT PULL] ARM: OMAP: Timer and Counter DT Updates for v3.8 Date: Fri, 2 Nov 2012 13:59:30 -0500 Message-ID: <50941812.2070501@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Sender: linux-omap-owner@vger.kernel.org To: Tony Lindgren Cc: "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , device-tree List-Id: devicetree@vger.kernel.org Hi Tony, Please pull the remaining patches to migrate OMAP timers and counters over to use device-tree. I recommend applying this after Benoit's DT series for v3.8 [1]. This branch contains ... - Handling OMAP3 secure timers with device-tree - Requesting timer by capability/feature - Adds new DT machine descriptor for OMAP3 GP devices - Look-up of clocksource/events timers from DT - Migrate dmtimer driver to use DT Cheers Jon [1] http://marc.info/?l=linux-omap&m=135179007210696&w=2 The following changes since commit 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64: Linux 3.7-rc3 (2012-10-28 12:24:48 -0700) are available in the git repository at: git@github.com:jonhunter/linux.git dev-dt-timer for you to fetch changes up to 9883f7c8dd21acb90697582ca331f3f8a66ac054: ARM: OMAP2+: Add device-tree support for 32kHz counter (2012-11-02 13:16:31 -0500) ---------------------------------------------------------------- Jon Hunter (5): ARM: OMAP3: Dynamically disable secure timer nodes for secure devices ARM: OMAP: Add function to request a timer by capability ARM: OMAP3: Add generic machine descriptor for boards with OMAP3 GP devices ARM: OMAP: Add DT support for timer driver ARM: OMAP2+: Add device-tree support for 32kHz counter arch/arm/mach-omap2/board-generic.c | 17 +++ arch/arm/mach-omap2/timer.c | 203 ++++++++++++++++++++++++----- arch/arm/plat-omap/dmtimer.c | 93 ++++++++++++- arch/arm/plat-omap/include/plat/dmtimer.h | 1 + 4 files changed, 275 insertions(+), 39 deletions(-)