From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v2] ARM: OMAP2+: dmtimer: remove redundant sysconfig context restore Date: Tue, 8 May 2012 16:18:45 -0700 Message-ID: <20120508231845.GQ5088@atomide.com> References: <1334223827-28812-1-git-send-email-tarun.kanti@ti.com> <87wr5lhvve.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:13361 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754625Ab2EHXSr (ORCPT ); Tue, 8 May 2012 19:18:47 -0400 Content-Disposition: inline In-Reply-To: <87wr5lhvve.fsf@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Kevin Hilman Cc: Tarun Kanti DebBarma , linux-omap@vger.kernel.org, santosh.shilimkar@ti.com, rnayak@ti.com, b-cousson@ti.com * Kevin Hilman [120412 07:26]: > Tarun Kanti DebBarma writes: > > > Since hwmod framework now manages sysconfig context save/restore > > there is no more need to touch this register in driver. Hence, > > remove restore of sysconfig register in omap_timer_restore_context. > > This was causing incorrect context restore of sysconfig register. > > > > Signed-off-by: Tarun Kanti DebBarma > > --- > > v2: removed tiocp_cfg from struct timer_regs {} > > Acked-by: Kevin Hilman Applying into cleanup branch. Tony