commit | 4b1acc43331d6c716c331a61477660dc20c8b59c | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Tue Nov 18 17:04:53 2014 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Thu Dec 11 22:25:53 2014 +0100 |
tree | bf4138594b8e48384972f56c499c895ec9fe0de5 | |
parent | 40ed1b4caf76e27807a49d42a41f43e8393a7607 [diff] |
i2c: core changes for slave support Finally(!), make Linux support being an I2C slave. Most of the existing infrastructure is reused. We mainly add i2c_slave_register/unregister() calls which tells i2c bus drivers to activate the slave mode. Then, they also get a callback to report slave events to. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>