From: Matthew Garrett <mjg59@srcf.ucam.org>
To: torvalds@linux-foundation.org
Cc: platform-driver-x86@vger.krenel.org, linux-kernel@vger.kernel.org
Subject: [GIT] x86 platform driver updates for 3.9
Date: Wed, 27 Feb 2013 13:34:06 +0000 [thread overview]
Message-ID: <20130227133405.GA3662@srcf.ucam.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 5090 bytes --]
Hi Linus,
Mostly relatively small updates, along with some hardware enablement for
Sony hardware and a pile of updates to Google's Chromebook driver.
The following changes since commit 9e2d59ad580d590134285f361a0e80f0e98c0207:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal (2013-02-23 18:50:11 -0800)
are available in the git repository at:
git://cavan.codon.org.uk/platform-drivers-x86.git for_linus
for you to fetch changes up to 445e8d007c29d7f4d497c7912236b69f608340c6:
ideapad-laptop: Depend on BACKLIGHT_CLASS_DEVICE instead of selecting it (2013-02-27 08:30:47 -0500)
----------------------------------------------------------------
AceLan Kao (6):
asus-wmi: update wlan LED through rfkill led trigger
asus-laptop: correct a touchpad hotkey mapping
asus-nb-wmi: correct a touchpad hotkey mapping
asus-laptop: add all video switch keys
asus-wmi: add display toggle quirk
asus-nb-wmi: add all video switch keys
Benson Leung (11):
Platform: x86: Add Chrome OS Laptop driver
Platform: x86: chromeos_laptop - Rename setup_lumpy_tp to setup_cyapa_smbus_tp
Platform: x86: chromeos_laptop - Add Acer C7 trackpad
Platform: x86: chromeos_laptop - Add Taos tsl2563 device
Platform: x86: chromeos_laptop - Add Taos tsl2583 device
Platform: x86: chromeos_laptop - Add HP Pavilion 14
Platform: x86: chromeos_laptop - Add Pixel Trackpad
Platform: x86: chromeos_laptop - Add support for probing devices
Platform: x86: chromeos_laptop - Add a more general add_i2c_device
Platform: x86: chromeos_laptop - Add isl light sensor for Pixel
Platform: x86: chromeos_laptop - add i915 gmbuses to adapter names
Corentin Chary (4):
asus-laptop: map some new keys
asus-{nb-wmi|laptop}.c: sync keymaps
asus-wmi: always report brightness key events
asus-laptop: always report brightness key events
Dan Carpenter (1):
sony-laptop: leak in error handling sony_nc_lid_resume_setup()
Dmitry Torokhov (1):
hp-wmi: fix handling of platform device
Ike Panhc (1):
ideapad: depends on backlight subsystem and update comment
Kyle Evans (1):
hp-wmi: Add support for SMBus hotkeys
Lee, Chun-Yi (4):
msi-laptop: merge quirk tables to one
acer-wmi: support Lenovo ideapad S205 10382JG wifi switch
acer-wmi: support Lenovo ideapad S205 1038DPG wifi switch
acer-wmi: avoid the warning of 'devices' may be used uninitialized
Manoj Iyer (1):
thinkpad-acpi: enable loading module with new B-series Lenovo BIOS
Matthew Garrett (1):
ideapad-laptop: Depend on BACKLIGHT_CLASS_DEVICE instead of selecting it
Mattia Dongili (3):
sony-laptop: fully enable SNY controlled modems
sony-laptop: allow reading the status of gfx switch
sony-laptop: support basic functions for handle 0x14B and 0x14C
Maxim Mikityanskiy (11):
msi-laptop: Use proper return codes instead of -1
msi-laptop: Work around gcc warning
msi-laptop: Add MSI Wind U90/U100 support
msi-laptop: Add missing ABI documentation
msi-laptop: Disable brightness control for new EC
msi-wmi: Fix memory leak
msi-wmi: Avoid repeating constants
msi-wmi: Use enums for scancodes
msi-wmi: Make keys and backlight independent
msi-wmi: Introduced quirk_last_pressed
msi-wmi: Add MSI Wind support
Richard Hartmann (1):
drivers/platform/x86/thinkpad_acpi.c: Handle HKEY event 0x6040
Shuah Khan (1):
asus-wmi: Fix unused function build warning
Trepák Vilmos (1):
Platform: hp-wmi: add rfkill support for integrated GPS
Yufeng Shen (1):
Platform: x86: chromeos_laptop - Add Pixel Touchscreen
.../ABI/testing/sysfs-platform-msi-laptop | 83 +++++
drivers/platform/x86/Kconfig | 15 +-
drivers/platform/x86/Makefile | 1 +
drivers/platform/x86/acer-wmi.c | 21 ++
drivers/platform/x86/asus-laptop.c | 85 +++--
drivers/platform/x86/asus-nb-wmi.c | 76 ++++-
drivers/platform/x86/asus-wmi.c | 108 +++++-
drivers/platform/x86/asus-wmi.h | 9 +
drivers/platform/x86/chromeos_laptop.c | 371 ++++++++++++++++++++
drivers/platform/x86/eeepc-wmi.c | 2 +
drivers/platform/x86/hp-wmi.c | 117 ++++---
drivers/platform/x86/msi-laptop.c | 374 ++++++++++++++++-----
drivers/platform/x86/msi-wmi.c | 224 +++++++-----
drivers/platform/x86/sony-laptop.c | 145 +++++++-
drivers/platform/x86/thinkpad_acpi.c | 17 +-
15 files changed, 1375 insertions(+), 273 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-platform-msi-laptop
create mode 100644 drivers/platform/x86/chromeos_laptop.c
--
Matthew Garrett | mjg59@srcf.ucam.org
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
reply other threads:[~2013-02-27 13:34 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=20130227133405.GA3662@srcf.ucam.org \
--to=mjg59@srcf.ucam.org \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.krenel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox