From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752041Ab1EaMjo (ORCPT ); Tue, 31 May 2011 08:39:44 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:37996 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751041Ab1EaMjn (ORCPT ); Tue, 31 May 2011 08:39:43 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 98.234.237.12 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19Ea5bzjEQC+1KujUoWe32d Date: Tue, 31 May 2011 05:39:35 -0700 From: Tony Lindgren To: Colin Cross Cc: linux-arm-kernel@lists.infradead.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , Russell King , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: omap4: Enable keypad controller hwmod Message-ID: <20110531123935.GE11352@atomide.com> References: <1304546264-28922-1-git-send-email-ccross@android.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1304546264-28922-1-git-send-email-ccross@android.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Colin Cross [110504 14:54]: > The keypad controller hwmod was left commented out, but the > omap4-keypad driver requires it to function. I'll queue an earlier patch doing the same thanks. Regards, Tony > Signed-off-by: Colin Cross > --- > arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c > index abc548a..e1c69ff 100644 > --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c > +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c > @@ -5109,7 +5109,7 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = { > &omap44xx_iva_seq1_hwmod, > > /* kbd class */ > -/* &omap44xx_kbd_hwmod, */ > + &omap44xx_kbd_hwmod, > > /* mailbox class */ > &omap44xx_mailbox_hwmod, > -- > 1.7.4.1 >