]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: iproc: Stop advertising support of SMBUS quick cmd
authorLori Hikichi <lori.hikichi@broadcom.com>
Thu, 8 Aug 2019 03:37:52 +0000 (09:07 +0530)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 30 Aug 2019 12:58:18 +0000 (14:58 +0200)
commit8a82cf4236c98f2709c7bf1f41723cd192be6d68
treefe513ff6004dea12dc2692ffb70b618437b9ce21
parenta486a791c5df4b845dbe70af95fc8a3f495d0482
i2c: iproc: Stop advertising support of SMBUS quick cmd

The driver does not support the SMBUS Quick command so remove the
flag that indicates that level of support.
By default the i2c_detect tool uses the quick command to try and
detect devices at some bus addresses.  If the quick command is used
then we will not detect the device, even though it is present.

Fixes: 5ed4fb3c7832 (i2c: iproc: Add Broadcom iProc I2C Driver)
Signed-off-by: Lori Hikichi <lori.hikichi@broadcom.com>
Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-bcm-iproc.c