[PATCH v4] i2c: designware: Add driver support for AMD NAVI GPU

2021-03-31 Thread Sanket Goswami
the ACPI table. Reviewed-by: Shyam Sundar S K Co-developed-by: Nehal Bakulchandra Shah Signed-off-by: Nehal Bakulchandra Shah Signed-off-by: Sanket Goswami --- Changes in v4: - Fixes review comments given by Andy. Changes in v3: - Fixes runtime PM issue. - Addressed review comments were given

[PATCH v3] i2c: designware: Add driver support for AMD NAVI GPU

2021-03-29 Thread Sanket Goswami
. Reviewed-by: Shyam Sundar S K Co-developed-by: Nehal Bakulchandra Shah Signed-off-by: Nehal Bakulchandra Shah Signed-off-by: Sanket Goswami --- Changes in v3: - Fixes runtime PM issue. - Addressed review comments were given by Jarkko and Andy. Changes in v2: - Utilized existing functionality of

[PATCH v2] i2c: designware: Add driver support for AMD NAVI GPU

2021-03-22 Thread Sanket Goswami
: - I2C transaction work on a polling mode as IP does not generate interrupt. - I2C read command sent twice to address the IP issues. Reviewed-by: Shyam Sundar S K Co-developed-by: Nehal Bakulchandra Shah Signed-off-by: Nehal Bakulchandra Shah Signed-off-by: Sanket Goswami --- Changes in v2

[PATCH] i2c: add i2c bus driver for amd navi gpu

2021-03-09 Thread Sanket Goswami
polling mode as IP does not generate interrupt. - I2C reads commands are sent twice to address the IP issues. Reviewed-by: Shyam Sundar S K Co-developed-by: Nehal Bakulchandra Shah Signed-off-by: Nehal Bakulchandra Shah Signed-off-by: Sanket Goswami --- drivers/i2c/busses/i2c-designware