From mboxrd@z Thu Jan 1 00:00:00 1970 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 >> From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Quadros Subject: Re: [PATCH 01/36] ARM: OMAP3: hwmod: Fix gpmc memory resource space Date: Fri, 13 Jun 2014 10:15:38 +0300 Message-ID: <539AA51A.9000101@ti.com> References: <1402477001-31132-1-git-send-email-rogerq@ti.com> <1402477001-31132-2-git-send-email-rogerq@ti.com> <20140613071357.GH17845@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140613071357.GH17845@atomide.com> Sender: linux-omap-owner@vger.kernel.org To: Tony Lindgren Cc: dwmw2@infradead.org, computersforpeace@gmail.com, kyungmin.park@samsung.com, pekon@ti.com, ezequiel.garcia@free-electrons.com, javier@dowhile0.org, nsekhar@ti.com, linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@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 >> From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <539AA51A.9000101@ti.com> Date: Fri, 13 Jun 2014 10:15:38 +0300 From: Roger Quadros MIME-Version: 1.0 To: Tony Lindgren 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 Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org, nsekhar@ti.com, linux-kernel@vger.kernel.org, kyungmin.park@samsung.com, linux-mtd@lists.infradead.org, pekon@ti.com, ezequiel.garcia@free-electrons.com, javier@dowhile0.org, computersforpeace@gmail.com, dwmw2@infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 >>