Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1566083 > unrolled thread
| Started by | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| First post | 2017-01-24 20:40 +0100 |
| Last post | 2017-01-24 20:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] platform-drivers-x86 for 4.10-4 Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-24 20:40 +0100
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Date | 2017-01-24 20:40 +0100 |
| Subject | [GIT PULL] platform-drivers-x86 for 4.10-4 |
| Message-ID | <t3f6F-8mq-7@gated-at.bofh.it> |
Hi Linus,
This is my first pull request since I become a co-maintainer of Platform
Drivers x86 subsystem. It's a bit bigger than usual due to material
collected for almost 2 weeks in a row.
Thanks,
With Best Regards,
Andy Shevchenko
The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5:
Linux 4.10-rc4 (2017-01-15 16:21:59 -0800)
are available in the git repository at:
git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.10-4
for you to fetch changes up to 7b9e1d89e1b6a3b99a8fdd949aa0f98dd5bf2f6b:
MAINTAINERS: Add myself to X86 PLATFORM DRIVERS as a co-maintainer (2017-01-24 18:35:42 +0200)
----------------------------------------------------------------
platform-drivers-x86 for v4.10-4
SHORT SUMMARY OF CHANGES FOR LINUS
MAINTAINERS:
- Add myself to X86 PLATFORM DRIVERS as a co-maintainer
ideapad-laptop:
- handle ACPI event 1
intel_mid_powerbtn:
- Set IRQ_ONESHOT
surface3-wmi:
- fix uninitialized symbol
- Shut up unused-function warning
mlx-platform:
- free first dev on error
----------------------------------------------------------------
Andy Shevchenko (2):
platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT
MAINTAINERS: Add myself to X86 PLATFORM DRIVERS as a co-maintainer
Arnd Bergmann (1):
platform/x86: surface3-wmi: Shut up unused-function warning
Benjamin Tissoires (1):
platform/x86: surface3-wmi: fix uninitialized symbol
Dan Carpenter (1):
platform/x86: mlx-platform: free first dev on error
Zach Ploskey (1):
platform/x86: ideapad-laptop: handle ACPI event 1
MAINTAINERS | 1 +
drivers/platform/x86/ideapad-laptop.c | 1 +
drivers/platform/x86/intel_mid_powerbtn.c | 2 +-
drivers/platform/x86/mlx-platform.c | 2 +-
drivers/platform/x86/surface3-wmi.c | 6 ++----
5 files changed, 6 insertions(+), 6 deletions(-)
Back to top | Article view | linux.kernel
csiph-web