From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Turquette Subject: Re: [PATCH v2 0/6] clk: exynos: Some fixes and cleanup Date: Mon, 22 Jul 2013 11:05:15 -0700 Message-ID: <20130722180515.7598.56428@quantum> References: <1374141682-29432-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: Received: from mail-pb0-f53.google.com ([209.85.160.53]:46483 "EHLO mail-pb0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932264Ab3GVSFT convert rfc822-to-8bit (ORCPT ); Mon, 22 Jul 2013 14:05:19 -0400 Received: by mail-pb0-f53.google.com with SMTP id xb12so7298641pbc.40 for ; Mon, 22 Jul 2013 11:05:19 -0700 (PDT) In-Reply-To: <1374141682-29432-1-git-send-email-sachin.kamat@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Quoting Sachin Kamat (2013-07-18 03:01:16) > Resending some of patches (1, 3 and 5) as per discussion in thread [1]. > Other patches in the series are new. > > [1] http://comments.gmane.org/gmane.linux.kernel.samsung-soc/19933 > > Changes since v1: > * Removed an unnecessary change in Patch 1 as pointed out by Kukjin Kim. > * Added Kukjin's ack to patches 3~6. Thanks for the fixes! Will take into clk-next unless you need them to go into -rc3, but I don't think there are any regression fixes here. Regards, Mike > > Sachin Kamat (6): > clk: exynos4: Staticize local symbols > clk: exynos4: Remove unused function > clk: exynos5250: Staticize local symbols > clk: exynos5420: Staticize local symbols > clk: exynos5440: Staticize local symbols > clk: exynos-audss: Staticize exynos_audss_clk_init > > drivers/clk/samsung/clk-exynos-audss.c | 2 +- > drivers/clk/samsung/clk-exynos4.c | 42 ++++++++++++-------------------- > drivers/clk/samsung/clk-exynos5250.c | 14 +++++------ > drivers/clk/samsung/clk-exynos5420.c | 14 +++++------ > drivers/clk/samsung/clk-exynos5440.c | 14 +++++------ > 5 files changed, 37 insertions(+), 49 deletions(-) > > -- > 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Mon, 22 Jul 2013 11:05:15 -0700 Subject: [PATCH v2 0/6] clk: exynos: Some fixes and cleanup In-Reply-To: <1374141682-29432-1-git-send-email-sachin.kamat@linaro.org> References: <1374141682-29432-1-git-send-email-sachin.kamat@linaro.org> Message-ID: <20130722180515.7598.56428@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Sachin Kamat (2013-07-18 03:01:16) > Resending some of patches (1, 3 and 5) as per discussion in thread [1]. > Other patches in the series are new. > > [1] http://comments.gmane.org/gmane.linux.kernel.samsung-soc/19933 > > Changes since v1: > * Removed an unnecessary change in Patch 1 as pointed out by Kukjin Kim. > * Added Kukjin's ack to patches 3~6. Thanks for the fixes! Will take into clk-next unless you need them to go into -rc3, but I don't think there are any regression fixes here. Regards, Mike > > Sachin Kamat (6): > clk: exynos4: Staticize local symbols > clk: exynos4: Remove unused function > clk: exynos5250: Staticize local symbols > clk: exynos5420: Staticize local symbols > clk: exynos5440: Staticize local symbols > clk: exynos-audss: Staticize exynos_audss_clk_init > > drivers/clk/samsung/clk-exynos-audss.c | 2 +- > drivers/clk/samsung/clk-exynos4.c | 42 ++++++++++++-------------------- > drivers/clk/samsung/clk-exynos5250.c | 14 +++++------ > drivers/clk/samsung/clk-exynos5420.c | 14 +++++------ > drivers/clk/samsung/clk-exynos5440.c | 14 +++++------ > 5 files changed, 37 insertions(+), 49 deletions(-) > > -- > 1.7.9.5