All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Garrett <mjg59@srcf.ucam.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org
Subject: [GIT PULL] x86 platform driver updates for 2.6.35
Date: Thu, 20 May 2010 15:20:47 +0100	[thread overview]
Message-ID: <20100520142047.GA17279@srcf.ucam.org> (raw)

Hi Linus,

The following changes since commit e40152ee1e1c7a63f4777791863215e3faa37a86:
  Linus Torvalds (1):
        Linus 2.6.34

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 for_linus

Daniel Mack (1):
      drivers/platform/x86/eeepc-wmi.c: fix build warning

Greg Kroah-Hartman (1):
      msi-laptop: fix up some coding style issues found by checkpatch

Henrique de Moraes Holschuh (15):
      Merge mainline (v2.6.34-rc7)
      thinkpad-acpi: constrain IBM-era support to IBM boxes
      thinkpad-acpi: X100e quick fixes
      thinkpad-acpi: fix volume/mute hotkey poll handling
      thinkpad-acpi: move greeting messages out of the first subdriver (v2)
      thinkpad-acpi: let other subdrivers know backlight level range
      thinkpad-acpi: fix brightness hotkey poll handling
      thinkpad-acpi: update HKEY and hotkey subdriver documentation (v2)
      thinkpad-acpi: disclose usertask for ALSA callbacks
      thinkpad-acpi: detect EC node using its HID (v2)
      thinkpad-acpi: acpi_evalf fixes
      thinkpad-acpi: explain errors from acpi_install_notify_handler
      thinkpad-acpi: don't depend on led_path for led firmware type (v2)
      thinkpad-acpi: clean up ACPI handles handling
      thinkpad-acpi: document backlight level writeback at driver init

Julia Lawall (2):
      drivers/platform/x86: Use kzalloc
      drivers/platform/x86: Use kmemdup

Lee, Chun-Yi (6):
      msi-laptop: Add N014 N051 dmi information to scm models table
      msi-laptop: Add MSI CR620 notebook dmi information to scm models table
      msi-laptop: Set rfkill init state when msi-laptop intiial
      msi-laptop: Add i8042 filter to sync sw state with BIOS when function key pressed
      Clean up all objects used by scm model when driver initial fail or exit
      Move N014, N051 and CR620 dmi information to load scm dmi table

Matthew Garrett (3):
      drivers/platform/x86: Clarify the MRST IPC driver description slightly
      Merge branch 'x86-platform-next' into x86-platform
      Merge branch 'for-upstream/platform-x86_tpacpi' of git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6 into x86-platform

Randy Dunlap (2):
      eeepc-wmi: depends on BACKLIGHT_CLASS_DEVICE
      eeepc-wmi: depends on BACKLIGHT_CLASS_DEVICE

Sreedhara DS (1):
      IPC driver for Intel Mobile Internet Device (MID) platforms

Thadeu Lima de Souza Cascardo (1):
      classmate-laptop: Add RFKILL support.

Thomas Renninger (3):
      X86 platform wmi: Introduce debug param to log all WMI events
      X86 platform wmi: Also log GUID string when an event happens and debug is set
      X86 platfrom wmi: Add debug facility to dump WMI data in a readable way

 Documentation/laptops/thinkpad-acpi.txt |   66 ++-
 arch/x86/include/asm/intel_scu_ipc.h    |   55 ++
 drivers/platform/x86/Kconfig            |   10 +
 drivers/platform/x86/Makefile           |    1 +
 drivers/platform/x86/classmate-laptop.c |  170 ++++++-
 drivers/platform/x86/eeepc-wmi.c        |    2 +-
 drivers/platform/x86/fujitsu-laptop.c   |    6 +-
 drivers/platform/x86/intel_scu_ipc.c    |  829 +++++++++++++++++++++++++++++++
 drivers/platform/x86/msi-laptop.c       |  163 ++++++-
 drivers/platform/x86/thinkpad_acpi.c    |  600 ++++++++++++++---------
 drivers/platform/x86/wmi.c              |  103 ++++-
 11 files changed, 1710 insertions(+), 295 deletions(-)
 create mode 100644 arch/x86/include/asm/intel_scu_ipc.h
 create mode 100644 drivers/platform/x86/intel_scu_ipc.c

-- 
Matthew Garrett | mjg59@srcf.ucam.org

             reply	other threads:[~2010-05-20 14:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-20 14:20 Matthew Garrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-05-28 18:25 [GIT PULL] x86 platform driver updates for 2.6.35 Matthew Garrett
2010-05-30 16:15 ` Linus Torvalds
2010-05-31 15:03   ` Matthew Garrett

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=20100520142047.GA17279@srcf.ucam.org \
    --to=mjg59@srcf.ucam.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@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.