From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH 0/5] ARM: OMAP2+: System timer updates Date: Thu, 31 Jan 2013 15:10:11 +0530 Message-ID: <510A3BFB.5050805@ti.com> References: <1359565471-30721-1-git-send-email-jon-hunter@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:43265 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752923Ab3AaJjC (ORCPT ); Thu, 31 Jan 2013 04:39:02 -0500 In-Reply-To: <1359565471-30721-1-git-send-email-jon-hunter@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Jon Hunter Cc: Tony Lindgren , linux-omap , linux-arm , Vaibhav Bedia On Wednesday 30 January 2013 10:34 PM, Jon Hunter wrote: > This series consists mainly of clean-ups for clockevents and > clocksource timers on OMAP2+ devices. The most significant change > in functionality comes from the 5th patch which is changing the > selection of the clocksource timer for OMAP3 and AM335x devices > when gptimers are used for clocksource. This change came about from > Vaibhav Bedia's series for AM335x [1]. See patch for more details on > the exact nature of the change. > > Boot tested with and without device-tree on OMAP2420 H4, > OMAP3430 SDP, OMAP3430 Beagle Board, OMAP4430 SDP and > AM335x EVM (AM335x only supports device-tree boot). > > This series is based upon ARM-SoC next branch. > > [1] https://patchwork.kernel.org/patch/1921421/ > > Jon Hunter (5): > ARM: OMAP2+: Display correct system timer name > ARM: OMAP2+: Remove hard-coded test on timer ID > ARM: OMAP2+: Simplify system timer clock definitions > ARM: OMAP2+: Simplify system timers definitions > ARM: OMAP3: Update clocksource timer selection > Nice work Jon. All the patches in the series looks good to my eyes. Acked-by: Santosh Shilimkar From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Thu, 31 Jan 2013 15:10:11 +0530 Subject: [PATCH 0/5] ARM: OMAP2+: System timer updates In-Reply-To: <1359565471-30721-1-git-send-email-jon-hunter@ti.com> References: <1359565471-30721-1-git-send-email-jon-hunter@ti.com> Message-ID: <510A3BFB.5050805@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 30 January 2013 10:34 PM, Jon Hunter wrote: > This series consists mainly of clean-ups for clockevents and > clocksource timers on OMAP2+ devices. The most significant change > in functionality comes from the 5th patch which is changing the > selection of the clocksource timer for OMAP3 and AM335x devices > when gptimers are used for clocksource. This change came about from > Vaibhav Bedia's series for AM335x [1]. See patch for more details on > the exact nature of the change. > > Boot tested with and without device-tree on OMAP2420 H4, > OMAP3430 SDP, OMAP3430 Beagle Board, OMAP4430 SDP and > AM335x EVM (AM335x only supports device-tree boot). > > This series is based upon ARM-SoC next branch. > > [1] https://patchwork.kernel.org/patch/1921421/ > > Jon Hunter (5): > ARM: OMAP2+: Display correct system timer name > ARM: OMAP2+: Remove hard-coded test on timer ID > ARM: OMAP2+: Simplify system timer clock definitions > ARM: OMAP2+: Simplify system timers definitions > ARM: OMAP3: Update clocksource timer selection > Nice work Jon. All the patches in the series looks good to my eyes. Acked-by: Santosh Shilimkar