Re: [PATCH 0/3] cpuidle: avoid module usage in non-modular code

2015-12-14 Thread Paul Gortmaker
[Re: [PATCH 0/3] cpuidle: avoid module usage in non-modular code] On 14/12/2015 (Mon 22:31) Rafael J. Wysocki wrote: > On Sunday, December 13, 2015 06:57:09 PM Paul Gortmaker wrote: > > This series of commits is a part of a larger project to ensure > > people don't refer

[PATCH 3/3] drivers/cpuidle: make cpuidle-exynos.c explicitly non-modular

2015-12-13 Thread Paul Gortmaker
c: "Rafael J. Wysocki" Cc: Krzysztof Kozlowski Cc: linux...@vger.kernel.org Cc: linux-samsung-soc@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker --- drivers/cpuidle/cpuidle-exynos.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[PATCH 0/3] cpuidle: avoid module usage in non-modular code

2015-12-13 Thread Paul Gortmaker
er Shiyan Cc: Bartlomiej Zolnierkiewicz Cc: Daniel Lezcano Cc: Krzysztof Kozlowski Cc: Kukjin Kim Cc: "Rafael J. Wysocki" Cc: linux-arm-ker...@lists.infradead.org Cc: linux...@vger.kernel.org Cc: linux-samsung-soc@vger.kernel.org Paul Gortmaker (3): drivers/cpuidle: make cpuidle-clps711x

Re: [PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM

2015-07-21 Thread Paul Gortmaker
[Re: [PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM] On 25/06/2015 (Thu 10:44) Javier Martinez Canillas wrote: > Hello Lee, > > On 06/25/2015 10:38 AM, Lee Jones wrote: > > On Thu, 25 Jun 2015, Javier Martinez Canillas wrote: > > > >> A dependency on X86 || ARM for MFD_CROS_EC was ad

Re: [PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM

2015-06-29 Thread Paul Gortmaker
[Re: [PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM] On 25/06/2015 (Thu 10:44) Javier Martinez Canillas wrote: > Hello Lee, > > On 06/25/2015 10:38 AM, Lee Jones wrote: > > On Thu, 25 Jun 2015, Javier Martinez Canillas wrote: > > > >> A dependency on X86 || ARM for MFD_CROS_EC was ad

Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-16 Thread Paul Gortmaker
On 15-06-15 07:53 PM, Krzysztof Kozlowski wrote: > On 16.06.2015 08:47, Rafael J. Wysocki wrote: >> On Wednesday, June 03, 2015 05:18:18 PM Paul Gortmaker wrote: >>> This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") >>> and also contain

Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-15 Thread Paul Gortmaker
On Mon, Jun 15, 2015 at 7:53 PM, Krzysztof Kozlowski wrote: > On 16.06.2015 08:47, Rafael J. Wysocki wrote: >> On Wednesday, June 03, 2015 05:18:18 PM Paul Gortmaker wrote: >>> This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") >>> and

[PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-03 Thread Paul Gortmaker
Krzysztof Kozlowski Cc: linux...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org Signed-off-by: Paul Gortmaker --- [ patch will be appended to the implicit include fixup series, see: https://lkml.kernel.org/r/1430444867-22342-1-git-se

Re: [PATCH RESEND] cpufreq: exynos: Fix build error of no type of module_init

2014-01-22 Thread Paul Gortmaker
On 14-01-22 10:37 AM, Krzysztof Kozlowski wrote: > >> >> On Wed, 2014-01-22 at 20:12 +0530, Viresh Kumar wrote: >>> On 22 January 2014 19:51, Krzysztof Kozlowski >>> wrote: Add missing include to fix build error: drivers/cpufreq/exynos-cpufreq.c:292:1: warning: data definition has no

Re: [PATCH] ARM: S3C24XX: fix missing common.h in mach-s3c24xx/

2012-04-03 Thread Paul Gortmaker
Hi, On Wed, Mar 28, 2012 at 8:14 PM, Kukjin Kim wrote: > This patch fixes missing mach-s3c24xx/common.h which has been > lost when regarding s3c24xx directories merged. Just checking that the updated version of this patch is headed in for 3.4 -- we are still seeing the failure in linux-next buil