[linux-yocto] [PATCHv2 0/2] iio: Set correct iio name

Yong Li yong.b.li at intel.com
Mon May 30 22:52:58 PDT 2016


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 at intel-corei7-64:/sys/bus/i2c/devices/1-0040# cat name
tmp006

root at 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


More information about the linux-yocto mailing list