All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: [GIT PULL] platform-drivers-x86 for 4.14-1
Date: Fri, 8 Sep 2017 13:22:51 -0700	[thread overview]
Message-ID: <20170908202251.GA7269@fury> (raw)

Hi Linus,

The previously merged dell-wmi fix noted in the tag message causes a
merge conflict which resolves easily by accepting the hunks from this
tag.

The following changes since commit 972777171f33f9932f51feebe42dbcc1b475d01a:

  platform/x86: wmi: Fix error handling in acpi_wmi_init() (2017-07-21 16:21:03 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.14-1

for you to fetch changes up to 00ebbeb39b70072cc0d0acad32c47e4660eb84e7:

  platform/x86: dell-wmi: Update dell_wmi_check_descriptor_buffer() to new model (2017-08-18 17:06:32 -0700)

Thanks,

Darren Hart
VMware Open Source Technology Center

----------------------------------------------------------------
platform-drivers-x86 for v4.14-1

Several fixes from static analysis and message noise reduction. Correct
WMI core and related drivers to evaluate instance number 0x0 in
accordance with the documentation. Add intel-telemetry support for
Gemini Lake. Various individual driver fixes noted below.

Two commits appear here which were previously merged during the 4.13 RC
cycle:
- baa5480b05 platform/x86: dell-wmi: Fix driver interface version query
- c801603e6d platform/x86: intel-vbtn: match power button on press rather than release

dell-wmi:
 - Update dell_wmi_check_descriptor_buffer() to new model

intel-vbtn:
 - reduce unnecessary messages for normal users
 - match power button on press rather than release

intel-hid:
 - reduce unnecessary messages for normal users

thinkpad_acpi:
 - Fix warning about deprecated hwmon_device_register

wmi:
 - Fix check for method instance number

ideapad-laptop:
 - Expose conservation mode switch

intel_pmc_core:
 - Make the driver PCH family agnostic

peaq-wmi:
 - Evaluate wmi method with instance number 0x0
 - silence a static checker warning

mxm-wmi:
 - Evaluate wmi method with instance number 0x0

asus-wmi:
 - Evaluate wmi method with instance number 0x0

intel_scu_ipc:
 - make intel_scu_ipc_pdata_t const

intel_mid_powerbtn:
 - make mid_pb_ddata const
 - fix error return code in mid_pb_probe()

hp-wmi:
 - Remove unused macro helper
 - Correctly determine method id in WMI calls

dell-wmi:
 - Fix driver interface version query

intel_telemetry:
 - remove redundant macro definition
 - Add GLK PSS Event Table

alienware-wmi:
 - fix format string overflow warning

ibm_rtl:
 - remove unnecessary static in ibm_rtl_write()

msi-wmi:
 - remove unnecessary static in msi_wmi_notify()

----------------------------------------------------------------
Alex Hung (2):
      platform/x86: intel-hid: reduce unnecessary messages for normal users
      platform/x86: intel-vbtn: reduce unnecessary messages for normal users

Andy Lutomirski (2):
      platform/x86: dell-wmi: Fix driver interface version query
      platform/x86: dell-wmi: Update dell_wmi_check_descriptor_buffer() to new model

Arnd Bergmann (1):
      platform/x86: alienware-wmi: fix format string overflow warning

Bhumika Goyal (2):
      platform/x86: intel_mid_powerbtn: make mid_pb_ddata const
      platform/x86: intel_scu_ipc: make intel_scu_ipc_pdata_t const

Dan Carpenter (1):
      platform/x86: peaq-wmi: silence a static checker warning

Gustavo A. R. Silva (3):
      platform/x86: msi-wmi: remove unnecessary static in msi_wmi_notify()
      platform/x86: ibm_rtl: remove unnecessary static in ibm_rtl_write()
      platform/x86: intel_mid_powerbtn: fix error return code in mid_pb_probe()

Hao Wei Tee (1):
      platform/x86: ideapad-laptop: Expose conservation mode switch

Mario Limonciello (1):
      platform/x86: intel-vbtn: match power button on press rather than release

Pali Rohár (4):
      platform/x86: asus-wmi: Evaluate wmi method with instance number 0x0
      platform/x86: mxm-wmi: Evaluate wmi method with instance number 0x0
      platform/x86: peaq-wmi: Evaluate wmi method with instance number 0x0
      platform/x86: wmi: Fix check for method instance number

Paulo Alcantara (2):
      platform/x86: hp-wmi: Correctly determine method id in WMI calls
      platform/x86: hp-wmi: Remove unused macro helper

Rajneesh Bhardwaj (2):
      platform/x86: intel_telemetry: Add GLK PSS Event Table
      platform/x86: intel_telemetry: remove redundant macro definition

Srinivas Pandruvada (1):
      platform/x86: intel_pmc_core: Make the driver PCH family agnostic

Stanislav Fomichev (1):
      platform/x86: thinkpad_acpi: Fix warning about deprecated hwmon_device_register

 Documentation/laptops/thinkpad-acpi.txt        |  9 +++-
 drivers/platform/x86/alienware-wmi.c           | 40 +++++++-------
 drivers/platform/x86/asus-wmi.c                |  4 +-
 drivers/platform/x86/dell-wmi.c                | 75 +++++++++++++++-----------
 drivers/platform/x86/hp-wmi.c                  | 30 ++++++++---
 drivers/platform/x86/ibm_rtl.c                 |  2 +-
 drivers/platform/x86/ideapad-laptop.c          | 69 ++++++++++++++++++++++++
 drivers/platform/x86/intel-hid.c               |  4 +-
 drivers/platform/x86/intel-vbtn.c              |  6 +--
 drivers/platform/x86/intel_mid_powerbtn.c      | 10 ++--
 drivers/platform/x86/intel_pmc_core.c          | 31 +++++++----
 drivers/platform/x86/intel_pmc_core.h          | 30 ++++++++++-
 drivers/platform/x86/intel_scu_ipc.c           |  6 +--
 drivers/platform/x86/intel_telemetry_debugfs.c |  1 +
 drivers/platform/x86/intel_telemetry_pltdrv.c  | 36 ++++++++++++-
 drivers/platform/x86/msi-wmi.c                 |  2 +-
 drivers/platform/x86/mxm-wmi.c                 |  4 +-
 drivers/platform/x86/peaq-wmi.c                |  4 +-
 drivers/platform/x86/thinkpad_acpi.c           | 38 ++++---------
 drivers/platform/x86/wmi.c                     |  6 +--
 20 files changed, 284 insertions(+), 123 deletions(-)

-- 
Darren Hart
VMware Open Source Technology Center

                 reply	other threads:[~2017-09-08 20:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170908202251.GA7269@fury \
    --to=dvhart@infradead.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.