Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752182AbaFMHQQ (ORCPT ); Fri, 13 Jun 2014 03:16:16 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:49358 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751160AbaFMHQO (ORCPT ); Fri, 13 Jun 2014 03:16:14 -0400 Message-ID: <539AA51A.9000101@ti.com> Date: Fri, 13 Jun 2014 10:15:38 +0300 From: Roger Quadros User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Tony Lindgren CC: , , , , , , , , , , Subject: Re: [PATCH 01/36] ARM: OMAP3: hwmod: Fix gpmc memory resource space References: <1402477001-31132-1-git-send-email-rogerq@ti.com> <1402477001-31132-2-git-send-email-rogerq@ti.com> <20140613071357.GH17845@atomide.com> In-Reply-To: <20140613071357.GH17845@atomide.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/13/2014 10:13 AM, Tony Lindgren wrote: > * Roger Quadros [140611 01:58]: > > Missing description? Probably not an urgent fix or does > this fix something? Doesn't fix anything. It is just for correctness. I'll add the description. cheers, -roger > >> Signed-off-by: Roger Quadros >> --- >> arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c >> index 71ac7d5..f2848a8 100644 >> --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c >> +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c >> @@ -3426,7 +3426,7 @@ static struct omap_hwmod_addr_space omap3xxx_counter_32k_addrs[] = { >> static struct omap_hwmod_addr_space omap3xxx_gpmc_addrs[] = { >> { >> .pa_start = 0x6e000000, >> - .pa_end = 0x6e000fff, >> + .pa_end = 0x6e0002d4, >> .flags = ADDR_TYPE_RT >> }, >> { } >> -- >> 1.8.3.2 >> -- 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/