From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: omap4: Pass core and wakeup mux tables to omap4_mux_init Date: Wed, 1 Jun 2011 09:46:06 +0300 Message-ID: <20110601064606.GC8696@atomide.com> References: <1304546278-28965-1-git-send-email-ccross@android.com> <20110531124208.GF11352@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:13368 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752302Ab1FAGqK (ORCPT ); Wed, 1 Jun 2011 02:46:10 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Colin Cross Cc: "linux-arm-kernel@lists.infradead.org" , Russell King , l-o , lkml * Colin Cross [110531 21:46]: > On Tue, May 31, 2011 at 5:42 AM, Tony Lindgren wrote: > > * Colin Cross [110504 14:54]: > >> OMAP4 contains two separate instances of the padconf registers, > >> one in the core system config and one in the wakeup system config. > >> Pass in two tables to apply the correct values to each instance. > > > > Hmm good catch thanks. Will queue this as a fix. > > This patch doesn't work without another fix to allow NULL to be passed > to omap4_mux_init. Do you prefer allowing NULL, or adding empty > board_wkup_mux arrays to every board file? I have a patch for the > first option. OK, saw that patch and adding to fixes. Passing NULL here is fine. Tony