From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: Re: [PATCH 06/11] PM / devfreq: move definitions for exynos4_bus into drivers/devfreq Date: Thu, 19 Dec 2013 02:54:30 +0900 Message-ID: <52B1E156.6030904@samsung.com> References: <116401cefb1e$75b83440$61289cc0$@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f41.google.com ([209.85.220.41]:57674 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755650Ab3LRRyf (ORCPT ); Wed, 18 Dec 2013 12:54:35 -0500 Received: by mail-pa0-f41.google.com with SMTP id lf10so6318647pab.28 for ; Wed, 18 Dec 2013 09:54:35 -0800 (PST) In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: myungjoo.ham@gmail.com Cc: MyungJoo Ham , kgene@kernel.org, Linux Samsung SoC , linux-arm-kernel On 12/18/13 15:11, MyungJoo Ham wrote: > On Tue, Dec 17, 2013 at 8:52 PM, wrote: >> From: Kukjin Kim >> >> We don't need to keep the definitions for exynos4_bus into >> mach-exynos/ so this moves them into drviers/devfreq with >> adding header file. > > Acked-by: MyungJoo Ham > > However, how are you going to merge this patch? > Do you need me to get this handled or are you going to do it yourself > with Samsung-SoC tree? > Hi MyungJoo, Let me take this into Samsung tree with others if you're OK :-) Thanks, Kukjin > Cheers, > MyungJoo. > >> >> Cc: MyungJoo Ham >> Signed-off-by: Kukjin Kim >> --- >> arch/arm/mach-exynos/include/mach/regs-clock.h | 94 -------------------- >> drivers/devfreq/exynos/exynos4_bus.c | 4 +- >> drivers/devfreq/exynos/exynos4_bus.h | 110 >> ++++++++++++++++++++++++ >> 3 files changed, 112 insertions(+), 96 deletions(-) >> create mode 100644 drivers/devfreq/exynos/exynos4_bus.h From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Thu, 19 Dec 2013 02:54:30 +0900 Subject: [PATCH 06/11] PM / devfreq: move definitions for exynos4_bus into drivers/devfreq In-Reply-To: References: <116401cefb1e$75b83440$61289cc0$@kernel.org> Message-ID: <52B1E156.6030904@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/18/13 15:11, MyungJoo Ham wrote: > On Tue, Dec 17, 2013 at 8:52 PM, wrote: >> From: Kukjin Kim >> >> We don't need to keep the definitions for exynos4_bus into >> mach-exynos/ so this moves them into drviers/devfreq with >> adding header file. > > Acked-by: MyungJoo Ham > > However, how are you going to merge this patch? > Do you need me to get this handled or are you going to do it yourself > with Samsung-SoC tree? > Hi MyungJoo, Let me take this into Samsung tree with others if you're OK :-) Thanks, Kukjin > Cheers, > MyungJoo. > >> >> Cc: MyungJoo Ham >> Signed-off-by: Kukjin Kim >> --- >> arch/arm/mach-exynos/include/mach/regs-clock.h | 94 -------------------- >> drivers/devfreq/exynos/exynos4_bus.c | 4 +- >> drivers/devfreq/exynos/exynos4_bus.h | 110 >> ++++++++++++++++++++++++ >> 3 files changed, 112 insertions(+), 96 deletions(-) >> create mode 100644 drivers/devfreq/exynos/exynos4_bus.h