commit | 70b2737e0a948552843ce1b8500e033080677086 | [log] [tgz] |
---|---|---|
author | Yong Li <sdliyong@gmail.com> | Wed Aug 12 21:25:46 2015 +0800 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Aug 16 10:51:27 2015 +0100 |
tree | 8d7409354be6b156dac212e1d07c0af6ce639812 | |
parent | 3f9059b71791cf0e57a4879594f0066237976943 [diff] |
staging: iio: hmc5843: Set iio name dynamically Load the driver using the below command: echo hmc5983 0x1e > /sys/bus/i2c/devices/i2c-?/new_device In sysfs, the iio name is hmc5843, however the i2c name is hmc5983, they are inconsistent. With this patch, the iio name will be the same as the i2c device name Signed-off-by: Yong Li <sdliyong@gmail.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>