[PATCH] acpi ec_sys: Export fields of all regions from the EC to debugfs readable (v2)

2010-08-04 Thread Thomas Renninger
From the /sys/kernel/debug/ec/*/io file userspace can read and write EC byte wise. This patch introduces /sys/kernel/debug/ec/*/fields/* which exports all fields of an Embedded Controller. This has several advantages: - Shows defined EC registers (not as dangerous as accessing arbitrary ones)

[PATCH] acpi ec_sys: Export fields of all regions from the EC to debugfs readable (v3)

2010-08-04 Thread Thomas Renninger
From the /sys/kernel/debug/ec/*/io file userspace can read and write EC byte wise. This patch introduces /sys/kernel/debug/ec/*/fields/* which exports all fields of an Embedded Controller. This has several advantages: - Shows defined EC registers (not as dangerous as accessing arbitrary ones)

Re: [GIT PULL] x86 platform drivers for 2.6.36

2010-08-04 Thread Linus Torvalds
On Tue, Aug 3, 2010 at 7:08 AM, Matthew Garrett mj...@srcf.ucam.org wrote: The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51:  Linux 2.6.35 (2010-08-01 15:11:14 -0700) are available in the git repository at:

Re: [GIT PULL] x86 platform drivers for 2.6.36

2010-08-04 Thread Matthew Garrett
On Wed, Aug 04, 2010 at 10:45:41AM -0700, Linus Torvalds wrote: On Tue, Aug 3, 2010 at 7:08 AM, Matthew Garrett mj...@srcf.ucam.org wrote: The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51:  Linux 2.6.35 (2010-08-01 15:11:14 -0700) are available in the git

[PATCH 4/5] Input: hp-wmi - switch to using sparse keymap library

2010-08-04 Thread Dmitry Torokhov
Instead of implementing its own version of keymap hanlding switch over to using sparse keymap library. Also make sure that we install notify handler only after we allocated input device and that we remove notify handler before unregistering input device. Signed-off-by: Dmitry Torokhov