All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Garrett <mjg@redhat.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org
Subject: [GIT] X86 platform driver updates for 3.3
Date: Mon, 12 Mar 2012 14:28:41 +0000	[thread overview]
Message-ID: <20120312142841.GA12245@srcf.ucam.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1368 bytes --]

Hi Linus,

Some trivial patches that fix wifi on some Lenovos and avoid a potential 
memory corruption issue on some Panasonics, plus two straightforward new 
drivers that touch no existing code.

The following changes since commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9:

  Linux 3.3-rc7 (2012-03-10 13:49:52 -0800)

are available in the git repository at:
  ssh://cavan.codon.org.uk/srv/git/platform-drivers-x86.git for_linus

Ben Hutchings (1):
      x86: Add amilo-rfkill driver for some Fujitsu-Siemens Amilo laptops

Ike Panhc (1):
      acer-wmi: No wifi rfkill on Lenovo machines

Robert Gerlach (1):
      Fujitsu tablet extras driver

Xi Wang (1):
      panasonic-laptop: avoid overflow in acpi_pcc_hotkey_add()

 MAINTAINERS                             |    6 +
 drivers/platform/x86/Kconfig            |   24 ++
 drivers/platform/x86/Makefile           |    2 +
 drivers/platform/x86/acer-wmi.c         |   30 ++-
 drivers/platform/x86/amilo-rfkill.c     |  173 +++++++++++
 drivers/platform/x86/fujitsu-tablet.c   |  478 +++++++++++++++++++++++++++++++
 drivers/platform/x86/panasonic-laptop.c |    4 +-
 7 files changed, 714 insertions(+), 3 deletions(-)
 create mode 100644 drivers/platform/x86/amilo-rfkill.c
 create mode 100644 drivers/platform/x86/fujitsu-tablet.c


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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

                 reply	other threads:[~2012-03-12 14:28 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=20120312142841.GA12245@srcf.ucam.org \
    --to=mjg@redhat.com \
    --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.