From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: RE: [PATCH] ARM: S3C24XX: remove SAMSUNG_CLOCK remnants after ccf conversion Date: Tue, 06 May 2014 13:30:45 +0900 Message-ID: <0e4f01cf68e3$f2a63f00$d7f2bd00$@samsung.com> References: <1615843.xdRuLnoxgD@phil> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-reply-to: <1615843.xdRuLnoxgD@phil> Content-language: ko List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: =?iso-8859-1?Q?'Heiko_St=FCbner'?= Cc: t.figa@samsung.com, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-samsung-soc@vger.kernel.org Heiko St=FCbner wrote: > = > This finally removes all remaining SAMSUNG_CLOCK conditional code > from s3c24xx architectures. > = > Signed-off-by: Heiko Stuebner > --- > This is of course meant to go on top of the s3c2410 ccf conversion > = > arch/arm/mach-s3c24xx/Kconfig | 5 ----- > arch/arm/mach-s3c24xx/common.c | 17 ----------------- > arch/arm/mach-s3c24xx/cpufreq-utils.c | 6 ------ > arch/arm/mach-s3c24xx/mach-anubis.c | 27 --------------------------- > arch/arm/mach-s3c24xx/mach-bast.c | 27 --------------------------- > arch/arm/mach-s3c24xx/mach-osiris.c | 27 --------------------------- > arch/arm/mach-s3c24xx/mach-rx1950.c | 14 -------------- > arch/arm/mach-s3c24xx/mach-vr1000.c | 27 --------------------------- > arch/arm/mach-s3c24xx/pm.c | 12 ------------ > 9 files changed, 162 deletions(-) > = At last, we're supporting common clock framework for s3c24xx. Heiko, very thanks for your effort. Will apply with your previous s3c24xx ccf series. - Kukjin From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Tue, 06 May 2014 13:30:45 +0900 Subject: [PATCH] ARM: S3C24XX: remove SAMSUNG_CLOCK remnants after ccf conversion In-Reply-To: <1615843.xdRuLnoxgD@phil> References: <1615843.xdRuLnoxgD@phil> Message-ID: <0e4f01cf68e3$f2a63f00$d7f2bd00$@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Heiko St?bner wrote: > > This finally removes all remaining SAMSUNG_CLOCK conditional code > from s3c24xx architectures. > > Signed-off-by: Heiko Stuebner > --- > This is of course meant to go on top of the s3c2410 ccf conversion > > arch/arm/mach-s3c24xx/Kconfig | 5 ----- > arch/arm/mach-s3c24xx/common.c | 17 ----------------- > arch/arm/mach-s3c24xx/cpufreq-utils.c | 6 ------ > arch/arm/mach-s3c24xx/mach-anubis.c | 27 --------------------------- > arch/arm/mach-s3c24xx/mach-bast.c | 27 --------------------------- > arch/arm/mach-s3c24xx/mach-osiris.c | 27 --------------------------- > arch/arm/mach-s3c24xx/mach-rx1950.c | 14 -------------- > arch/arm/mach-s3c24xx/mach-vr1000.c | 27 --------------------------- > arch/arm/mach-s3c24xx/pm.c | 12 ------------ > 9 files changed, 162 deletions(-) > At last, we're supporting common clock framework for s3c24xx. Heiko, very thanks for your effort. Will apply with your previous s3c24xx ccf series. - Kukjin