The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.6-2 for you to fetch changes up to 5d07163334ba016c053b033cd0bb3c92d7dc0229: platform:x86 decouple telemetry driver from the optional IPC resources (2016-04-19 13:51:41 -0700) ---------------------------------------------------------------- platform-drivers-x86 for 4.6-2 An S4 fix for intel-hid, new platform "quirk" for hp_accel, a fix for broader support of ACPI resources for the Intel Punit, and a few uninitialized variable fixes. intel punit: - decouple telemetry driver from the optional IPC resources thinkpad_acpi: - Silence an uninitialized variable warning intel_telemetry_pltdrv: - Silence an uninitialized variable warning hp_accel: - Silence an uninitialized variable warning - Add support for HP ProBook 440 G3 intel-hid: - add a workaround to ignore an event after waking up from S4. ---------------------------------------------------------------- Alex Hung (1): intel-hid: add a workaround to ignore an event after waking up from S4. Aubrey Li (1): platform:x86 decouple telemetry driver from the optional IPC resources Dan Carpenter (3): hp_accel: Silence an uninitialized variable warning intel_telemetry_pltdrv: Silence an uninitialized variable warning thinkpad_acpi: Silence an uninitialized variable warning Martin Vajnar (1): hp_accel: Add support for HP ProBook 440 G3 drivers/platform/x86/hp_accel.c | 6 +++- drivers/platform/x86/intel-hid.c | 2 ++ drivers/platform/x86/intel_pmc_ipc.c | 48 ++++++++++++--------------- drivers/platform/x86/intel_punit_ipc.c | 48 ++++++++++++++++++--------- drivers/platform/x86/intel_telemetry_pltdrv.c | 2 +- drivers/platform/x86/thinkpad_acpi.c | 4 ++- 6 files changed, 65 insertions(+), 45 deletions(-) -- Darren Hart Intel Open Source Technology Center