i2c: xiic: Make bus names unique
authorRobert Hancock <robert.hancock@calian.com>
Thu, 27 Jan 2022 17:50:13 +0000 (11:50 -0600)
committerWolfram Sang <wsa@kernel.org>
Wed, 2 Mar 2022 21:26:41 +0000 (22:26 +0100)
commit1d366c2f9df8279df2adbb60471f86fc40a1c39e
tree9a03bf09cc1644dad05401af9c33cccd114743c6
parent55b6f82e9443aaf0c6c3a27c394481555ed0da50
i2c: xiic: Make bus names unique

This driver is for an FPGA logic core, so there can be arbitrarily many
instances of the bus on a given system. Previously all of the I2C bus
names were "xiic-i2c" which caused issues with lm_sensors when trying to
map human-readable names to sensor inputs because it could not properly
distinguish the busses, for example. Append the platform device name to
the I2C bus name so it is unique between different instances.

Fixes: e1d5b6598cdc ("i2c: Add support for Xilinx XPS IIC Bus Interface")
Signed-off-by: Robert Hancock <robert.hancock@calian.com>
Tested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-xiic.c