Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753375Ab1BUWLS (ORCPT ); Mon, 21 Feb 2011 17:11:18 -0500 Received: from cavan.codon.org.uk ([93.93.128.6]:37150 "EHLO cavan.codon.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752535Ab1BUWLO (ORCPT ); Mon, 21 Feb 2011 17:11:14 -0500 Date: Mon, 21 Feb 2011 22:11:10 +0000 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: <20110221221110.GA25537@srcf.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2336 Lines: 57 Hi Linus, Small updates to the x86 platform driver tree - fix a trivial bogosity that led to acer-wmi failing to bind on some hardware, some build fixups, some IRQ code rework on the (new for .38) Medfield interrupt driver from Thomas and an attempt to fix up the Dell rfkill handling that's breaking some newer machines. I'm still working on this last one, and we may end up having to just pull the functionality from the driver to make this work well. The following changes since commit 6f576d57f1fa0d6026b495d8746d56d949989161: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 (2011-02-20 10:15:57 -0800) are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git for_linus Keng-Yu Lin (1): dell-laptop: Toggle the unsupported hardware killswitch Matthew Garrett (1): acer-wmi: Fix capitalisation of GUID Randy Dunlap (1): platform/x86: ideapad-laptop depends on INPUT Seth Forshee (1): thinkpad_acpi: Always report scancodes for hotkeys Thomas Gleixner (4): platform-drivers: x86: pmic: Fix up bogus irq hackery platform-drivers: x86: Convert pmic to new irq_chip functions platform-drivers: x86: pmic: Use irq_chip buslock mechanism platform-drivers: x86: pmic: Use request_irq instead of chained handler Vasiliy Kulikov (3): platform: x86: tc1100-wmi: world-writable sysfs wireless and jogdial files platform: x86: asus_acpi: world-writable procfs files platform: x86: acer-wmi: world-writable sysfs threeg file drivers/platform/x86/Kconfig | 2 +- drivers/platform/x86/acer-wmi.c | 4 +- drivers/platform/x86/asus_acpi.c | 8 +-- drivers/platform/x86/dell-laptop.c | 24 ++++++- drivers/platform/x86/intel_pmic_gpio.c | 116 +++++++++----------------------- drivers/platform/x86/tc1100-wmi.c | 2 +- drivers/platform/x86/thinkpad_acpi.c | 8 +-- 7 files changed, 61 insertions(+), 103 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/