From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] ARM: OMAP3: clockdomain: fix accidental duplicate registration Date: Thu, 12 Jul 2012 10:50:13 -0700 Message-ID: <87394wg97u.fsf@ti.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: (Paul Walmsley's message of "Thu, 12 Jul 2012 04:54:49 -0600 (MDT)") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Paul Walmsley Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Joe Woodward List-Id: linux-omap@vger.kernel.org Paul Walmsley writes: > Commit 3dd50d0545bd5a8ad83d4339f07935cd3e883271 ("Merge tag > 'omap-cleanup-for-v3.6' into tmp-merge") inadvertently caused a > clockdomain to be registered twice on OMAP3 boards. This causes warnings > on boot, wild pointer dereferences, and PM regressions. Fix the double > registration and add some clockdomain code to prevent this from happening > again. > > Reported-by: Joe Woodward > Cc: Tony Lindgren > Cc: Kevin Hilman > Signed-off-by: Paul Walmsley Acked-by: Kevin Hilman This fixes the problem I reported here: http://marc.info/?l=linux-omap&m=134203768012711&w=2 Thanks, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Thu, 12 Jul 2012 10:50:13 -0700 Subject: [PATCH] ARM: OMAP3: clockdomain: fix accidental duplicate registration In-Reply-To: (Paul Walmsley's message of "Thu, 12 Jul 2012 04:54:49 -0600 (MDT)") References: Message-ID: <87394wg97u.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Paul Walmsley writes: > Commit 3dd50d0545bd5a8ad83d4339f07935cd3e883271 ("Merge tag > 'omap-cleanup-for-v3.6' into tmp-merge") inadvertently caused a > clockdomain to be registered twice on OMAP3 boards. This causes warnings > on boot, wild pointer dereferences, and PM regressions. Fix the double > registration and add some clockdomain code to prevent this from happening > again. > > Reported-by: Joe Woodward > Cc: Tony Lindgren > Cc: Kevin Hilman > Signed-off-by: Paul Walmsley Acked-by: Kevin Hilman This fixes the problem I reported here: http://marc.info/?l=linux-omap&m=134203768012711&w=2 Thanks, Kevin