[PATCH V8 1/2] intel_pmc_ipc: update acpi resource structure for Punit

2015-12-07 Thread Qipeng Zha
BIOS restructure exported memory resources for Punit in acpi table, So update resources for Punit. Signed-off-by: Qipeng Zha --- drivers/platform/x86/intel_pmc_ipc.c | 142 +++ 1 file changed, 96 insertions(+), 46 deletions(-) diff --git

[PATCH V8 2/2] platform:x86: add Intel P-Unit mailbox IPC driver

2015-12-07 Thread Qipeng Zha
This driver provides support for P-Unit mailbox IPC on Intel platforms. The heart of the P-Unit is the Foxton microcontroller and its firmware, which provide mailbox interface for power management usage. Signed-off-by: Qipeng Zha --- change in v8 Change the way to get

Re: Dell Vostro V131 hotkeys revisited

2015-12-07 Thread Pali Rohár
Hi Michał! On Friday 13 November 2015 11:17:16 Michał Kępień wrote: > For those of you playing along at home, I have some news (mostly bad, > I'm afraid). > > TL;DR: I don't believe there is any way of getting Vostro V131 fully > supported by the kernel without breaking stuff that already works,

Re: [PATCH V8 1/2] intel_pmc_ipc: update acpi resource structure for Punit

2015-12-07 Thread Darren Hart
On Tue, Dec 08, 2015 at 12:55:04AM +0800, Qipeng Zha wrote: > BIOS restructure exported memory resources for Punit > in acpi table, So update resources for Punit. > > Signed-off-by: Qipeng Zha Thank you for the update Qipeng. I will review shortly. +Andriy who originally