Tool/software: Linux
Hi,
I am writing linux device driver for tca9554a i2c gpio expander.
I am using i2c_smbus_read_byte_data to read data from device and i2c_smbus_write_byte_data to write data.
I am able to read the data properly, but i am not able to write data. Write command does not give any error(return 0 meaning successful)
but when i see data dump using userspace i2cdump tool, I do not see contents of registers being written.
Anyone has any clue on this?
Thanks,
Prathamesh