[PATCH 1/1] thermal/powerclamp: correct cpu support check

2016-10-06 Thread Eric Ernst
needed for optimal efficiency. Signed-off-by: Eric Ernst <eric.er...@linux.intel.com> --- drivers/thermal/intel_powerclamp.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c index 0e4dc0

[PATCH 1/1] thermal/powerclamp: correct cpu support check

2016-10-06 Thread Eric Ernst
needed for optimal efficiency. Signed-off-by: Eric Ernst --- drivers/thermal/intel_powerclamp.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c index 0e4dc0afcfd2..7a223074df3d 100644

Re: [PATCHv2] pinctrl: baytrail: Clear DIRECT_IRQ bit

2014-09-18 Thread eric ernst
On 14-09-18 02:55 AM, Mika Westerberg wrote: On Thu, Sep 18, 2014 at 11:41:13AM +0200, Samuel Ortiz wrote: Hi Mika, On Thu, Sep 18, 2014 at 10:49:43AM +0300, Mika Westerberg wrote: On Wed, Sep 17, 2014 at 03:47:01PM +0200, Loic Poulain wrote: Direct Irq En bit can be initialized to a bad

Re: [PATCHv2] pinctrl: baytrail: Clear DIRECT_IRQ bit

2014-09-18 Thread eric ernst
On 14-09-18 02:55 AM, Mika Westerberg wrote: On Thu, Sep 18, 2014 at 11:41:13AM +0200, Samuel Ortiz wrote: Hi Mika, On Thu, Sep 18, 2014 at 10:49:43AM +0300, Mika Westerberg wrote: On Wed, Sep 17, 2014 at 03:47:01PM +0200, Loic Poulain wrote: Direct Irq En bit can be initialized to a bad

Re: [PATCH v4 1/1] pinctrl: baytrail: Warn if direct IRQ GPIO set to output

2014-07-08 Thread eric ernst
Mea culpa - thanks Linus. I saw a note from kbuild test robot indicating an issue, but given your response, I am assuming it was from your first build attempt. Thanks. On 14-07-07 02:14 PM, Linus Walleij wrote: On Thu, Jun 12, 2014 at 8:06 PM, wrote: + WARN(readl(conf_reg) &

Re: [PATCH v4 1/1] pinctrl: baytrail: Warn if direct IRQ GPIO set to output

2014-07-08 Thread eric ernst
Mea culpa - thanks Linus. I saw a note from kbuild test robot indicating an issue, but given your response, I am assuming it was from your first build attempt. Thanks. On 14-07-07 02:14 PM, Linus Walleij wrote: On Thu, Jun 12, 2014 at 8:06 PM, eric.er...@linux.intel.com wrote: +

[PATCH v4 1/1] pinctrl: baytrail: Warn if direct IRQ GPIO set to output

2014-06-12 Thread eric . ernst
From: Eric Ernst For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC internally, and making the pad output does not make any sense. Assert a WARN() in the event this happens. Signed-off-by: Eric Ernst

[PATCH v4 1/1] pinctrl: baytrail: Warn if direct IRQ GPIO set to output

2014-06-12 Thread eric . ernst
From: Eric Ernst eric.er...@linux.intel.com For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC internally, and making the pad output does not make any sense. Assert a WARN() in the event this happens

Re: [PATCH v1 1/1] Add kernel parameter for kernel version

2014-06-05 Thread eric ernst
On 14-06-05 03:29 PM, Randy Dunlap wrote: On 06/05/2014 03:15 PM, eric ernst wrote: On 14-06-05 03:16 PM, Andrew Morton wrote: On Thu, 5 Jun 2014 15:09:17 -0700 eric.er...@linux.intel.com wrote: Create a kernel cmdline parameter, "version_addendum", which can be used t

Re: [PATCH v1 1/1] Add kernel parameter for kernel version

2014-06-05 Thread eric ernst
On 14-06-05 03:17 PM, Randy Dunlap wrote: On 06/05/2014 03:09 PM, eric.er...@linux.intel.com wrote: From: Eric Ernst Create a kernel cmdline parameter, "version_addendum", which can be used to add text to the kernel version that is reported from /proc/version. and you still did

Re: [PATCH v1 1/1] Add kernel parameter for kernel version

2014-06-05 Thread eric ernst
On 14-06-05 03:16 PM, Andrew Morton wrote: On Thu, 5 Jun 2014 15:09:17 -0700 eric.er...@linux.intel.com wrote: Create a kernel cmdline parameter, "version_addendum", which can be used to add text to the kernel version that is reported from /proc/version. why? We have a need to keep a single

[PATCH v1 1/1] Add kernel parameter for kernel version

2014-06-05 Thread eric . ernst
From: Eric Ernst Create a kernel cmdline parameter, "version_addendum", which can be used to add text to the kernel version that is reported from /proc/version. Signed-off-by: Eric Ernst --- fs/proc/version.c | 14 +- init/version.c|2 +- 2 files changed, 14

[PATCH v1 1/1] Add kernel parameter for kernel version

2014-06-05 Thread eric . ernst
From: Eric Ernst eric.er...@linux.intel.com Create a kernel cmdline parameter, version_addendum, which can be used to add text to the kernel version that is reported from /proc/version. Signed-off-by: Eric Ernst eric.er...@linux.intel.com --- fs/proc/version.c | 14 +- init

Re: [PATCH v1 1/1] Add kernel parameter for kernel version

2014-06-05 Thread eric ernst
On 14-06-05 03:16 PM, Andrew Morton wrote: On Thu, 5 Jun 2014 15:09:17 -0700 eric.er...@linux.intel.com wrote: Create a kernel cmdline parameter, version_addendum, which can be used to add text to the kernel version that is reported from /proc/version. why? We have a need to keep a single

Re: [PATCH v1 1/1] Add kernel parameter for kernel version

2014-06-05 Thread eric ernst
On 14-06-05 03:17 PM, Randy Dunlap wrote: On 06/05/2014 03:09 PM, eric.er...@linux.intel.com wrote: From: Eric Ernst eric.er...@linux.intel.com Create a kernel cmdline parameter, version_addendum, which can be used to add text to the kernel version that is reported from /proc/version

Re: [PATCH v1 1/1] Add kernel parameter for kernel version

2014-06-05 Thread eric ernst
On 14-06-05 03:29 PM, Randy Dunlap wrote: On 06/05/2014 03:15 PM, eric ernst wrote: On 14-06-05 03:16 PM, Andrew Morton wrote: On Thu, 5 Jun 2014 15:09:17 -0700 eric.er...@linux.intel.com wrote: Create a kernel cmdline parameter, version_addendum, which can be used to add text

[PATCH v3 1/1] pinctrl: baytrail: Warn if direct IRQ GPIO set to output

2014-06-03 Thread eric . ernst
From: Eric Ernst For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC internally, and making the pad output does not make any sense. Assert a WARN() in the event this happens. Signed-off-by: Eric Ernst

[PATCH v3 1/1] pinctrl: baytrail: Warn if direct IRQ GPIO set to output

2014-06-03 Thread eric . ernst
From: Eric Ernst eric.er...@linux.intel.com For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC internally, and making the pad output does not make any sense. Assert a WARN() in the event this happens

[PATCH v2 1/1] PINCTRL: Warn if direct IRQ GPIO set to output

2014-06-02 Thread eric . ernst
From: Eric Ernst For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC internally, and making the pad output does not make any sense. Assert a WARN() in the event this happens. Signed-off-by: Eric Ernst

Re: [PATCH 1/1] Add kernel parameter for kernel version

2014-06-02 Thread eric ernst
On 14-05-27 01:06 PM, Randy Dunlap wrote: On 05/27/2014 12:48 PM, Josh Boyer wrote: On Tue, May 27, 2014 at 3:40 PM, wrote: From: Eric Ernst Create a kernel cmdline parameter, "version_addendum", which can be used to add text to the kernel version that is reported from /proc/ver

Re: [PATCH 1/1] PINCTRL: Warn if direct IRQ GPIO set to output

2014-06-02 Thread eric ernst
On 14-05-30 01:48 AM, Mika Westerberg wrote: On Tue, May 27, 2014 at 12:26:44PM -0700, eric.er...@linux.intel.com wrote: From: Eric Ernst For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC

Re: [PATCH 1/1] PINCTRL: Warn if direct IRQ GPIO set to output

2014-06-02 Thread eric ernst
On 14-05-30 01:48 AM, Mika Westerberg wrote: On Tue, May 27, 2014 at 12:26:44PM -0700, eric.er...@linux.intel.com wrote: From: Eric Ernst eric.er...@linux.intel.com For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied

Re: [PATCH 1/1] Add kernel parameter for kernel version

2014-06-02 Thread eric ernst
On 14-05-27 01:06 PM, Randy Dunlap wrote: On 05/27/2014 12:48 PM, Josh Boyer wrote: On Tue, May 27, 2014 at 3:40 PM, eric.er...@linux.intel.com wrote: From: Eric Ernst eric.er...@linux.intel.com Create a kernel cmdline parameter, version_addendum, which can be used to add text to the kernel

[PATCH v2 1/1] PINCTRL: Warn if direct IRQ GPIO set to output

2014-06-02 Thread eric . ernst
From: Eric Ernst eric.er...@linux.intel.com For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC internally, and making the pad output does not make any sense. Assert a WARN() in the event this happens

Re: [PATCH 1/1] PINCTRL: Warn if direct IRQ GPIO set to output

2014-05-29 Thread eric ernst
On 14-05-29 06:44 AM, Linus Walleij wrote: On Tue, May 27, 2014 at 9:26 PM, wrote: From: Eric Ernst For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC internally, and making the pad output does

Re: [PATCH 1/1] PINCTRL: Warn if direct IRQ GPIO set to output

2014-05-29 Thread eric ernst
On 14-05-29 06:44 AM, Linus Walleij wrote: On Tue, May 27, 2014 at 9:26 PM, eric.er...@linux.intel.com wrote: From: Eric Ernst eric.er...@linux.intel.com For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly

[PATCH 1/1] Add kernel parameter for kernel version

2014-05-27 Thread eric . ernst
From: Eric Ernst Create a kernel cmdline parameter, "version_addendum", which can be used to add text to the kernel version that is reported from /proc/version. Signed-off-by: Eric Ernst --- fs/proc/version.c | 14 +- init/version.c|2 +- 2 files changed, 14

[PATCH 1/1] PINCTRL: Warn if direct IRQ GPIO set to output

2014-05-27 Thread eric . ernst
From: Eric Ernst For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC internally, and making the pad output does not make any sense. Assert a WARN() in the event this happens. Signed-off-by: Eric Ernst

[PATCH 1/1] PINCTRL: Warn if direct IRQ GPIO set to output

2014-05-27 Thread eric . ernst
From: Eric Ernst eric.er...@linux.intel.com For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC internally, and making the pad output does not make any sense. Assert a WARN() in the event this happens

[PATCH 1/1] Add kernel parameter for kernel version

2014-05-27 Thread eric . ernst
From: Eric Ernst eric.er...@linux.intel.com Create a kernel cmdline parameter, version_addendum, which can be used to add text to the kernel version that is reported from /proc/version. Signed-off-by: Eric Ernst eric.er...@linux.intel.com --- fs/proc/version.c | 14 +- init

[PATCH 1/1] watchdog: Adding Merrifield watchdog driver support

2014-01-02 Thread eric . ernst
From: Gabriel Touzeau Added Merrifield watchdog driver support. Based on initial implementation from prior Intel SCU-based platforms, this driver has several changes specific to the Tangier SoC / Merrifield platform. Signed-off-by: Eric Ernst Signed-off-by: Yann Puech Signed-off-by: Jeremy

[PATCH 1/1] watchdog: Adding Merrifield watchdog driver support

2014-01-02 Thread eric . ernst
From: Gabriel Touzeau gabrielx.touz...@intel.com Added Merrifield watchdog driver support. Based on initial implementation from prior Intel SCU-based platforms, this driver has several changes specific to the Tangier SoC / Merrifield platform. Signed-off-by: Eric Ernst eric.er

[PATCH] Add SDIO and MMC device ID support for CLV

2013-10-21 Thread Eric Ernst
This patch adds intel_mid clovertrail SDIO and eMMC device IDs to the sdhci-pci driver. Signed-off-by: Eric Ernst Signed-off-by: David Cohen --- drivers/mmc/host/sdhci-pci.c | 46 ++ 1 file changed, 46 insertions(+) diff --git a/drivers/mmc/host/sdhci

[PATCH] Add SDIO and MMC device ID support for CLV

2013-10-21 Thread Eric Ernst
This patch adds intel_mid clovertrail SDIO and eMMC device IDs to the sdhci-pci driver. Signed-off-by: Eric Ernst eric.er...@linux.intel.com Signed-off-by: David Cohen david.a.co...@linux.intel.com --- drivers/mmc/host/sdhci-pci.c | 46 ++ 1 file changed