[GIT PULL] platform-drivers-x86 for 5.2-3

From: Andy Shevchenko
Date: Sat Jun 15 2019 - 13:20:18 EST


Hi Linus,

Bunch of few fixes for v5.2 cycle, no merge conflicts observed.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit d1fdb6d8f6a4109a4263176c84b899076a5f8008:

Linux 5.2-rc4 (2019-06-08 20:24:46 -0700)

are available in the Git repository at:

git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v5.2-3

for you to fetch changes up to 8c2eb7b6468ad4aa5600aed01aa0715f921a3f8b:

platform/mellanox: mlxreg-hotplug: Add devm_free_irq call to remove flow (2019-06-12 11:49:20 +0300)

----------------------------------------------------------------
platform-drivers-x86 for v5.2-3

Couple of driver enumeration issues have been fixed for Mellanox.
ASUS laptops got a regression with backlight, which is fixed now.
Dell computers got a wrong mode (tablet versus laptop) after resume,
that is fixed now.

The following is an automated git shortlog grouped by driver:

asus-wmi:
- Only Tell EC the OS will handle display hotkeys from asus_nb_wmi

intel-vbtn:
- Report switch events when event wakes device

mlx-platform:
- Fix parent device in i2c-mux-reg device registration

platform/mellanox:
- mlxreg-hotplug: Add devm_free_irq call to remove flow

----------------------------------------------------------------
Hans de Goede (1):
platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from asus_nb_wmi

Mathew King (1):
platform/x86: intel-vbtn: Report switch events when event wakes device

Vadim Pasternak (2):
platform/x86: mlx-platform: Fix parent device in i2c-mux-reg device registration
platform/mellanox: mlxreg-hotplug: Add devm_free_irq call to remove flow

drivers/platform/mellanox/mlxreg-hotplug.c | 1 +
drivers/platform/x86/asus-nb-wmi.c | 8 ++++++++
drivers/platform/x86/asus-wmi.c | 2 +-
drivers/platform/x86/asus-wmi.h | 1 +
drivers/platform/x86/intel-vbtn.c | 16 ++++++++++++++--
drivers/platform/x86/mlx-platform.c | 2 +-
6 files changed, 26 insertions(+), 4 deletions(-)

--
With Best Regards,
Andy Shevchenko