[PATCH 6/7] X86 platform driver: Fix section mismatch in wmi.c

2010-07-16 Thread Thomas Renninger
The .add function must not be declared __init. Signed-off-by: Thomas Renninger tr...@suse.de CC: Alexey Starikovskiy astarikovs...@suse.de CC: Len Brown l...@kernel.org CC: linux-ker...@vger.kernel.org CC: linux-a...@vger.kernel.org CC: platform-driver-x86@vger.kernel.org ---

[PATCH 2/7] ACPI: Provide /sys/kernel/debug//ec/ec0/io for binary access to the EC

2010-07-16 Thread Thomas Renninger
A userspace app to easily read/write the EC can be found here: ftp://ftp.suse.com/pub/people/trenn/sources/ec/ec_access.c Multiple ECs are not supported, but shouldn't be hard to add as soon as the ec driver itself will support them. Signed-off-by: Thomas Renninger tr...@suse.de CC: Alexey

[PATCH 4/7] ACPI: Remove /proc/acpi/embedded_controller/..

2010-07-16 Thread Thomas Renninger
Other patches in this series add the same info to /sys/... and /proc/ioports. The info removed should never have been used in an application, eventually someone read it manually. /proc/acpi is deprecated for more than a year anyway... Signed-off-by: Thomas Renninger tr...@suse.de CC: Alexey

Re: [ibm-acpi-devel] [PATCH 5/7] X86 platform drivers: Remove EC dump from thinkpad_acpi

2010-07-16 Thread Henrique de Moraes Holschuh
On Fri, 16 Jul 2010, Thomas Renninger wrote: There is a general interface for that now (provided by other patches in this patch series): /sys/kernel/debug/ec/*/io Signed-off-by: Thomas Renninger tr...@suse.de CC: Alexey Starikovskiy astarikovs...@suse.de CC: Len Brown l...@kernel.org