[PATCH v2] powerpc/powernv: Fallback to old HMI handling behavior for old firmware

2014-10-10 Thread Mahesh J Salgaonkar
From: Mahesh Salgaonkar Recently we moved HMI handling into Linux kernel instead of taking HMI directly in OPAL. This new change is dependent on new OPAL call for HMI recovery which was introduced in newer firmware. While this new change works fine with latest OPAL firmware, we broke the HMI hand

Re: powerpc/powernv: Fallback to old HMI handling behavior for old firmware

2014-10-09 Thread Michael Ellerman
On Mon, 2014-06-10 at 09:34:19 UTC, Mahesh Salgaonkar wrote: > From: Mahesh Salgaonkar Hi Mahesh, > Recently we moved HMI handling into Linux kernel instead of taking > HMI directly in OPAL. This new change is dependent on new OPAL call > for HMI recovery which was introduced in newer firmware.

Re: [PATCH] powerpc/powernv: Fallback to old HMI handling behavior for old firmware

2014-10-06 Thread Stewart Smith
Mahesh J Salgaonkar writes: > From: Mahesh Salgaonkar > > Recently we moved HMI handling into Linux kernel instead of taking > HMI directly in OPAL. This new change is dependent on new OPAL call > for HMI recovery which was introduced in newer firmware. While this new > change works fine with lat

[PATCH] powerpc/powernv: Fallback to old HMI handling behavior for old firmware

2014-10-06 Thread Mahesh J Salgaonkar
From: Mahesh Salgaonkar Recently we moved HMI handling into Linux kernel instead of taking HMI directly in OPAL. This new change is dependent on new OPAL call for HMI recovery which was introduced in newer firmware. While this new change works fine with latest OPAL firmware, we broke the HMI hand