[GIT PULL] platform-drivers-x86 for 4.9-1
From: Darren Hart
Date: Wed Oct 12 2016 - 16:29:50 EST
Hi Linus,
The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:
Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)
are available in the git repository at:
git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.9-1
for you to fetch changes up to 127595ed21c1bb24e20d488914b70ca7a643f7a4:
platform/x86: intel_pmc_core: avoid boot time warning for !CONFIG_DEBUGFS_FS (2016-10-12 01:12:28 -0700)
Thanks,
Darren Hart
Intel Open Source Technology Center
----------------------------------------------------------------
platform-drivers-x86 for 4.9-1
Cleanups, refactoring, and a couple bug fixes.
intel_pmc_core:
- avoid boot time warning for !CONFIG_DEBUGFS_FS
intel_pmc_ipc:
- Convert to use platform_device_register_full
asus-wmi:
- Filter buggy scan codes on ASUS Q500A
toshiba_bluetooth:
- Decouple an error checking status code
toshiba_haps:
- Change logging level from info to debug
- Split ACPI and HDD protection error handling
asus-laptop:
- get rid of parse_arg()
asus-wmi:
- fix asus ux303ub brightness issue
toshiba_acpi:
- Fix typo in *_cooling_method_set function
- Change error checking logic from TCI functions
- Clean up variable declaration
----------------------------------------------------------------
Arnd Bergmann (1):
platform/x86: intel_pmc_core: avoid boot time warning for !CONFIG_DEBUGFS_FS
Axel Lin (1):
platform/x86: intel_pmc_ipc: Convert to use platform_device_register_full
Azael Avalos (6):
platform/x86: toshiba_acpi: Clean up variable declaration
platform/x86: toshiba_acpi: Change error checking logic from TCI functions
platform/x86: toshiba_acpi: Fix typo in *_cooling_method_set function
platform/x86: toshiba_haps: Split ACPI and HDD protection error handling
platform/x86: toshiba_haps: Change logging level from info to debug
platform/x86: toshiba_bluetooth: Decouple an error checking status code
Giedrius StatkeviÄius (1):
platform/x86: asus-laptop: get rid of parse_arg()
Oleksij Rempel (1):
platform/x86: asus-wmi: Filter buggy scan codes on ASUS Q500A
zino lin (1):
platform/x86: asus-wmi: fix asus ux303ub brightness issue
drivers/platform/x86/asus-laptop.c | 77 +++++----
drivers/platform/x86/asus-nb-wmi.c | 58 +++++++
drivers/platform/x86/asus-wmi.c | 3 +
drivers/platform/x86/asus-wmi.h | 5 +
drivers/platform/x86/intel_pmc_core.c | 2 +-
drivers/platform/x86/intel_pmc_ipc.c | 110 ++++---------
drivers/platform/x86/toshiba_acpi.c | 257 ++++++++++++++++++-------------
drivers/platform/x86/toshiba_bluetooth.c | 4 +-
drivers/platform/x86/toshiba_haps.c | 14 +-
9 files changed, 300 insertions(+), 230 deletions(-)
--
Darren Hart
Intel Open Source Technology Center