From: Pawel Moll Date: Wed, 23 Apr 2014 17:27:04 +0000 (+0100) Subject: hwmon: (vexpress) Use legal hwmon device names X-Git-Tag: omap-for-v3.16/soc-signed~15^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52feaca5d685c07a4bc9812d16d84f5f7991bfe7;p=pandora-kernel.git hwmon: (vexpress) Use legal hwmon device names The driver used to directly us a DT 'compatible' property for the 'name' attribute of the hwmon devices. Unfortunately it contains '-' which is illegal in this context. It messes up libsensors and thus every application using it. Fixed by providing equivalent (and simpler) name strings. Reported-by: Guenter Roeck Signed-off-by: Pawel Moll Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed