From 9e8b19854f7a64143fc1177f82f185e3051154b3 Mon Sep 17 00:00:00 2001 From: Jae Hyun Yoo Date: Wed, 1 May 2019 13:27:34 -0700 Subject: i2c: aspeed: add general call support This commit adds general call support into Aspeed I2C driver. This is downstream only customization so it should not go into upstream. Signed-off-by: Jae Hyun Yoo --- include/linux/i2c.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/i2c.h b/include/linux/i2c.h index dc681a7196f7..fa0af97af147 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -374,6 +374,7 @@ enum i2c_slave_event { I2C_SLAVE_WRITE_REQUESTED, I2C_SLAVE_READ_PROCESSED, I2C_SLAVE_WRITE_RECEIVED, + I2C_SLAVE_GCALL_REQUESTED, I2C_SLAVE_STOP, }; -- cgit v1.2.3