From: Jean Delvare Date: Wed, 16 Dec 2009 20:38:26 +0000 (+0100) Subject: hwmon: (smsc47m1) Only request I/O ports we really use X-Git-Tag: v2.6.33-rc1~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0e92d70f35b5fd7da8ec2160cda78b98e2113bc;p=pandora-kernel.git hwmon: (smsc47m1) Only request I/O ports we really use The I/O area of the SMSC LPC47M1xx chips which we use, gives access to a lot of registers, some of which are related to fan speed monitoring and control, but many are not. At the moment, the smsc47m1 driver requests the whole I/O port range. This could easily result in resource conflicts with either ACPI or other drivers. Request only the I/O ports we really use, to prevent such conflicts. Signed-off-by: Jean Delvare Tested-by: Sean Fidler --- Reading git-diff-tree failed