Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755718Ab3JHSRa (ORCPT ); Tue, 8 Oct 2013 14:17:30 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:55308 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752957Ab3JHSR0 (ORCPT ); Tue, 8 Oct 2013 14:17:26 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/Dsl1gOR5dzX1Ce//J72jN Date: Tue, 8 Oct 2013 11:17:24 -0700 From: Tony Lindgren To: Afzal Mohammed Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King Subject: Re: [PATCH RFC 4/6] ARM: OMAP2+: AM43x/AM335x: have reset controller Message-ID: <20131008181723.GG8313@atomide.com> References: <54ef6f33272dfe2bbf3596da05579a7305fb0cff.1378129416.git.afzal@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54ef6f33272dfe2bbf3596da05579a7305fb0cff.1378129416.git.afzal@ti.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 Content-Length: 1209 Lines: 42 * Afzal Mohammed [130902 07:27]: > AM43x, AM335x have reset block as part of prcm, let reset driver be > usable with these SoC's. Once the driver is ready, this can be merged along with the reset driver: Acked-by: Tony Lindgren > Signed-off-by: Afzal Mohammed > --- > arch/arm/mach-omap2/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig > index 3eed000..fa28d1d 100644 > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -72,6 +72,7 @@ config SOC_AM33XX > select CPU_V7 > select MULTI_IRQ_HANDLER > select COMMON_CLK > + select ARCH_HAS_RESET_CONTROLLER > > config SOC_AM43XX > bool "TI AM43x" > @@ -82,6 +83,7 @@ config SOC_AM43XX > select ARM_GIC > select COMMON_CLK > select MACH_OMAP_GENERIC > + select ARCH_HAS_RESET_CONTROLLER > > config ARCH_OMAP2PLUS > bool > -- > 1.8.3.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/