From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tushar Behera Subject: Re: [PATCH v2 3/3] ARM: s5p64x0: Use common uncompress.h part for plat-samsung Date: Thu, 13 Jun 2013 11:34:58 +0530 Message-ID: <51B9610A.20202@linaro.org> References: <1370319552-17694-1-git-send-email-tushar.behera@linaro.org> <1370319552-17694-4-git-send-email-tushar.behera@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:62479 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751139Ab3FMGFF (ORCPT ); Thu, 13 Jun 2013 02:05:05 -0400 Received: by mail-pb0-f46.google.com with SMTP id rq2so4956878pbb.19 for ; Wed, 12 Jun 2013 23:05:04 -0700 (PDT) In-Reply-To: <1370319552-17694-4-git-send-email-tushar.behera@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com Cc: arnd@arndb.de, olof@lixom.net, patches@linaro.org, Tomasz Figa On 06/04/2013 09:49 AM, Tushar Behera wrote: > From: Tomasz Figa > > Since uart_base can be set dynamically in arch_detect_cpu(), there is no > need to have a copy of all code locally, just to override UART base > address. > > This patch removes any duplicate code in uncompress.h variant of s5p64x0 > and implements proper arch_detect_cpu() function to initialize UART with > SoC-specific parameters. > > While at it, replace hard-coded register address with macro. > > Signed-off-by: Tomasz Figa > Signed-off-by: Tushar Behera > --- > (This patch replaces the original patch in this patchset as it was an > earlier-posted near-identical patch.) > > Changes for v2: > * Remove the declaration of uart_base (taken care in plat/uncompress.h) > Kukjin, Would you please queue this up for 3.11? Thanks. -- Tushar Behera From mboxrd@z Thu Jan 1 00:00:00 1970 From: tushar.behera@linaro.org (Tushar Behera) Date: Thu, 13 Jun 2013 11:34:58 +0530 Subject: [PATCH v2 3/3] ARM: s5p64x0: Use common uncompress.h part for plat-samsung In-Reply-To: <1370319552-17694-4-git-send-email-tushar.behera@linaro.org> References: <1370319552-17694-1-git-send-email-tushar.behera@linaro.org> <1370319552-17694-4-git-send-email-tushar.behera@linaro.org> Message-ID: <51B9610A.20202@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/04/2013 09:49 AM, Tushar Behera wrote: > From: Tomasz Figa > > Since uart_base can be set dynamically in arch_detect_cpu(), there is no > need to have a copy of all code locally, just to override UART base > address. > > This patch removes any duplicate code in uncompress.h variant of s5p64x0 > and implements proper arch_detect_cpu() function to initialize UART with > SoC-specific parameters. > > While at it, replace hard-coded register address with macro. > > Signed-off-by: Tomasz Figa > Signed-off-by: Tushar Behera > --- > (This patch replaces the original patch in this patchset as it was an > earlier-posted near-identical patch.) > > Changes for v2: > * Remove the declaration of uart_base (taken care in plat/uncompress.h) > Kukjin, Would you please queue this up for 3.11? Thanks. -- Tushar Behera