Hi Linus, I'm following your advice from:
https://www.spinics.net/lists/kernel/msg2492566.html and including a cherry-picked patch from my previous 'fixes' pull request, rather than merging the 'fixes' branch into the development branches. I'm going to keep an eye on these types of commits going forward as it seems merging my 'fixes' pull request tags into my 'testing' and 'for-next' branches once you merge them might actually be cleaner - but I need to verify this wouldn't pull in additional changes as you warned against in the above thread. So for now, I'll cherry-pick and add a note in the tag message explaining it. The following changes since commit d791db9a57ab7f390916dce0fa1315130bb6664c: platform/x86: sony-laptop: constify attribute_group and input index array (2017-06-30 20:26:54 -0700) are available in the git repository at: git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.13-2 for you to fetch changes up to c3a73ed8a82b666ac01466d3badd7824eae89c44: platform/x86: silead_dmi: Add entry for Ployer Momo7w tablet touchscreen (2017-07-12 13:57:42 -0700) Thanks, Darren Hart VMware Open Source Technology Center ---------------------------------------------------------------- platform-drivers-x86 for v4.13-2 Add new platform matches for silead_dmi and ideapad-laptop. Several constify patches for attribute_group structures. Fixes for peaq-wmi and intel_telemetry*. *Note: 74a1eb565c platform/x86: intel_telemetry_debugfs: fix oops when load/unload module is a duplicate cherry-picked from the 4.12 RC cycle (platform-drivers-x86-v4.12-2). silead_dmi: - Add entry for Ployer Momo7w tablet touchscreen - Add touchscreen info for I.T.Works TW891 2-in-1 toshiba_acpi: - constify attribute_group structures. asus-wmi: - constify attribute_group structures. panasonic-laptop: - constify attribute_group structures. alienware-wmi: - constify attribute_group structures. samsung-laptop: - constify attribute_group structures. compal-laptop: - constify attribute_group structures. fujitsu-laptop: - constify attribute_group structures. - add NULL check on devm_kzalloc() return value peaq-wmi: - Fix peaq_ignore_events_counter handling off by 1 ideapad-laptop: - Fix indentation in DMI table - Add several models to no_hw_rfkill - Add IdeaPad V510-15IKB to no_hw_rfkill intel_telemetry: - Add debugfs entry for S0ix residency intel_telemetry_debugfs: - fix some error codes in init - fix oops when load/unload module ---------------------------------------------------------------- Andy Shevchenko (1): platform/x86: ideapad-laptop: Fix indentation in DMI table Arvind Yadav (7): platform/x86: fujitsu-laptop: constify attribute_group structures. platform/x86: compal-laptop: constify attribute_group structures. platform/x86: samsung-laptop: constify attribute_group structures. platform/x86: alienware-wmi: constify attribute_group structures. platform/x86: panasonic-laptop: constify attribute_group structures. platform/x86: asus-wmi: constify attribute_group structures. platform/x86: toshiba_acpi: constify attribute_group structures. Dan Carpenter (1): platform/x86: intel_telemetry_debugfs: fix some error codes in init Gustavo A. R. Silva (1): platform/x86: fujitsu-laptop: add NULL check on devm_kzalloc() return value Hans de Goede (3): platform/x86: silead_dmi: Add touchscreen info for I.T.Works TW891 2-in-1 platform/x86: peaq-wmi: Fix peaq_ignore_events_counter handling off by 1 platform/x86: silead_dmi: Add entry for Ployer Momo7w tablet touchscreen Priyalee Kushwaha (1): platform/x86: intel_telemetry_debugfs: fix oops when load/unload module Rajneesh Bhardwaj (1): platform/x86: intel_telemetry: Add debugfs entry for S0ix residency Sven Eckelmann (1): platform/x86: ideapad-laptop: Add IdeaPad V510-15IKB to no_hw_rfkill Yang Jiaxun (1): platform/x86: ideapad-laptop: Add several models to no_hw_rfkill drivers/platform/x86/alienware-wmi.c | 6 +- drivers/platform/x86/asus-wmi.c | 4 +- drivers/platform/x86/compal-laptop.c | 2 +- drivers/platform/x86/fujitsu-laptop.c | 14 ++++- drivers/platform/x86/ideapad-laptop.c | 85 ++++++++++++++++++++++++-- drivers/platform/x86/intel_telemetry_debugfs.c | 41 ++++++++++--- drivers/platform/x86/panasonic-laptop.c | 2 +- drivers/platform/x86/peaq-wmi.c | 2 +- drivers/platform/x86/samsung-laptop.c | 2 +- drivers/platform/x86/silead_dmi.c | 32 ++++++++++ drivers/platform/x86/toshiba_acpi.c | 2 +- 11 files changed, 168 insertions(+), 24 deletions(-) -- Darren Hart VMware Open Source Technology Center

