Dear Maintainers,

This patchset fixes the “incorrect IIO device name” issue.

without this patch, the device I2C name is mismatch with the IIO name(It is I2C 
bus related):

root@intel-corei7-64:/sys/bus/i2c/devices/1-0040# cat name
tmp006

root@intel-corei7-64:/sys/bus/i2c/devices/1-0040# cat iio\:device0/name
1-0040

Sensor framework(Soletta) will use this name, the name "tmp006" is
much better than the  "X-0040"

Please merge it into standard/base branch for linux-yocto-4.4
if this looks okay.

Yong Li (2):
  iio: tmp006: Set correct iio name
  iio: si7020: Set correct iio name

 drivers/iio/humidity/si7020.c    | 2 +-
 drivers/iio/temperature/tmp006.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4
-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to