Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753987Ab1EIS5e (ORCPT ); Mon, 9 May 2011 14:57:34 -0400 Received: from cavan.codon.org.uk ([93.93.128.6]:39432 "EHLO cavan.codon.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751933Ab1EIS5d (ORCPT ); Mon, 9 May 2011 14:57:33 -0400 Date: Mon, 9 May 2011 19:57:27 +0100 From: Matthew Garrett To: torvalds@linux-foundation.org Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] x86 platform driver updates Message-ID: <20110509185727.GA9811@srcf.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: mjg59@cavan.codon.org.uk X-SA-Exim-Scanned: No (on cavan.codon.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1627 Lines: 39 Hi Linus, A couple of minor fixes and a regression fix for the Sony driver. The Thinkpad driver works fine if it's loaded by hand and the rfkill code on the Eee is currently completely broken for PCIe systems that don't put devices on bus 0. The Sony one is fallout from support for the backlight control on new systems - we're currently able to set it outside valid ranges, which results in no video or potential hardware damage. The following changes since commit 8b061610dac3a3b89770c85ad63b481a47b0c38e: Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2011-05-07 13:17:37 -0700) are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git for_linus Manoj Iyer (1): thinkpad-acpi: module autoloading for newer Lenovo ThinkPads. Matthew Garrett (1): eeepc-laptop: Use ACPI handle to identify rfkill port Mattia Dongili (2): sony-laptop: report failures on setting LCD brightness sony-laptop: limit brightness range to DSDT provided ones drivers/platform/x86/eeepc-laptop.c | 57 +++++++++++---- drivers/platform/x86/sony-laptop.c | 130 +++++++++++++++++++++++++++------- drivers/platform/x86/thinkpad_acpi.c | 6 +- 3 files changed, 150 insertions(+), 43 deletions(-) -- Matthew Garrett | mjg59@srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/