* [GIT] X86 platform driver updates for 3.3
@ 2012-03-12 14:28 Matthew Garrett
0 siblings, 0 replies; only message in thread
From: Matthew Garrett @ 2012-03-12 14:28 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, platform-driver-x86
[-- 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 --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-12 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 14:28 [GIT] X86 platform driver updates for 3.3 Matthew Garrett
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.